Skip to content

Releases: atmin/jtmpl

Filters

06 May 17:00
Compare
Choose a tag to compare

Filters, improved debuggability

v1.1.0

11 Nov 21:14
Compare
Choose a tag to compare
  • 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

07 Oct 13:35
Compare
Choose a tag to compare

Completely redesigned the CoffeeScript prototype, now implemented in modular JavaScript (using Browserify).

Release 0.3.1

02 Mar 11:49
Compare
Choose a tag to compare

Bugfixes

Release 0.3.0

02 Feb 15:01
Compare
Choose a tag to compare

What's new:

  • routes #8 - simple and parametric
  • requests #10 - partially implemented
  • formatters #7
  • computed variables #5 - synchronous and asynchronous, setters
  • mappings #6 - very alpha, may work in read-only mode

Release 0.2.0

26 Dec 20:37
Compare
Choose a tag to compare
  • 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

09 Oct 16:01
Compare
Choose a tag to compare
  • various bugfixes
  • changed handling of "if" sections: instead of rendering contents on every change, just toggle visibility

Release 0.1.1

29 Sep 09:55
Compare
Choose a tag to compare

Feel free to experiment with features and file issues.

initial release

28 Sep 10:11
Compare
Choose a tag to compare
initial release Pre-release
Pre-release

All features, described in README are working.

There's a known bug, regarding rendering empty collections.