|
| 1 | +# Release Notes |
| 2 | + |
| 3 | +## Development |
| 4 | + |
| 5 | +- #471 - Create release notes (These!) |
| 6 | +- #458 - Fix `./foo` syntax (@jpfiset) |
| 7 | +- #460 - Allow `:` in unescaped identifers (@jpfiset) |
| 8 | +- #456 - Allow escaping of `\\` |
| 9 | +- #211 - Fix exception in `escapeExpression` |
| 10 | +- #375 - Escape unicode newlines |
| 11 | +- #461 - Do not fail when compiling `""` |
| 12 | +- #302 - Fix sanity check in knownHelpersOnly mode |
| 13 | +- #369 - Allow registration of multiple helpers and partial by passing definition object |
| 14 | +- Handle empty context in `with` (@thejohnfreeman) |
| 15 | +- Support custom template extensions in CLI (@matteoagosti) |
| 16 | +- Fix Rhino support (@broady) |
| 17 | +- Include contexts in string mode (@leshill) |
| 18 | +- Return precompiled scripts when compiling to AMD (@JamesMaroney) |
| 19 | +- Docs updates (@iangreenleaf, @gilesbowkett, @utkarsh2012) |
| 20 | +- Fix `toString` handling under IE and browserify (@tommydudebreaux) |
| 21 | +- Add program metadata |
| 22 | + |
| 23 | +[Commits](https://github.com/wycats/handlebars.js/compare/v1.0.10...master) |
| 24 | + |
| 25 | +## v1.0.10 - Node - Feb 27 2013 |
| 26 | + |
| 27 | +- #428 - Fix incorrect rendering of nested programs |
| 28 | +- Fix exception message (@tricknotes) |
| 29 | +- Added negative number literal support |
| 30 | +- Concert library to single IIFE |
| 31 | +- Add handlebars-source gemspec (@machty) |
| 32 | + |
| 33 | +[Commits](https://github.com/wycats/handlebars.js/compare/v1.0.9...v1.0.10) |
| 34 | + |
| 35 | +## v1.0.9 - Node - Feb 15 2013 |
| 36 | + |
| 37 | +- Added `Handlebars.create` API in node module for sandboxed instances (@tommydudebreaux) |
| 38 | + |
| 39 | +[Commits](https://github.com/wycats/handlebars.js/compare/1.0.0-rc.3...v1.0.9) |
| 40 | + |
| 41 | +## 1.0.0-rc3 - Browser - Feb 14 2013 |
| 42 | + |
| 43 | +- Prevent use of `this` or `..` in illogical place (@leshill) |
| 44 | +- Allow AST passing for `parse`/`compile`/`precompile` (@machty) |
| 45 | +- Optimize generated output by inlining statements where possible |
| 46 | +- Check compiler version when evaluating templates |
| 47 | +- Package browser dist in npm package |
| 48 | + |
| 49 | +[Commits](https://github.com/wycats/handlebars.js/compare/v1.0.8...1.0.0-rc.3) |
0 commit comments