All notable changes to this project will be documented in this file.
1.2.1 - (2023-09-09)
- Move exports to the bottom to have them all in 1 place (4bfe592)
- Add missing css preprocessor file extensions to loader (f87374a)
- readme: Add note about CSS preprocessors (9843247)
- Add test to cover scss->css conversion (ec310fb)
1.2.0 - (2023-07-13)
- deps: Update all non-major dependencies (b05c2ef)
- Introduce
disableOnLoadTriggeroption (#65) (9ce2e90)
- Update snapshots for new versions (65c70eb)
1.1.0 - (2023-03-18)
- Fallback for esbuild results when this isn't solve loader (#38) (1ee1356)
- Update test snapshots (bfb9c92)
1.0.4 - (2023-03-18)
- Declare string type for version export (3733269)
1.0.3 - (2023-02-06)
- Change loader for .tsx files (#30) (4cdb017)
- readme: Remove all-contributors (f238480)
- Update snapshots for new versions (40786af)
1.0.2 - (2022-11-27)
- Regexp escape for Node 14 polyfill (#18) (bfb809d)
1.0.1 - (2022-11-26)
- Fixed support for NodeJS v14.x (0bd74f6)
- readme: Fix example for tsup (41dc567)
- readme: Fix ToC (325aef4)
- readme: Add ToC (c376a17)
- readme: Add examples and options (7796c68)
1.0.0 - (2022-10-07)
- Resolve esbuild loader dynamically (75a8d67)
- Improve tsdoc (631142e)
- readme: Fill in usage (12a34fb)
- Better tsdoc comment (a441ffb)
- readme: Add inspired by note (597fe80)
- Update readme (f932db9)
- Add more edge case scenarios (5e7a567)
- Reorganize files (42f3bf1)
- Finish up all test scenarios (a6ee52e)
- Start adding tests (b66ade2)
- Run prettier (2a3310f)