Skip to content

Commit 6027e66

Browse files
committed
Merge pull request #1959 from alubbe/1100
1.10.0
2 parents 7e4bab4 + e8c5f5f commit 6027e66

File tree

6 files changed

+4680
-3826
lines changed

6 files changed

+4680
-3826
lines changed

History.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.10.0 / 2015-05-25
2+
==================
3+
4+
* Now supports jstransformers, which allows improved handling of embedded languages such as Coffee-Script, and deprecated Transformers support in filters - to be removed in 2.0.0 ([@ForbesLindesay](http://www.forbeslindesay.co.uk/))
5+
* CLI: added a flag to keep directory hierarchy when a directory is specified - this behavior will be the default in 2.0.0 ([@TimothyGu](https://github.com/TimothyGu))
6+
* disabled 'compileDebug' flag by default when used with express in production mode ([Andreas Lubbe](https://github.com/alubbe))
7+
* Fixed a memory leak on modern versions of Chrome as well as node 0.12 and iojs ([Andreas Lubbe](https://github.com/alubbe))
8+
* update website ([@GarthDB](https://github.com/GarthDB))
9+
110
1.9.2 / 2015-01-18
211
==================
312

component.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jade",
33
"repo": "visionmedia/jade",
44
"description": "Jade template runtime",
5-
"version": "1.9.2",
5+
"version": "1.10.0",
66
"keywords": [
77
"template"
88
],
@@ -13,4 +13,4 @@
1313
"lib/runtime.js"
1414
],
1515
"main": "lib/runtime.js"
16-
}
16+
}

docs/versions.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"1.8.2",
1212
"1.9.0",
1313
"1.9.1",
14-
"1.9.2"
15-
]
14+
"1.9.2",
15+
"1.10.0"
16+
]

0 commit comments

Comments
 (0)