scss-to-css v1.6.0
·
2912 commits
to main
since this release
📃 Changelog
- Added module import support (@adamlui)
- Added
compile()for API (@adamlui) - Exposed
findSCSSfiles(dir)for API (@adamlui) - Implemented
compile()into CLI routine (@adamlui) - Added logging of failed compilations (@adamlui)
- Added
--no-recursionCLI flag (@adamlui) - Revamped function options inits to support partial options passed (@adamlui)
- Added
dotFoldersto main functions' options (@adamlui) - Added ignoring of node_modules dir to
findSCSS()(@adamlui) - Added passing of options to recursive self-calls in
findSCSS()(@adamlui) - Moved no files found alert from CLI routine to
findSCSS()(@adamlui) - Added optional chaining to potentially empty arrays (@adamlui)
- Changed print of failed paths from comma-separated to vertical list (@adamlui)
- Added API reference (@adamlui)
- Translated docs to simplified Chinese + traditional Chinese (@adamlui)
Full Changelog: scss-to-css-1.5.2...scss-to-css-1.6.0
For more detailed information and usage instructions, please refer to the README for this release: https://github.com/adamlui/js-utils/tree/scss-to-css-1.6.0/scss-to-css#readme
🧠 New Contributors
- @mcuee made their first contribution in https://github.com/orgs/community/discussions/6003#discussioncomment-8655106
Note: Asset scss-to-css-1.6.0.tgz is the official release package as published to npm. *.tar.gz and *.zip files are auto-generated by GitHub, they contain a git snapshot of the entire monorepo at the time of this release (which includes utilities besides scss-to-css).