Skip to content

Releases: mike-lischke/stringtemplate4ts

New Point Release

25 Dec 13:47
Compare
Choose a tag to compare
  • 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

19 Dec 12:38
Compare
Choose a tag to compare

Updated antlr4ng

New Point Release

15 Dec 11:40
Compare
Choose a tag to compare
  • 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

01 Dec 12:38
Compare
Choose a tag to compare

Bug fix for HashMap. It used get() to determine if a key exists (which returns the value instead).

New point release

16 Nov 15:13
Compare
Choose a tag to compare

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

10 Oct 09:08
Compare
Choose a tag to compare
  • Upgraded dependencies to latest versions.
  • Added export for common interfaces.

First public release

16 Jan 12:13
Compare
Choose a tag to compare

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.