Releases: atmin/jtmpl
Releases · atmin/jtmpl
Filters
v1.1.0
- major internal architecture change: jtmpl is now a pure template -> JS function compiler, much faster
- jtmpl-core has been merged into jtmpl, simpler structure
- extended attribute template support (src/utemplate.js for details)
- integration with Travis-CI
- integration with Sauce Labs
- more tests
v1.0.2
Release 0.3.1
Bugfixes
Release 0.3.0
Release 0.2.0
- jtmpl has been completely reorganized and now is a single literate CoffeeScript source file
- Issue #2 resolved
- build process streamlined, all handled by Grunt now
- site updated, TodoMVC demo included
Release 0.1.2
- various bugfixes
- changed handling of "if" sections: instead of rendering contents on every change, just toggle visibility
Release 0.1.1
Feel free to experiment with features and file issues.
initial release
All features, described in README are working.
There's a known bug, regarding rendering empty collections.