Skip to content

Commit

Permalink
v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyganch committed May 18, 2016
1 parent d2843f4 commit 61e6ebb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ worked before.
:star: — some new thing has been added.
:green_apple: — some bad thing has been fixed.

## 18.05.2016, Version 3.3.2

:star: Added AppVeyor badge.
:green_apple: Fixed build file to glue multiple syntaxes into one file.
:green_apple: Fixed parsing of functions inside urls in Sass.
:green_apple: Fixed parsing of mulitple keyframe selectors in CSS, Sass and SCSS.
:green_apple: Fixed parsing of parent selector as property in Sass and SCSS.
:green_apple: Fixed parsing of parent selector inside interpolations in Sass and SCSS.

## 29.04.2016, Version 3.3.1

:star: Added config for AppVeyor to run automated tests on Windows.
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.1
# Gonzales PE @3.3.2

[![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 [email protected].1
npm install -g [email protected].2
```

(2) To install parser as a project dependency:

```bash
npm install --save [email protected].1
npm install --save [email protected].2
```

(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.1",
"version": "3.3.2",
"homepage": "http://github.com/tonyganch/gonzales-pe",
"bugs": "http://github.com/tonyganch/gonzales-pe/issues",
"license": "MIT",
Expand Down

0 comments on commit 61e6ebb

Please sign in to comment.