forked from wbond/pybars3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
39 lines (26 loc) · 909 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
pybars NEWS
+++++++++++
Changes and improvements to pybars, grouped by release.
NEXT
----
0.0.4
-----
* A default `helperMissing` helper is now present in the global set of helpers.
This gives default behaviour the same as handlebars.js, though it can still
be overridden. (Robert Collins, lp:1040096)
* The broken and never-working Compiler.register_helper (and pybars.helpers) has
been removed in favour of of passing helpers when rendering templates.
(James Westby, lp:1054550)
0.0.3
-----
* Support for '{{else}}' in the 'if' blockhelper.
(David Smith, Robert Collins, lp:1053534)
0.0.2
-----
* Add support for '{{else}}'. (Mjumbe Wawatu Ukweli, lp:997180)
* Bump dependency on PyMeta to 0.5.0. (Robert Collins)
0.0.1
-----
* Initial release, passes acceptance tests from handlebars.js, except for
deliberately skipped features (.data hashes and stringParams).
(Robert Collins)