Releases: skovy/typed-scss-modules
Releases · skovy/typed-scss-modules
v7.0.1 - Handle single nameFormat string without wrapping in an array literal
v7.0.0 - Upgrade node-sass minimum version to v7
v6.6.0 - Add sanity check for 0 or 1 files to watch mode
v6.5.0 - Support multiple class name formats
6.5.0 (2022-06-03)
Bug Fixes
- improve types to be more maintainable (00d5a9b)
- improves even further by removing the unnecessary
NameFormatInput
type (71992dd) - improves types used to avoid casting (eb4d5a4)
- refactor code to match expectations as nameFormat becomes an array (0ce163a)
Features
- file-to-class-names: adds support for multiple name formatters (43ec693)
v6.4.1 - Fix snake case support for CLI
v6.4.0 - Add snake case support
v6.3.0 - Export programmatic API
v6.2.1 - Fix alias and aliasPrefixes support in config file
v6.2.0 - Add additionalData config
6.2.0 (2022-02-17)
Features
- Add
additionalData
configuration option (648eccd). See the README for more details: https://github.com/skovy/typed-scss-modules#--additionaldata--d
v6.1.0 - Add outputFolder config
6.1.0 (2022-02-17)
Features
- Add
outputFolder
configuration option (8d73cd2). Read the docs for more details: https://github.com/skovy/typed-scss-modules#--outputfolder--o