Skip to content

Releases: favware/esbuild-plugin-version-injector

v1.2.1

09 Sep 19:52
da11ec0

Choose a tag to compare

1.2.1 - (2023-09-09)

🏠 Refactor

  • Move exports to the bottom to have them all in 1 place (4bfe592)

🐛 Bug Fixes

  • Add missing css preprocessor file extensions to loader (f87374a)

📝 Documentation

  • readme: Add note about CSS preprocessors (9843247)

🧪 Testing

  • Add test to cover scss->css conversion (ec310fb)

v1.2.0

13 Jul 18:46
98060bb

Choose a tag to compare

1.2.0 - (2023-07-13)

🐛 Bug Fixes

  • deps: Update all non-major dependencies (b05c2ef)

🚀 Features

  • Introduce disableOnLoadTrigger option (#65) (9ce2e90)

🧪 Testing

  • Update snapshots for new versions (65c70eb)

v1.1.0

18 Mar 21:35

Choose a tag to compare

1.1.0 - (2023-03-18)

🚀 Features

  • Fallback for esbuild results when this isn't solve loader (#38) (1ee1356)

🧪 Testing

v1.0.4

18 Mar 14:03

Choose a tag to compare

1.0.4 - (2023-03-18)

🐛 Bug Fixes

  • Declare string type for version export (3733269)

🧪 Testing

v1.0.3

06 Feb 23:09

Choose a tag to compare

1.0.3 - (2023-02-06)

🐛 Bug Fixes

📝 Documentation

  • readme: Remove all-contributors (f238480)

🧪 Testing

  • Update snapshots for new versions (40786af)

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

27 Nov 10:22

Choose a tag to compare

1.0.2 - (2022-11-27)

🐛 Bug Fixes

  • Regexp escape for Node 14 polyfill (#18) (bfb809d)

v1.0.1

26 Nov 18:07

Choose a tag to compare

1.0.1 - (2022-11-26)

🐛 Bug Fixes

  • Fixed support for NodeJS v14.x (0bd74f6)

📝 Documentation

v1.0.0

07 Oct 23:33

Choose a tag to compare

1.0.0 - (2022-10-07)

🐛 Bug Fixes

  • Resolve esbuild loader dynamically (75a8d67)

📝 Documentation

🚀 Features

🧪 Testing

🪞 Styling