Skip to content

Commit

Permalink
Merge pull request #646 from kethinov/0.6.5
Browse files Browse the repository at this point in the history
0.6.5
  • Loading branch information
kethinov committed Jan 3, 2024
2 parents 3e18ec9 + 70be460 commit b91c102
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 b91c102

Please sign in to comment.