.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / sugarss / CHANGELOG.md
1 # Change Log
2 This project adheres to [Semantic Versioning](http://semver.org/).
3
4 ## 1.0.1
5 * Fix nested inline comments parsing.
6
7 ## 1.0
8 * Use PostCSS 6.0.
9 * Use `babel-preset-env`.
10
11 ## 0.2
12 * Show error on semicolons and curly brackets.
13 * Fix source map mappings.
14
15 ## 0.1.6
16 * Fix empty comments parsing.
17
18 ## 0.1.5
19 * Put comments after declaration semicolon.
20 * Use PostCSS 5.1.
21
22 ## 0.1.4
23 * Fix parsing nested properties.
24
25 ## 0.1.3
26 * Fix source map generation.
27
28 ## 0.1.2
29 * Fix rule/declaration selection in nested rules.
30
31 ## 0.1.1
32 * Fix comment between declaration case.
33 * Add logo (by Maria Keller).
34
35 ## 0.1
36 * Add selector pseudo-classes support.
37
38 ## 0.0.1
39 * Initial release.