.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / postcss-scss / CHANGELOG.md
1 # Change Log
2 This project adheres to [Semantic Versioning](http://semver.org/).
3
4 ## 1.0.6
5 * Fix parsing nested at-rules without semicolon, params, and spaces.
6 * Fix parsing string in interpolation in string.
7
8 ## 1.0.5
9 * Fix parsing `url( http://example.com )` with spaces inside.
10
11 ## 1.0.4
12 * Fix parsing inline cpmments inside selectors.
13
14 ## 1.0.3
15 * Remove development sections from published `package.json`.
16
17 ## 1.0.2
18 * Fix escape sequences parsing (by Oleh Kuchuk).
19
20 ## 1.0.1
21 * Fix position of multiline `url()`.
22
23 ## 1.0
24 * Use PostCSS 6.0.
25 * Use `babel-preset-env`.
26
27 ## 0.4.1
28 * Fix compatibility with PostCSS 5.2.13.
29
30 ## 0.4
31 * Add mixed comments support (`// width: 5% /* width: 6% */`)
32
33 ## 0.3.1
34 * Fix parsing selector with interpolation in pseudo-class.
35
36 ## 0.3
37 * Use PostCSS 5.2.
38
39 ## 0.2.1
40 * Fix nested prop parser for prefixed pseudo.
41
42 ## 0.2
43 * Add nested properties support (by dryoma).
44
45 ## 0.1.9
46 * Use PostCSS 5.1.
47 * Add source maos to build JS files.
48 * Fix interpolation in `url()`.
49
50 ## 0.1.8
51 * Fix interpolation-in-interpolation parsing.
52 * Fix at-rule with interpolation parsing.
53
54 ## 0.1.7
55 * Fix inline comments with Windows new lines.
56
57 ## 0.1.6
58 * Parse new lines according W3C CSS syntax specification.
59
60 ## 0.1.5
61 * Fix package dependencies.
62
63 ## 0.1.4
64 * Fix CSS syntax error position on unclosed quotes.
65
66 ## 0.1.3
67 * Fix ES2015 module export.
68
69 ## 0.1.2
70 * Fix interpolation inside string.
71
72 ## 0.1.1
73 * Fix `url()` parsing.
74
75 ## 0.1
76 * Initial release.