Skip to content

Releases: StefanoBalocco/jTDAL

v3.0.0

13 Dec 13:00
Compare
Choose a tag to compare

ESM version

Full Changelog: v2.1.7...v3.0.0

Refactor time

06 Mar 22:36
Compare
Choose a tag to compare

Added two helper functions (c and b).
Simplified code where possible.
Moved the data-tdal attributes cleaning before start of tag processing.

v2.1.5: Use "#" as separator is a bad idea, it can be used in href attributes

06 Mar 22:35
Compare
Choose a tag to compare
So the separator is now ";;".

Minor version increment

v2.1.4

06 Mar 22:35
Compare
Choose a tag to compare
minor increase

v2.1.3: null is an object, but is a primitive type.

06 Mar 22:35
Compare
Choose a tag to compare
So, every time I typeof == 'object', I should also check != null

v2.1.2

09 Jan 09:22
Compare
Choose a tag to compare

Added support to conditions in STRING path

v2.1.1

21 Nov 18:02
Compare
Choose a tag to compare

Renamed Compile as CompileAsFunction, added a strip option to remove from template before start the parsing
Full Changelog: v2.0.13...v2.1.1

v2.0.13

21 Nov 18:02
Compare
Choose a tag to compare

Full Changelog: v2.0.12...v2.0.13

v2.0.12

11 Oct 21:49
Compare
Choose a tag to compare

Compile can now output function in text format (to cache .js files with templates)

v2.0.11

11 Oct 21:49
Compare
Choose a tag to compare
Rewrite of the ParsePath output