Releases: michaelhthomas/critters-rs
Releases · michaelhthomas/critters-rs
v1.0.2
critters: v1.0.2
critters-rs: v1.0.2
astro: v1.0.2
critters: v1.0.1
astro: v1.0.1
critters: v1.0.0
critters-rs: v0.1.0
0.1.0 (2024-11-15)
Features
- @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)
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)