Releases: sasstools/scss-tokenizer
Releases · sasstools/scss-tokenizer
v0.4.3
What's Changed
- Bump acorn from 5.7.3 to 5.7.4 by @dependabot in #33
- Fixed ReDoS in "loadAnnotation" function of "previous-map.js" by @sushantmittal in #49
New Contributors
- @dependabot made their first contribution in #33
- @sushantmittal made their first contribution in #49
Full Changelog: v0.4.2...v0.4.3
v0.4.2
v0.4.1
v0.4.0
Fixes
Tests
Dependencies
- Replace babel-preset-es2015 with babel-preset-env (@xzyfer, #23)
- sass-spec@2.5.1 (@xzyfer, #23)
- babel-core@^6.26.3 (@xzyfer, #23)
- babel-jest@^23.6.0 (@xzyfer, #23)
- glob@^7.1.3 (@xzyfer, #23)
- jest@^23.6.0 (@xzyfer, #23)
- js-base64@^2.4.9 (@xzyfer, #23)
- source-map@^0.7.3 (@xzyfer, #23)
Misc
- TravisCI now tests all supported Node versions
- Commit
package-lock.json
v0.3.0
Fix broken release
Remove prepublishOnly npm script
This script is used to transpile the es6 files before publishing but in npm@<5 is runs after the tarball has been created. This results the package being published without the transpiled files 😱
v0.2.2
v0.1.2
v0.1.1
v0.1.0
Improved comment parsing
CSS style comments (
/* */
) are allow interpolants (#{$foo}
),
and disallow everything else.
See #5
Improved Node support
Remove some old dependencies that no long worked with Node >= 4 (b40c729) and test against more Node engines in travis (79dd087).
Add tests
Begin the test suite. It's still rudimentary (a87c091).
Remove undocumented git submodule
The sass-spec suite was being submoduled in for the tests. They have recently created an npm package we're now using that (50c21ea).