Skip to content

Commit

Permalink
Merge pull request #1959 from alubbe/1100
Browse files Browse the repository at this point in the history
1.10.0
  • Loading branch information
alubbe committed May 25, 2015
2 parents 7e4bab4 + e8c5f5f commit 6027e66
Show file tree
Hide file tree
Showing 6 changed files with 4,680 additions and 3,826 deletions.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.10.0 / 2015-05-25
==================

* 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/))
* 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))
* disabled 'compileDebug' flag by default when used with express in production mode ([Andreas Lubbe](https://github.com/alubbe))
* Fixed a memory leak on modern versions of Chrome as well as node 0.12 and iojs ([Andreas Lubbe](https://github.com/alubbe))
* update website ([@GarthDB](https://github.com/GarthDB))

1.9.2 / 2015-01-18
==================

Expand Down
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jade",
"repo": "visionmedia/jade",
"description": "Jade template runtime",
"version": "1.9.2",
"version": "1.10.0",
"keywords": [
"template"
],
Expand All @@ -13,4 +13,4 @@
"lib/runtime.js"
],
"main": "lib/runtime.js"
}
}
5 changes: 3 additions & 2 deletions docs/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"1.8.2",
"1.9.0",
"1.9.1",
"1.9.2"
]
"1.9.2",
"1.10.0"
]
Loading

0 comments on commit 6027e66

Please sign in to comment.