.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / postcss-less / CHANGELOG.md
1 ## 0.16.0
2 * added support for PostCSS 5.2+
3 * fixes output adding superfluous spaces in comments
4
5 ### PLEASE NOTE
6
7 This will be the last version of PostCSS-LESS supporting Node 4.x.
8
9 ## 0.15.0
10 * reversed parsing of semicolon after mixin without body fix
11 * added [shrinkwrap](https://docs.npmjs.com/cli/shrinkwrap) file
12
13 ## 0.14.0
14 * fixed parsing of semicolon after mixin without body
15
16 ## 0.13.0
17 * set the default stringifier for Rule
18
19 ## 0.3.0
20 * Merged in webschik's changes
21 * cleanup of various files (license, readme, gulp file)
22 * added a number of new tests to capture integration failures
23 * resolved remaining integration failures
24 * further linting cleanup (eslint strict)
25
26 ## 0.2.0
27 * Cleanup of source and build files (eslint standards)
28 * fixing issue with @ inside of a string in parens
29 * new dist folder for npm with minified source files
30
31 ## 0.1.3
32 * Fix ES2015 module export.
33
34 ## 0.1.2
35 * Fix interpolation inside string.
36
37 ## 0.1.1
38 * Fix `url()` parsing.
39
40 ## 0.1
41 * Initial release.