Skip to content

Releases: danielroe/beasties

v0.2.0

05 Dec 22:13
b36a1f7
Compare
Choose a tag to compare

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

v0.1.0

26 Oct 15:14
2884bd3
Compare
Choose a tag to compare

   🚨 Breaking Changes

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v0.0.26

25 Oct 20:47
ec1e40b
Compare
Choose a tag to compare

compare changes

💅 Refactors

  • Migrate to beasties and beasties-webpack-plugin (#2)

❤️ Contributors