diff --git a/ReadMe.md b/ReadMe.md index b43918a..268a24e 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -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. diff --git a/package.json b/package.json index ee93889..0cfc50f 100644 --- a/package.json +++ b/package.json @@ -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",