- Initial release.
- Basic Sass syntax support. Now supporting nesting and pseudo-classes.
- Fixed nesting.
- Variables, comments, '!important' support.
- Added stringifier.
- Refactoring (@sdwvit).
- List/map.
- Loop.
- Move to ES6 syntax (@gucong3000).
- Test cases for stylelint (@gucong3000).
- Multiline comments (@gucong3000).
- Interpolation.
- Dependencies update (PostCSS, ESLint, Jest, postcss-parser-tests, postcss-scss).
hoek
dependency security fix.
- Fix percentage unit for value of property (@renataogarcia).
- Updated dependencies.
- Added
source
andparent
fields to comment node.
- Minor updates in comment node.
- Added support for media queries.
- Updated dependencies.
- Return null if node in
process
method didn't find.
- Added ignoring of unsupported rules which starts from
@
(@alpaca-tc).
- Dependencies update.
- Updated postcss to version 8.