Skip to content

Commit

Permalink
New Point Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-lischke committed Dec 25, 2024
1 parent 9e72678 commit 9e46e36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ in the project root.

## Release Notes

### 1.0.7

- 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.

### 1.0.6

- Updated 3rd party packages.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stringtemplate4ts",
"version": "1.0.6",
"version": "1.0.7",
"description": "A TypeScript port of the Java StringTemplate 4 library",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 9e46e36

Please sign in to comment.