gonzales-pe
Advanced tools
Comparing version 3.4.7 to 4.0.0
@@ -10,2 +10,20 @@ # Changelog | ||
## 17.11.2016, version 4.0 | ||
:japanese_ogre: Dropped support for Node < 4. | ||
:japanese_ogre: Brought back `postinstall` script that should allow installing | ||
from GitHub. | ||
:japanese_ogre: Made multiline comments in Sass consistent with other syntaxes | ||
by removing closing `*/` from node's content. | ||
:japanese_ogre: Implemented new node type, `universalSelector`, which represents | ||
`*`. See [docs](https://github.com/tonyganch/gonzales-pe/blob/dev/docs/node-types.md#universalselector) | ||
for more details. | ||
:green_apple: Fixed parsing of comments in Sass. | ||
:green_apple: Fixed parsing of keyframes inside includes in Sass. | ||
:green_apple: Fixed parsing of flags in arguments in Sass and SCSS. | ||
:green_apple: Fixed parsing of multiple declarations within arguments in SCSS | ||
and Sass. | ||
:green_apple: Improved parsing of interpolations in SCSS and Sass. | ||
:green_apple: Adjust parsing priority of declarations & atrule in Less. | ||
## 22.10.2016, version 3.4.7 | ||
@@ -12,0 +30,0 @@ |
{ | ||
"name": "gonzales-pe", | ||
"description": "Gonzales Preprocessor Edition (fast CSS parser)", | ||
"version": "3.4.7", | ||
"version": "4.0.0", | ||
"homepage": "http://github.com/tonyganch/gonzales-pe", | ||
@@ -24,2 +24,3 @@ "bugs": "http://github.com/tonyganch/gonzales-pe/issues", | ||
"log": "bash ./scripts/log.sh", | ||
"postinstall": "bash ./scripts/postinstall.sh", | ||
"prepublish": "bash ./scripts/prepublish.sh", | ||
@@ -37,3 +38,6 @@ "postpublish": "bash ./scripts/postpublish.sh", | ||
"devDependencies": { | ||
"babel-loader": "^5.3.2", | ||
"babel-core": "^6.18.2", | ||
"babel-loader": "^6.2.7", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-preset-es2015": "^6.18.0", | ||
"coffee-script": "~1.7.1", | ||
@@ -40,0 +44,0 @@ "eslint": "^3.0.0", |
@@ -18,4 +18,6 @@ module.exports = { | ||
query: { | ||
loose: 'all', | ||
blacklist: 'spec.functionName' | ||
plugins: ['add-module-exports'], | ||
presets: [ | ||
["es2015", { "loose": true }] | ||
] | ||
} | ||
@@ -22,0 +24,0 @@ } |
Sorry, the diff of this file is not supported yet
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
512672
10536
12
1