Releases: danielroe/beasties
Releases · danielroe/beasties
v0.3.4
v0.3.3
🐞 Bug Fixes
- beasties: Support valid combinator chaining - by @ManicardiFrancesco in #130 (2561d)
View changes on GitHub
v0.3.2
🐞 Bug Fixes
- Correctly handle CSS layers - by @alan-agius4 in #123 (fbb83)
- beasties:
- Expose types for
checkInlineThreshold
- by @danielroe (d7789) - Remove preload links when pruning source - by @danielroe (ede66)
- Expose types for
- vite:
- Remove css files when fully inlined or under inline threshold - by @danielroe (91be2)
🏎 Performance
- beasties: Move checks after early return - by @danielroe (e24b5)
View changes on GitHub
v0.3.1
v0.3.0
🚀 Features
- beasties: Add new
swap-low
preload strategy - by @SukkaW in #72 (f99ff) - vite: Add vite plugin - by @danielroe in #119 (1c1a4)
🐞 Bug Fixes
- beasties:
- Render
rel=preload
forswap
strategy - by @danielroe (ff45e) - Add
allowRules
to Options type - by @danielroe (ebfbe) - Handle empty nested pseudo-selectors - by @danielroe (1d758)
- Render
View changes on GitHub
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)