Releases for jTemplates
jTemplates 0.7.8
April 2, 2009 - 1:59pm — tpythonSize: 99.51 KB
md5_file hash: 48ef3a6b4b31af28c430609049a76c23
First released: April 2, 2009 - 1:59pm
jTemplates is a template engine for JavaScript.
Changelog:
0.7.8 (02.04.2009):
- add {#break} and {#continue}
- new function: jQuery.processTemplateToText
- new function: jQuery.getTemplate
- restore: #foreach will have access to all content (not only loop variable)
- fix compatibility with jQuery.noConflict
- some other small fixes
jTemplates 0.7.5
August 31, 2008 - 2:34pm — tpythonSize: 73.63 KB
md5_file hash: ece3cf87acc33c95bbfe2ad17f83674a
First released: August 31, 2008 - 2:34pm
jTemplate - Template engine in JavaScript.
Version 0.7.5:
- add options and callbacks for processTemplateURL and processTemplateStart
- allow to use instead <[CDATA[ ]]> as template contener (due to problem with cascading textarea)
- allow to define own function for clones data and filters strings
- add debug mode (when off - disable most of errors)
- fix a bug with FOREACH over Object and toString
jTemplates 0.7
May 22, 2008 - 10:05pm — tpythonSize: 64.65 KB
md5_file hash: 188aa935d986e64a82f3eef1dfefe6d4
First released: May 22, 2008 - 10:05pm
jTemplates - An advanced template system for jQuery.
New version 0.7:
- new tag {#for}
- chainable functions
- using function as loop in foreach
- new settings: clone_data & clone_params (enable/disable cloning data at all)
- some bugs fixes
jTemplates 0.6.6
January 6, 2008 - 4:45pm — tpythonSize: 53.8 KB
md5_file hash: 19f825e83afbbe2b94b5555bc843928b
First released: January 6, 2008 - 4:45pm
0.6.6:
- new: New way to embedded templates with XHTML document.
- new function: setTemplateElement(element, includes, settings)
- fixed bug: {#cycle} not work correctly between templates in multitemplate mode
- code cleanup
jTemplates 0.6.0
December 25, 2007 - 7:02pm — tpythonSize: 53.1 KB
md5_file hash: 10f378054b496542dc52d327ad53ff13
First released: December 25, 2007 - 7:02pm
jTemplates is a template engine 100% in JavaScript.
New version: 0.6:
0.6.0 (25.12.2007):
- add #foreach over object
- new |VAR:foreach|:
$key
$typeof
- allow function in data by default (disallow_functions = false)
- automatically run function (from data) inside {} ("runnable function")
- add setting: runnable_functions (default: false)
- fix a bug with pseudo-attributes |VAR:foreach| like: $index, $total...
new syntax for |VAR:foreach|, example:
$T.item.$index -> $T.item$index
jTemplates 0.5.1-2
December 4, 2007 - 3:11pm — tpythonSize: 51.33 KB
md5_file hash: c2d29306cd398830f95e39781898d2b9
First released: December 4, 2007 - 3:11pm
0.5.1:
- fix bug with #cycle
jTemplates 0.5.1-2
December 4, 2007 - 3:09pm — tpythonSize: 51.33 KB
md5_file hash: c2d29306cd398830f95e39781898d2b9
First released: December 4, 2007 - 3:09pm
0.5.1:
- fix bug with #cycle
jTemplates 0.5.1--1
December 4, 2007 - 3:08pm — tpythonSize: 51.33 KB
md5_file hash: c2d29306cd398830f95e39781898d2b9
First released: December 4, 2007 - 3:08pm
0.5.1:
- fix bug with #cycle
jTemplates 0.5.1
December 4, 2007 - 3:05pm — tpythonSize: 51.36 KB
md5_file hash: e41f8c543c7e2da5aaae8544a67f5883
First released: December 4, 2007 - 3:05pm
0.5.1:
- fix bug with #cycle
jTemplates 0.5.0
September 21, 2007 - 9:20am — tpythonSize: 51.02 KB
md5_file hash: b7cdf9f55f49d04ecfc8947aee129557
First released: September 21, 2007 - 9:20am
Changelog:
- compatibility with jQuery 1.2.1
- block {} return empty string instead of 'undefined', so code in {} does not need to return any value
- add removeTemplate()
- disable cache in processTemplateURL()
- small fixed
- update documentations (code doc, API)
jTemplates 0.4.3
August 25, 2007 - 11:45am — tpythonSize: 14.48 KB
md5_file hash: c8166469b60435be3085c4ba3314cbb6
First released: August 25, 2007 - 11:45am
0.4.3:
- major bugfix with variables scope
- compatibility with $.noConflict() (need more tests)
jTemplates 0.4.1
July 27, 2007 - 1:23pm — tpythonSize: 14.4 KB
md5_file hash: bb03a69d42501a51a3049f7d8ab5bdef
First released: July 27, 2007 - 1:23pm
SECURITY FIX - PLEASE USE VERSION 0.4+
0.4.1
- improve security
Add filters to encode HTML entities and detect function in data.
- add settings: disallow_functions, filter_data, filter_params
- jTemplates use clone of data and parameters, so original data won't be changed after processing
- add jQuery.fn.hasTemplate
jTemplates 0.3.0
July 18, 2007 - 5:21am — tpythonSize: 13.5 KB
md5_file hash: 518d7761ddda2ca4a64361cb2069f659
First released: July 18, 2007 - 5:21am
0.3:
- LiveRefresh - automatic update content from server
jTemplates 0.2.2
July 15, 2007 - 7:58am — tpythonSize: 12.78 KB
md5_file hash: 35b5888afd0e34a43e827f3b3bca4cbf
First released: July 15, 2007 - 7:58am
0.2.2:
- fix issue with include (bug with attribute 'root')
- add {#elseif}
jTemplates 0.2
July 11, 2007 - 1:52pm — tpythonSize: 12.6 KB
md5_file hash: 98aa610a9089bfb4a02b83b108d16ba2
First released: July 11, 2007 - 1:52pm
0.2.0: (12.07.07)
- MultiTemplates
- fix bug with literal
- memory usage reduce & speed up
- some more...
jTemplates 0.1.10
June 30, 2007 - 9:43am — tpythonSize: 11.78 KB
md5_file hash: 5c39533802bafe3ffbced1ac4dcf4faf
First released: June 30, 2007 - 9:43am
Last updated: June 30, 2007 - 9:48am
0.1.10:
- fix bug with {#/literal} in IE and Opera
jTemplates 0.1.9
June 26, 2007 - 5:34am — tpythonSize: 11.63 KB
md5_file hash: 524097de72e34e87942631ea88baf2aa
First released: June 26, 2007 - 5:34am
Last updated: June 26, 2007 - 5:36am
First public release.
In archive:
- compressed and uncompressed jTemplates 0.1.9
- licenses
- descriptions
