Releases: Quramy/typed-css-modules
Releases · Quramy/typed-css-modules
v0.9.1
Bug Fix
- Map the allowArbitraryExtensions cli argument(#291)
v0.9.0
New features
allowArbitraryExtensions
Compatibility (#277, thanks to @jfurfaro )
v0.8.1
Bug fixes
- Glob path on windows ( #241 )
New features
- Add unlink watch ( #237 )
v0.8.0
New features
- Allow async postprocessor function (#208)
Bug fixes
- Empty .d.ts files are now valid TS modules (#142)
- Upgrade or remove some vulnerable dependencies. (#203, #215)
Breaking change
- Change supported Node.js version to v18
Misc
- Sort types for stable diffs (#199)
v0.7.2
Bug Fixed
- use relativeOutputFilePath instead of outputFilePath ( #180)
v0.7.1
New features
- add new CLI option --listDifferent #179
v0.7.0
Misc
- Upgrade some dependencies
Breaking Change
- Drop to support Node.js <= v10