.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / postcss-safe-parser / CHANGELOG.md
1 # Change Log
2 This project adheres to [Semantic Versioning](http://semver.org/).
3
4 ## 3.0.1
5 * Fix parsing IE filter with missed semicolon.
6
7 ## 3.0
8 * Use PostCSS 6.0.
9 * Use `babel-preset-env`.
10
11 ## 2.0.1
12 * Do not fall on colon instead of semicolon in the declaration end.
13
14 ## 2.0
15 * Use PostCSS 5.2 core tokenizer.
16
17 ## 1.0.7
18 * Parse new lines according W3C CSS syntax specification.
19
20 ## 1.0.6
21 * Fix package dependencies.
22
23 ## 1.0.5
24 * Fix CSS syntax error position on unclosed quotes.
25
26 ## 1.0.4
27 * Fix wrong `main` in `package.json`.
28
29 ## 1.0.3
30 * Remove Babel from dependencies (by Jonny Buchanan).
31
32 ## 1.0.2
33 * Clean code for PostCSS 5.0.13 internal changes.
34 * Use Babel 6.
35
36 ## 1.0.1
37 * Fix `url()` parsing.
38
39 ## 1.0
40 * Initial release from PostCSS sources.