All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.2.3 (2020-10-13)
- Fixing examples (df3faa9)
1.2.2 (2020-05-26)
- Handling Sass types correctly for Dart Sass before 1.22.5 and from 1.26.0 (eab558e), closes /github.com/sass/dart-sass/blob/master/CHANGELOG.md#1174
1.2.1 (2020-01-23)
- SassVarsToJS: Handling Colors in SassMap keys correctly (ced40ca)
1.2.0 (2019-12-04)
1.1.2 (2019-11-15)
- JSVarsToSassData: The
options
parameters should never beundefined
(e8a866f)
- Adding support for Dart Sass (ea9f65b5)
-
Changing the names (and file path) of many classes (adefaa71)
To be more straightforward, as we are supporting not exclusively
node-sass
Old name New name JSFunctionsToNodeSass JSFunctionsToSass JSVarsToNodeSass JSVarsToSass NodeSassVarsToJs SassVarsToJS JSVarsToSassString JSVarsToSassData (We should create a new major version in normal case, but since the package is quite new (1wo), we make an exception this time. Hopefully we will not have to change the API in the near future.)
Initial release