We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b6b0a commit ac4366cCopy full SHA for ac4366c
HISTORY.md
@@ -1,3 +1,12 @@
1
+# 0.2.2
2
+## 2015-01-8
3
+* Changed the shared/helpers to follow a CommonJS pattern of requiring each helper separately
4
+* added tests for the helpers
5
+* added a `forEach` helper
6
+* added documentation for all the helpers
7
+* added ability to pass blocks into partials / views
8
+* upgrade to underscore@1.7.0
9
+
10
# 0.2.1
11
## 2014-12-11
12
* Removed need to initialize the view twice on the client-side. This fixed leaking listeners and makes the code perform as expected
0 commit comments