UNPKG

1.63 kBMarkdownView Raw
12.2.1 / 2015-06-17
2==================
3
4 * fix parsing escaped quotes in quoted strings
5
62.2.0 / 2015-02-18
7==================
8
9 * add `parsingErrors` to list errors when parsing with `silent: true`
10 * accept EOL characters and all other whitespace characters in `@` rules such
11 as `@media`
12
132.1.0 / 2014-08-05
14==================
15
16 * change error message format and add `.reason` property to errors
17 * add `inputSourcemaps` option to disable input source map processing
18 * use `inherits` for inheritance (fixes some browsers)
19 * add `sourcemap: 'generator'` option to return the `SourceMapGenerator`
20 object
21
222.0.0 / 2014-06-18
23==================
24
25 * add non-enumerable parent reference to each node
26 * drop Component(1) support
27 * add support for @custom-media, @host, and @font-face
28 * allow commas inside selector functions
29 * allow empty property values
30 * changed default options.position value to true
31 * remove comments from properties and values
32 * asserts when selectors are missing
33 * added node.position.content property
34 * absorb css-parse and css-stringify libraries
35 * apply original source maps from source files
36
371.6.1 / 2014-01-02
38==================
39
40 * fix component.json
41
421.6.0 / 2013-12-21
43==================
44
45 * update deps
46
471.5.0 / 2013-12-03
48==================
49
50 * update deps
51
521.1.0 / 2013-04-04
53==================
54
55 * update deps
56
571.0.7 / 2012-11-21
58==================
59
60 * fix component.json
61
621.0.4 / 2012-11-15
63==================
64
65 * update css-stringify
66
671.0.3 / 2012-09-01
68==================
69
70 * add component support
71
720.0.1 / 2010-01-03
73==================
74
75 * Initial release