Skip to content

Latest commit

 

History

History
93 lines (54 loc) · 5.84 KB

CHANGELOG.md

File metadata and controls

93 lines (54 loc) · 5.84 KB

Changelog

1.1.1 (2025-01-09)

Bug Fixes

  • resolve upstream bug causing template contents to be erased (2ab0702)

1.1.0 (2024-12-31)

Miscellaneous Chores

  • critters-rs: Synchronize critters versions

1.1.0 (2024-12-31)

Features

  • add support for allow_rules option (2085113)
  • support critters container attribute (14bc53e)

Bug Fixes

  • change level of stylesheet resolution issues to warning (9bcbd3e)
  • properly resolve relative paths on POSIX platforms (8074771)

Performance Improvements

  • cache regular expressions (5971da0)
  • only take first element from selector match iterator (40aac0a)

1.0.3 (2024-12-30)

Bug Fixes

  • do not abort selector filtering after the first match (eb4412b)

1.0.2 (2024-11-28)

Features

  • implement "media" preload strategy (a4c5d06)
  • implement "swap-high" preload strategy (7086983)
  • implement "swap" preload strategy (07c7579)
  • support merging stylesheets (1588b9c)

Bug Fixes

  • disable unimplemented preload strategies (ba86c9d)

0.1.0 (2024-11-15)

Features

Bug Fixes

  • add artifacts command (f803ded)
  • add create npm dirs command (01cd933)
  • add packaging information to Cargo.toml (22ef2cb)
  • build: run cargo using childProcess.spawn (bd95f6a)
  • correctly inject font preload links (d844640)
  • critters-rs: remove superfluous slashes from regular expressions (ede2678)
  • critters/napi: enable logging (275daaf)
  • improved output path warning (35acadc)
  • utils: improve pairing function to avoid overflows (ac13deb)

Performance Improvements

  • parallelize processing of HTML files (a10389c)