Releases: StefanoBalocco/jTDAL
Releases · StefanoBalocco/jTDAL
v3.0.0
ESM version
Full Changelog: v2.1.7...v3.0.0
Refactor time
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
So the separator is now ";;". Minor version increment
v2.1.4
minor increase
v2.1.3: null is an object, but is a primitive type.
So, every time I typeof == 'object', I should also check != null
v2.1.2
Added support to conditions in STRING path
v2.1.1
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
Full Changelog: v2.0.12...v2.0.13
v2.0.12
Compile can now output function in text format (to cache .js files with templates)
v2.0.11
Rewrite of the ParsePath output