Comparing version 0.8.8 to 0.8.9
{ | ||
"name": "twig.js", | ||
"version": "0.8.8", | ||
"version": "0.8.9", | ||
"main": "twig.min.js", | ||
@@ -5,0 +5,0 @@ "ignore": [ |
@@ -0,1 +1,17 @@ | ||
Version 0.8.9, to be released | ||
----------------------------- | ||
Dependencies have been updated to current versions. You should run `npm install` to update these. (#313) | ||
Major improvements: | ||
* Twig's `source` function is now supported (#309) | ||
* It is possible to add additional parsers using Twig.Templates.registerParser() (currently available: twig, source). If you are using a custom loader, please investigate src/twig.loader.fs.js how to call the requested parser. (#309) | ||
* `undefined` and `null` values now supported in the `in` operator (#311) | ||
* Namespaces can now be defined using the '@' symbol (#328) | ||
Minor improvements: | ||
* Undefined object properties now have the value of `undefined` rather than `null` (#311) | ||
* Improved browser tests (#325, #310) | ||
* IE8 fix (#324) | ||
* Path resolution has been refactored to its own module (#323) | ||
Version 0.8.8, released 2016-02-13 | ||
@@ -2,0 +18,0 @@ ---------------------------------- |
@@ -5,7 +5,9 @@ { | ||
"description": "JS port of the Twig templating language.", | ||
"version": "0.8.8", | ||
"version": "0.8.9", | ||
"homepage": "https://github.com/justjohn/twig.js", | ||
"licenses": [ | ||
{ "type": "BSD-2-Clause", | ||
"url": "https://raw.github.com/justjohn/twig.js/master/LICENSE" } | ||
{ | ||
"type": "BSD-2-Clause", | ||
"url": "https://raw.github.com/justjohn/twig.js/master/LICENSE" | ||
} | ||
], | ||
@@ -28,11 +30,14 @@ "repository": { | ||
"walk": "2.3.x", | ||
"minimatch": "0.2.x" | ||
"minimatch": "3.0.x" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"sinon": "^1.17.3", | ||
"sinon-chai": "^2.8.0", | ||
"tokenizer": "1.1.x", | ||
"should": "3.3.x", | ||
"mocha": "1.18.x", | ||
"docco": "0.6.x", | ||
"uglify-js": "2.4.x" | ||
"should": "8.2.x", | ||
"mocha": "2.4.x", | ||
"docco": "0.7.x", | ||
"uglify-js": "2.6.x" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
1604248
44
7454
8
12
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedminimatch@3.0.8(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@0.2.14(transitive)
- Removedsigmund@1.0.1(transitive)
Updatedminimatch@3.0.x