1.1.1 (2025-01-09)
- resolve upstream bug causing template contents to be erased (2ab0702)
1.1.0 (2024-12-31)
- critters-rs: Synchronize critters versions
1.1.0 (2024-12-31)
- change level of stylesheet resolution issues to warning (9bcbd3e)
- properly resolve relative paths on POSIX platforms (8074771)
1.0.3 (2024-12-30)
- do not abort selector filtering after the first match (eb4412b)
1.0.2 (2024-11-28)
- implement "media" preload strategy (a4c5d06)
- implement "swap-high" preload strategy (7086983)
- implement "swap" preload strategy (07c7579)
- support merging stylesheets (1588b9c)
- disable unimplemented preload strategies (ba86c9d)
- @critters-rs/critters: add basic tests (bf4f1f3)
- add astro integration (ed7f770)
- add basic CLI (1ce8a4e)
- add biome for formatting/linting (df2f175)
- add README.md (7ea48ed)
- astro: add README.md (d9f5eda)
- cli: add logging support (49c14b2)
- cli: add progress bar (ff7d479)
- initial commit (6bee6fe)
- support building to WASM (add2ec1)
- support external stylesheets (d4525a1)
- update options to match critters (57873b3)
- 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)
- parallelize processing of HTML files (a10389c)