Skip to content

Commit 8be357d

Browse files
committed
Prepare release 8.2.0
Fixes #79 Fixes #131 Fixes 133
1 parent 8011f90 commit 8be357d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@
2020
* *No backwards-incompatible changes*
2121
* *No deprecations*
2222

23+
### 8.2.0 (2018-07-13)
24+
25+
* Support parsing `calc()`, thanks to @raxbg.
26+
* Support parsing grid-lines, again thanks to @raxbg.
27+
* Support parsing legacy IE filters (`progid:`) in lenient mode, thanks to @FMCorz
28+
* Performance improvements parsing large files, again thanks to @FMCorz
29+
* *No backwards-incompatible changes*
30+
* *No deprecations*
31+
2332
## 7.0
2433

2534
### 7.0.0 (2015-08-24)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,7 @@ class Sabberworm\CSS\CSSList\Document#4 (2) {
611611

612612
## Contributors/Thanks to
613613

614+
* [raxbg](https://github.com/raxbg) for contributions to parse `calc`, grid lines, and various bugfixes.
614615
* [FMCorz](https://github.com/FMCorz) for many patches and suggestions, for being able to parse comments and IE hacks (in lenient mode).
615616
* [Lullabot](https://github.com/Lullabot) for a patch that allows to know the line number for each parsed token.
616617
* [ju1ius](https://github.com/ju1ius) for the specificity parsing code and the ability to expand/compact shorthand properties.

0 commit comments

Comments
 (0)