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 1, 2024
1 parent 6b14554 commit 39c6f19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ in the project root.

## Release Notes

### 1.0.4

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

### 1.0.3

- Fixed a bug where members of model objects, which are themselves object were not accessible in templates. Added a test case for that.
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.3",
"version": "1.0.4",
"description": "A TypeScript port of the Java StringTemplate 4 library",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 39c6f19

Please sign in to comment.