-
Notifications
You must be signed in to change notification settings - Fork 479
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
Seth Kinast
committed
Apr 30, 2015
1 parent
325f4a9
commit 162006a
Showing
8 changed files
with
176 additions
and
97 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,5 +1,15 @@ | ||
## Change Log | ||
|
||
### v2.7.1 (2015/04/30 20:32 +00:00) | ||
- [#655](https://github.com/linkedin/dustjs/pull/655) Update CommonJS example to make use of new onLoad behavior (@sethkinast) | ||
- [#653](https://github.com/linkedin/dustjs/pull/653) Fix array iteration when context is undefined (@sethkinast) | ||
- [#641](https://github.com/linkedin/dustjs/pull/641) Add a `cb(null, compiledTemplate)` signature to `dust.onLoad` Calling the `onLoad` callback with a compiled template function will use this template to satisfy the load request. The template is not automatically registered under any name when passed to the callback, so the `onLoad` function should handle registration as it needs. `dust.cache` behavior has been changed slightly. Before, setting it to false would blow away the entire cache on every render. Now, setting it to false just prevents new templates from being added and cached templates from being used, but if it's set to true again previously-cached templates will be ready to use. (@sethkinast) | ||
- [#650](https://github.com/linkedin/dustjs/pull/650) Pin [email protected] for grunt-jasmine-nodejs (@sethkinast) | ||
- [#646](https://github.com/linkedin/dustjs/pull/646) Update AMD and CommonJS examples (@sethkinast) | ||
- [#637](https://github.com/linkedin/dustjs/pull/637) CommonJS example (@sethkinast) | ||
- [#638](https://github.com/linkedin/dustjs/pull/638) Preserve compiler backwards compatibility with pre-2.7 versions (@sethkinast) | ||
- [#639](https://github.com/linkedin/dustjs/pull/639) Fix failing test on Windows (@sethkinast) | ||
|
||
### v2.7.0 (2015/04/17 23:23 +00:00) | ||
- [#636](https://github.com/linkedin/dustjs/pull/636) Fix failing tests in IE8 (@sethkinast) | ||
- [#633](https://github.com/linkedin/dustjs/pull/633) Drop Node 0.8 (@sethkinast) | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "dustjs-linkedin", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"homepage": "https://github.com/linkedin/dustjs", | ||
"authors": [ | ||
"Veena Basavaraj <[email protected]>", | ||
|
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
Oops, something went wrong.