Releases: danielroe/beasties
Releases · danielroe/beasties
v0.2.0
🔥 Performance
- Avoid repetitive string concatenation in favor of .push() for better performance (#48)
- Cache selector query (#49)
- Cache selector normalization (#47)
🩹 Fixes
- beasties-webpack-plugin: Only pass filename to readFile (#30)
- Update preload option with swap-high (#46)
- Improve handling of pseudo classes and elements (#58)
💅 Refactors
- Add missing await + remove redundant async keywords (#25)
📖 Documentation
- Remove reference to includeSelectors (dbb12f8)
🏡 Chore
- Run publish command recursively (46c0329)
- Set log level to error in benchmarks to reduce log noise (#26)
- Update tests to work on windows (#35)
- Bump dependencies (b8d4c7e)
- Add engines.node and tidy workspace deps (bff7d61)
❤️ Contributors
- Daniel Roe (@danielroe)
- Alan Agius (@alan-agius4)
- Ivan Demchuk (@Demivan)
- (@xpdota)
v0.1.0
🚨 Breaking Changes
- Drop support for webpack v4 and update tests - by @danielroe (6c82c)
- beasties: Remove undocumented
urlFilter
feature - by @danielroe (c9a71)
🐞 Bug Fixes
- Allow passing undefined options - by @danielroe (81679)
- beasties: Handle html snippets without root
<html>
element - by @danielroe (b7296)
🏎 Performance
- beasties: Use
picocolors
instead ofchalk
- by @danielroe (d43cd)
View changes on GitHub
v0.0.26
💅 Refactors
- Migrate to beasties and beasties-webpack-plugin (#2)
❤️ Contributors
- Daniel Roe (@danielroe)