forked from hurrymaplelad/rendr-handlebars
-
Notifications
You must be signed in to change notification settings - Fork 31
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
e8b6b0a
commit ac4366c
Showing
1 changed file
with
9 additions
and
0 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,3 +1,12 @@ | ||
# 0.2.2 | ||
## 2015-01-8 | ||
* Changed the shared/helpers to follow a CommonJS pattern of requiring each helper separately | ||
* added tests for the helpers | ||
* added a `forEach` helper | ||
* added documentation for all the helpers | ||
* added ability to pass blocks into partials / views | ||
* upgrade to [email protected] | ||
|
||
# 0.2.1 | ||
## 2014-12-11 | ||
* Removed need to initialize the view twice on the client-side. This fixed leaking listeners and makes the code perform as expected | ||
|