Skip to content

Commit

Permalink
v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyganch committed Jul 27, 2016
1 parent 04b3966 commit 05f8832
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ worked before.
:star: — some new thing has been added.
:green_apple: — some bad thing has been fixed.

## 27.07.2016, Version 3.4.0

:star: Added `unicode-range` and `urange` node types in CSS, Less, Sass and SCSS.
:green_apple: Fixed parsing of trailing interpolation in compound selector in Sass and SCSS.
:green_apple: Fix parsing of hyphens after interpolation with parentSelectors in Sass and SCSS.
:green_apple: Added ESLint and moved linters to a separate script.
:green_apple: Fixed incorrect dimension wrap of unicode-ranges in CSS, Sass and SCSS.
:green_apple: Fixed parsing of hyphens in interpolated idents in Sass and SCSS.
:green_apple: Added compilation of JS using Google Closure.

## 01.07.2016, Version 3.3.6

:green_apple: Fixed parsing of nth selector without numbers before `n`.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Gonzales PE @3.3.6
# Gonzales PE @3.4.0

[![Build Status](https://travis-ci.org/tonyganch/gonzales-pe.svg?branch=3.0)]
(https://travis-ci.org/tonyganch/gonzales-pe)
Expand All @@ -13,13 +13,13 @@ Currently those are supported: SCSS, Sass, LESS.
(1) To install command-line tool globally:

```bash
npm install -g gonzales-pe@3.3.6
npm install -g gonzales-pe@3.4.0
```

(2) To install parser as a project dependency:

```bash
npm install --save gonzales-pe@3.3.6
npm install --save gonzales-pe@3.4.0
```

(3) If for some reason you want to build files yourself:
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": "3.3.6",
"version": "3.4.0",
"homepage": "http://github.com/tonyganch/gonzales-pe",
"bugs": "http://github.com/tonyganch/gonzales-pe/issues",
"license": "MIT",
Expand Down

0 comments on commit 05f8832

Please sign in to comment.