Releases: mike-lischke/stringtemplate4ts
Releases · mike-lischke/stringtemplate4ts
New Point Release
- The if<> check in Interpreter did not correctly handle maps and sets. Added a test case for the fix.
- Renderer registration did not default the parameter "recursive" to true, causing rendering problems in nested templates, if this parameter isn't specified.
New Point Release
Updated antlr4ng
New Point Release
- Property names for map model objects can be anything, including numbers or null. Using a general falsification test might wrongly reject them.
New Point Release
Bug fix for HashMap. It used get() to determine if a key exists (which returns the value instead).
New point release
Fixed a bug where members of model objects, which are themselves object were not accessible in templates. Added a test case for that.
New point release
- Upgraded dependencies to latest versions.
- Added export for common interfaces.
First public release
This is the first release of ST4 as a Node.js package. All tests succeed and I believe the package can immediately be used in production code. It's derived from long used Java code, so the only problems that could occur are TS specific, unrelated to the actual functionality.