Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@danielroe danielroe released this 05 Dec 22:13
· 13 commits to main since this release
b36a1f7

compare changes

🔥 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