-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00b0449
commit 57a2086
Showing
2 changed files
with
8 additions
and
3 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 |
---|---|---|
@@ -1,9 +1,14 @@ | ||
unreleased | ||
========== | ||
|
||
* deps: [email protected] | ||
- Add support for iterable objects in `{{#each}}` helper | ||
* deps: [email protected] | ||
- Add `handlebars.parseWithoutProcessing` | ||
- Add support for iterable objects in `#each` helper | ||
- Block access to non-enumerable special properties on objects | ||
- Fix error when helper defined with array properties | ||
- Fix parsing of empty raw blocks | ||
- Fix work-around for `constructor` blocking | ||
- Validate arguments to `#if`, `#unless` and `#with` helpers | ||
|
||
4.0.6 / 2019-10-09 | ||
================== | ||
|
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