Skip to content

Latest commit

 

History

History
120 lines (66 loc) · 6.45 KB

File metadata and controls

120 lines (66 loc) · 6.45 KB

Changelog

All notable changes to this project will be documented in this file.

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)

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)

1.1.0 - (2023-03-18)

🚀 Features

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

🧪 Testing

1.0.4 - (2023-03-18)

🐛 Bug Fixes

  • Declare string type for version export (3733269)

🧪 Testing

1.0.3 - (2023-02-06)

🐛 Bug Fixes

  • Change loader for .tsx files (#30) (4cdb017)

📝 Documentation

  • readme: Remove all-contributors (f238480)

🧪 Testing

  • Update snapshots for new versions (40786af)

1.0.2 - (2022-11-27)

🐛 Bug Fixes

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

1.0.1 - (2022-11-26)

🐛 Bug Fixes

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

📝 Documentation

1.0.0 - (2022-10-07)

🐛 Bug Fixes

  • Resolve esbuild loader dynamically (75a8d67)

📝 Documentation

🚀 Features

🧪 Testing

🪞 Styling