Release Notes
2.0.0
Final release version of Thymol 2.0.0.
For full details please visit the [Thymol web site] (http://www.thymoljs.org).
2.0.0-beta4
Latest beta version of Thymol 2.0.0.
This version adds four new controls:
thResourcePath - specify a relative path to resources
thUseFullURLPath - use fully qualified URIs in "@" expressions
thAbsolutePath - force an absolute path for template resulution
thUseAbsolutePath - use absolute paths for template and message resolutions
Improved nodejs support - you can now install the nodejs modules via npm - see the new [thymoljs area on npmjs.com] (https://www.npmjs.com/~thymoljs.org).
2.0.0-beta3
3rd beta version of Thymol 2.0.0.
Adds two new controls:
thDisableMessages - turns off message processing
thTemplateSuffix - redefines template file extension
Major refactoring of code base to improve encapsulation.
Added nodejs support - includes thymol-node.js for use with thymol-node-server!
Minor bug fixes.
2.0.0-beta2
2nd beta version of Thymol 2.0.0.
Added facility for using separate xml namespaces for Thymol and Thymeleaf.
Fixed bug in local messages directory determination.
2.0.0-beta1
The initial beta version of Thymol 2.0.0.
Supports relative root path file resolution.
Supports unicode escaped characters in message properties files.
New structures for examples in distribution zip file.
2.0.0-alpha7
The final alpha version of Thymol 2.0.0.
Now supports properties file based messages and locale specific message processing.
Updated naming and definition of control parameters.
2.0.0-alpha6
Fixes some problems with standard URL processing
2.0.0-alpha5
Fixes some problems with th:attr processing:
Parsing of multiple targets.
Pre-processing of th:attr attribute value.
2.0.0-alpha4
Fixes problems with thymol.js attribute processing.
Fixes issues with pre-processing and chrome browser.
Fixes expression parsing error for array-like object sub-scripts.