ltdtemplate 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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