-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #471
- Loading branch information
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Release Notes | ||
|
||
## Development | ||
|
||
- #471 - Create release notes (These!) | ||
- #458 - Fix `./foo` syntax (@jpfiset) | ||
- #460 - Allow `:` in unescaped identifers (@jpfiset) | ||
- #456 - Allow escaping of `\\` | ||
- #211 - Fix exception in `escapeExpression` | ||
- #375 - Escape unicode newlines | ||
- #461 - Do not fail when compiling `""` | ||
- #302 - Fix sanity check in knownHelpersOnly mode | ||
- #369 - Allow registration of multiple helpers and partial by passing definition object | ||
- Handle empty context in `with` (@thejohnfreeman) | ||
- Support custom template extensions in CLI (@matteoagosti) | ||
- Fix Rhino support (@broady) | ||
- Include contexts in string mode (@leshill) | ||
- Return precompiled scripts when compiling to AMD (@JamesMaroney) | ||
- Docs updates (@iangreenleaf, @gilesbowkett, @utkarsh2012) | ||
- Fix `toString` handling under IE and browserify (@tommydudebreaux) | ||
- Add program metadata | ||
|
||
[Commits](https://github.com/wycats/handlebars.js/compare/v1.0.10...master) | ||
|
||
## v1.0.10 - Node - Feb 27 2013 | ||
|
||
- #428 - Fix incorrect rendering of nested programs | ||
- Fix exception message (@tricknotes) | ||
- Added negative number literal support | ||
- Concert library to single IIFE | ||
- Add handlebars-source gemspec (@machty) | ||
|
||
[Commits](https://github.com/wycats/handlebars.js/compare/v1.0.9...v1.0.10) | ||
|
||
## v1.0.9 - Node - Feb 15 2013 | ||
|
||
- Added `Handlebars.create` API in node module for sandboxed instances (@tommydudebreaux) | ||
|
||
[Commits](https://github.com/wycats/handlebars.js/compare/1.0.0-rc.3...v1.0.9) | ||
|
||
## 1.0.0-rc3 - Browser - Feb 14 2013 | ||
|
||
- Prevent use of `this` or `..` in illogical place (@leshill) | ||
- Allow AST passing for `parse`/`compile`/`precompile` (@machty) | ||
- Optimize generated output by inlining statements where possible | ||
- Check compiler version when evaluating templates | ||
- Package browser dist in npm package | ||
|
||
[Commits](https://github.com/wycats/handlebars.js/compare/v1.0.8...1.0.0-rc.3) |