Use chomp() in values to be compared in 'case'.
[artemus.git] / RELEASE_NOTES
bloba94c922366628791b46543280b50c1eab426c6fa
1 Artemus Release Notes
2 =====================
4 4.1.1
5 -----
7  * New template function 'case'.
9 4.1.0
10 -----
12  * New template function 'foreach', to implement loops.
13  * New template function 'set', for assigning a value to
14    a variable.
15  * New template arithmethic functions 'add' and 'sub'.
16  * New template comparison functions 'gt', 'lt' and 'eq'.
17  * New template logical functions 'and', 'or' and 'not'.
18  * New template function 'random'.
19  * Comments can now be included with the {% } markup (they
20    are deleted from the final output).
21  * Old cruft has been deleted from the script (ftp, makefile
22    and sitemap generation).
23  * Template parameters are always expanded (instead of short-
24    circuiting when one is not found).
25  * Artemus markup can be escaped to allow templates being used
26    from another ones with being executed first.