Skip to content

Commit

Permalink
0.6.5
Browse files Browse the repository at this point in the history
- closes #118
- closes #612
- closes #623
- closes #626
  • Loading branch information
kethinov committed Jan 3, 2024
1 parent 3e18ec9 commit 70be460
Show file tree
Hide file tree
Showing 14 changed files with 426 additions and 1,764 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

- Put your changes here...

## 0.6.5

- Fixed scenario where one-line if with only a false condition could crash if it's fed by arguments from an include element.
- Fixed crash associated with embedding JSON strings in script tags.
- Fixed bug causing "{}" to be inappropriately stripped from templates.
- Reduced unminified bundle size from 2.4mb to 1.5mb and added a minified bundle that reduces it further to 449kb.
- Improved logging and refactored the code a bit.
- Updated various dependencies.

## 0.6.4

- Fixed crash that could occur in an unusual edge case.
Expand Down
Loading

0 comments on commit 70be460

Please sign in to comment.