Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgriffith committed Aug 29, 2017
1 parent ff032fd commit a6db412
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ worked before.
:star: — some new thing has been added.
:green_apple: — some bad thing has been fixed.


## 29.08.2017, version 4.2.0

:star: Add support for custom property syntax in CSS, Sass and SCSS.
:star: Add support for deep combinator syntax in CSS, LESS, Sass and SCSS.
:star: Add support for alternative descendant `>>` syntax in CSS, LESS, Sass and SCSS.
:star: Add support for `::slotted()` syntax in CSS, LESS, Sass and SCSS.
:green_apple: Fixed parsing of non-lowercase keyframes at-rule in CSS, LESS, Sass and SCSS.
:green_apple: Fixed parsing of multiline selectors within keyframes in Sass.
:green_apple: Fixed parsing of `!important` within maps in Sass and SCSS.
:green_apple: Fixed parsing of `...` following a function in Sass and SCSS.

## 23.08.2017, version 4.1.1

:star: Unified codebase style across syntaxes.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gonzales-pe",
"description": "Gonzales Preprocessor Edition (fast CSS parser)",
"version": "4.1.1",
"version": "4.2.0",
"homepage": "http://github.com/tonyganch/gonzales-pe",
"bugs": "http://github.com/tonyganch/gonzales-pe/issues",
"license": "MIT",
Expand Down

0 comments on commit a6db412

Please sign in to comment.