gonzales-pe
Advanced tools
Comparing version 3.4.5 to 3.4.6
@@ -10,8 +10,14 @@ # Changelog | ||
## 20.10.2016, Version 3.4.5 | ||
## 22.10.2016, version 3.4.6 | ||
:green_apple: Changed parsing of `ident` nodes which fixed issue with asterisks | ||
being parsed as idents instead of operators. | ||
:green_apple: Fixed capitalisation in Changelog. | ||
## 20.10.2016, version 3.4.5 | ||
:green_apple: Change parser to strip DOS newlines from comments. | ||
:star: Add links to README.md. | ||
## 12.08.2016, Version 3.4.4 | ||
## 12.08.2016, version 3.4.4 | ||
@@ -21,11 +27,11 @@ :green_apple: Fixed parsing of numbers following interpolation in class | ||
## 08.08.2016, Version 3.4.3 | ||
## 08.08.2016, version 3.4.3 | ||
:green_apple: Fixed parsing of unicode ranges. | ||
## 04.08.2016, Version 3.4.2 | ||
## 04.08.2016, version 3.4.2 | ||
:green_apple: Disable Google Closure Compiler due to some errors in parsing. | ||
## 27.07.2016, Version 3.4.1 | ||
## 27.07.2016, version 3.4.1 | ||
@@ -35,3 +41,3 @@ :star: Added publich script. | ||
## 27.07.2016, Version 3.4.0 | ||
## 27.07.2016, version 3.4.0 | ||
@@ -46,7 +52,7 @@ :star: Added `unicode-range` and `urange` node types in CSS, Less, Sass and SCSS. | ||
## 01.07.2016, Version 3.3.6 | ||
## 01.07.2016, version 3.3.6 | ||
:green_apple: Fixed parsing of nth selector without numbers before `n`. | ||
## 21.06.2016, Version 3.3.5 | ||
## 21.06.2016, version 3.3.5 | ||
@@ -62,3 +68,3 @@ :green_apple: Fixed issue with content at-rule and keyframes in Sass and SCSS. | ||
## 18.05.2016, Version 3.3.4 | ||
## 18.05.2016, version 3.3.4 | ||
@@ -68,7 +74,7 @@ :green_apple: Fixed mistake from `@3.3.2` version when parent selector was | ||
## 18.05.2016, Version 3.3.3 | ||
## 18.05.2016, version 3.3.3 | ||
:green_apple: Fixed prepublish script to build lib. | ||
## 18.05.2016, Version 3.3.2 | ||
## 18.05.2016, version 3.3.2 | ||
@@ -82,3 +88,3 @@ :star: Added AppVeyor badge. | ||
## 29.04.2016, Version 3.3.1 | ||
## 29.04.2016, version 3.3.1 | ||
@@ -88,3 +94,3 @@ :star: Added config for AppVeyor to run automated tests on Windows. | ||
## 28.04.2016, Version 3.3.0 | ||
## 28.04.2016, version 3.3.0 | ||
@@ -94,3 +100,3 @@ :star: Added browser support. `build.sh` now build a script that can be used in | ||
## 28.04.2016, Version 3.2.7 | ||
## 28.04.2016, version 3.2.7 | ||
@@ -105,15 +111,15 @@ :green_apple: Fixed typos and example in documentation. | ||
## 07.02.2016, Version 3.2.6 | ||
## 07.02.2016, version 3.2.6 | ||
:green_apple: Fixed the issue with installation of the package with npm@3. | ||
## 07.02.2016, Version 3.2.5 | ||
## 07.02.2016, version 3.2.5 | ||
:green_apple: Fixed parsing of nested multiline selectors group. | ||
## 07.02.2016, Version 3.2.4 | ||
## 07.02.2016, version 3.2.4 | ||
:star: Added support for `!global` in Sass. | ||
## 07.02.2016, Version 3.2.3 | ||
## 07.02.2016, version 3.2.3 | ||
@@ -129,7 +135,7 @@ :star: Modified `npm test` to remove `.DS_Store` files before running tests. | ||
## 17.01.2016, Version 3.2.2 | ||
## 17.01.2016, version 3.2.2 | ||
:green_apple: Made `ParsingError#message` property writeable. | ||
## 19.10.2015, Version 3.2.1 | ||
## 19.10.2015, version 3.2.1 | ||
@@ -142,3 +148,3 @@ #### Parsing rules | ||
## 19.10.2015, Version 3.2.0 | ||
## 19.10.2015, version 3.2.0 | ||
@@ -154,3 +160,3 @@ #### Node types | ||
## 19.10.2015, Version 3.1.1 | ||
## 19.10.2015, version 3.1.1 | ||
@@ -162,3 +168,3 @@ #### Parsing rules | ||
## 18.10.2015, Version 3.1.0 | ||
## 18.10.2015, version 3.1.0 | ||
@@ -178,3 +184,3 @@ #### CLI | ||
## 18.10.2015, Version 3.0.3 | ||
## 18.10.2015, version 3.0.3 | ||
@@ -185,3 +191,3 @@ #### Parsing rules | ||
## 18.10.2015, Version 3.0.2 | ||
## 18.10.2015, version 3.0.2 | ||
@@ -193,3 +199,3 @@ #### Parsing rules | ||
## 18.10.2015, Version 3.0.1 | ||
## 18.10.2015, version 3.0.1 | ||
@@ -200,3 +206,3 @@ #### Parsing rules | ||
## 18.10.2015, Version 3.0.0 | ||
## 18.10.2015, version 3.0.0 | ||
@@ -232,3 +238,3 @@ #### CLI | ||
## 05.10.2015, Version 3.0.0-beta | ||
## 05.10.2015, version 3.0.0-beta | ||
@@ -315,3 +321,3 @@ #### CLI | ||
## 29.12.2013, Version 2.0.2 | ||
## 29.12.2013, version 2.0.2 | ||
@@ -321,7 +327,7 @@ - Sass includes can have both arguments list and content block, | ||
## 18.11.2013, Version 2.0.1 | ||
## 18.11.2013, version 2.0.1 | ||
- Bring back lost whitespaces and comments | ||
## 11.11.2013, Version 2.0.0 | ||
## 11.11.2013, version 2.0.0 | ||
@@ -358,3 +364,3 @@ - Support preprocessors: Sass (both SCSS and indented syntax), LESS. | ||
## 11.02.2013, Version 1.0.7 | ||
## 11.02.2013, version 1.0.7 | ||
@@ -364,3 +370,3 @@ - Identifiers like `_0` are identifiers now. | ||
## 25.11.2012, Version 1.0.6 | ||
## 25.11.2012, version 1.0.6 | ||
@@ -371,24 +377,24 @@ - Typo fix (global variable leak): https://github.com/css/csso/pull/110 | ||
## 28.10.2012, Version 1.0.5 | ||
## 28.10.2012, version 1.0.5 | ||
- Better error line numbering: https://github.com/css/gonzales/issues/2 | ||
## 11.10.2012, Version 1.0.4 | ||
## 11.10.2012, version 1.0.4 | ||
- CSSO issue (@page inside @media error): https://github.com/css/csso/issues/90 | ||
## 10.10.2012, Version 1.0.3 | ||
## 10.10.2012, version 1.0.3 | ||
- Both .t-1 and .t-01 should be idents: https://github.com/css/gonzales/issues/1 | ||
## 08.10.2012, Version 1.0.2 | ||
## 08.10.2012, version 1.0.2 | ||
- CSSO issue (filter + important breaks csso v1.3.1): https://github.com/css/csso/issues/87 | ||
## 08.10.2012, Version 1.0.1 | ||
## 08.10.2012, version 1.0.1 | ||
- CSSO issue ("filter" IE property breaks CSSO v1.3.0): https://github.com/css/csso/issues/86 | ||
## 03.10.2012, Version 1.0.0 | ||
## 03.10.2012, version 1.0.0 | ||
- First revision. |
{ | ||
"name": "gonzales-pe", | ||
"description": "Gonzales Preprocessor Edition (fast CSS parser)", | ||
"version": "3.4.5", | ||
"version": "3.4.6", | ||
"homepage": "http://github.com/tonyganch/gonzales-pe", | ||
@@ -6,0 +6,0 @@ "bugs": "http://github.com/tonyganch/gonzales-pe/issues", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16
504189
10335