mirror of
https://github.com/zulip/zulip.git
synced 2026-06-18 21:01:52 +08:00
There were some notable bug fixes between those versions. We are still far behind the current version (1.3.0). For the node stuff, I used npm update. Then for static/third/handlebars/handlebars.runtime.js, I copied the node version then added back the copyright. (imported from commit 59bcd2c52540ff88bba2f90cced809cfcb8cd92b)
3.1 KiB
3.1 KiB
Release Notes
Development
v1.0.11 / 1.0.0-rc4 - May 13 2013
- #458 - Fix
./foosyntax (@jpfiset) - #460 - Allow
:in unescaped identifers (@jpfiset) - #471 - Create release notes (These!)
- #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
- Add bower package declaration (@DevinClark)
- Add NuSpec package declaration (@MikeMayer)
- 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
toStringhandling under IE and browserify (@tommydudebreaux) - Add program metadata
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)
v1.0.9 - Node - Feb 15 2013
- Added
Handlebars.createAPI in node module for sandboxed instances (@tommydudebreaux)