Comparing version 0.10.2 to 0.10.3
@@ -0,1 +1,8 @@ | ||
Version 0.10.3, released 2016-12-09 | ||
----------------------------------- | ||
Minor improvements: | ||
* Spaceless tag no longer escapes Static values (#435) | ||
* Inline includes now load (#433) | ||
* Errors during async fs loading use error callback (#431) | ||
Version 0.10.2, released 2016-11-23 | ||
@@ -2,0 +9,0 @@ ----------------------------------- |
@@ -5,3 +5,3 @@ { | ||
"description": "JS port of the Twig templating language.", | ||
"version": "0.10.2", | ||
"version": "0.10.3", | ||
"homepage": "https://github.com/twigjs/twig.js", | ||
@@ -8,0 +8,0 @@ "licenses": [ |
@@ -65,3 +65,3 @@ [![Stories in Ready](https://badge.waffle.io/twigjs/twig.js.png?label=ready&title=Ready)](https://waffle.io/twigjs/twig.js) | ||
Twig is compatable with express 2 and 3. You can create an express app using the twig.js templating language by setting the view engine to twig. | ||
Twig is compatible with express 2 and 3. You can create an express app using the twig.js templating language by setting the view engine to twig. | ||
@@ -68,0 +68,0 @@ ### app.js |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1401688
7756