Skip to content

Commit c445561

Browse files
committed
Update changelog.
1 parent 22d8a92 commit c445561

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# 3.0.0-rc.0
2+
3+
## Breaking changes
4+
5+
* Some tweaks to the tokenizer/attribute selector parsing mean that whitespace
6+
locations might be slightly different to the 2.x code.
7+
* Better attribute selector parsing with more validation; postcss-selector-parser
8+
no longer uses regular expressions to parse attribute selectors.
9+
* Added an async API (thanks to @jacobp100); the default `process` API is now
10+
async, and the sync API is now accessed through `processSync` instead.
11+
* Tweaks handling of Less interpolation (thanks to @jwilsson).
12+
* Removes support for Node 0.12.
13+
14+
## Other changes
15+
16+
* Set the parent when inserting a node (thanks to @chriseppstein).
17+
* Correctly adjust indices when using insertBefore/insertAfter (thanks to @tivac).
18+
* Fixes handling of namespaces with qualified tag selectors.
19+
* Now accepts a PostCSS rule node for better syntax errors.
20+
* Now more memory efficient when tokenizing selectors.
21+
122
# 2.2.3
223

324
* Resolves an issue where the parser would not reduce multiple spaces between an

0 commit comments

Comments
 (0)