ltdtemplate 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/HISTORY.txt ADDED
@@ -0,0 +1,15 @@
1
+ 2013-07-10 Version 0.1.0
2
+ Fixed class names in unit tests.
3
+ String.* now handles multipliers <= 0.
4
+ Added number.abs (absolute value) method.
5
+ $.loop now consistently returns an array of results.
6
+ Added $.array / $.* anonymous array method.
7
+ Fixed subscripting on method calls.
8
+ Fixed multi-line comment parsing.
9
+ Added support for class-variable (proxy) code-block bindings
10
+ and "class" method for supported types.
11
+ Fixed an infinite-loop code leg in the parser.
12
+ Added the template manual (TEMPLATE_MANUAL.html).
13
+
14
+ 2013-07-08 Version 0.0.1
15
+ First release