|
12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- ## 0.1.0
- * Initial release.
- * Basic Sass syntax support. Now supporting nesting and pseudo-classes.
-
- ## 0.2.0
- * Fixed nesting.
- * Variables, comments, '!important' support.
- * Added Stringifier.
-
- ## 0.3.0
- * Refactoring (@sdwvit).
- * List/map.
- * Loop.
- * Move to ES6 syntax (@gucong3000).
- * Test cases for `stylelint` (@gucong3000).
- * Multiline comments (@gucong3000).
- * Interpolation.
-
- ## 0.3.1
- * Dependencies update (postcss, eslint, jest, postcss-parser-tests, postcss-scss).
- * `hoek` dependency security fix.
-
- ## 0.3.2
- * Fix percentage unit for value of property (@renataogarcia).
-
- ## 0.3.3
- * Updated dependencies.
-
- ## 0.3.4
- * Added `source` and `parent` fields to comment node.
-
- ## 0.3.5
- * Minor updates in comment node.
-
- ## 0.4.0
- * Added support for media queries.
- * Updated dependencies.
-
- ## 0.4.1
- * Return null if node in `process` method didn't find.
-
- ## 0.4.2
- * Added ignoring of unsupported rules which starts from `@` (@alpaca-tc).
|