diff --git a/release-notes.md b/release-notes.md index f55580f2e..828ab9c06 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,46 +2,47 @@ ## 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) +- [#458](https://github.com/wycats/handlebars.js/issues/458) - Fix `./foo` syntax ([@jpfiset](https://github.com/jpfiset)) +- [#460](https://github.com/wycats/handlebars.js/issues/460) - Allow `:` in unescaped identifers ([@jpfiset](https://github.com/jpfiset)) +- [#471](https://github.com/wycats/handlebars.js/issues/471) - Create release notes (These!) +- [#456](https://github.com/wycats/handlebars.js/issues/456) - Allow escaping of `\\` +- [#211](https://github.com/wycats/handlebars.js/issues/211) - Fix exception in `escapeExpression` +- [#375](https://github.com/wycats/handlebars.js/issues/375) - Escape unicode newlines +- [#461](https://github.com/wycats/handlebars.js/issues/461) - Do not fail when compiling `""` +- [#302](https://github.com/wycats/handlebars.js/issues/302) - Fix sanity check in knownHelpersOnly mode +- [#369](https://github.com/wycats/handlebars.js/issues/369) - Allow registration of multiple helpers and partial by passing definition object +- Add bower package declaration ([@DevinClark](https://github.com/DevinClark)) +- Handle empty context in `with` ([@thejohnfreeman](https://github.com/thejohnfreeman)) +- Support custom template extensions in CLI ([@matteoagosti](https://github.com/matteoagosti)) +- Fix Rhino support ([@broady](https://github.com/broady)) +- Include contexts in string mode ([@leshill](https://github.com/leshill)) +- Return precompiled scripts when compiling to AMD ([@JamesMaroney](https://github.com/JamesMaroney)) +- Docs updates ([@iangreenleaf](https://github.com/iangreenleaf), [@gilesbowkett](https://github.com/gilesbowkett), [@utkarsh2012](https://github.com/utkarsh2012)) +- Fix `toString` handling under IE and browserify ([@tommydudebreaux](https://github.com/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) +- [#428](https://github.com/wycats/handlebars.js/issues/428) - Fix incorrect rendering of nested programs +- Fix exception message ([@tricknotes](https://github.com/tricknotes)) - Added negative number literal support - Concert library to single IIFE -- Add handlebars-source gemspec (@machty) +- Add handlebars-source gemspec ([@machty](https://github.com/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) +- Added `Handlebars.create` API in node module for sandboxed instances ([@tommydudebreaux](https://github.com/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) +- Prevent use of `this` or `..` in illogical place ([@leshill](https://github.com/leshill)) +- Allow AST passing for `parse`/`compile`/`precompile` ([@machty](https://github.com/machty)) - Optimize generated output by inlining statements where possible - Check compiler version when evaluating templates - Package browser dist in npm package