Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dresende committed Jul 31, 2024
1 parent 7a2c646 commit 15c36fe
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 0.2.0 - 31 Jul 2024

- core:
- filters: adds query string encoding filter
- filters: fixes json encoding wrongly adding html code
- refactors code to try and reduce complexity in functions
- adds options to compilePath
- adds support for custom extension (defaults to html)
- adds support for empty:// filename
- adds try/catch to includes to avoid throwing in the middle
- changes how filters are exposed to allow for expansion
- removes try/catch from renderer so users can catch errors
- fixes filters not supporting | inside code
- fixes support for variable declarations and control structures
- ci:
- adds code climate badge to readme
- deps:
- [email protected]
- [email protected]
- [email protected]

## 0.1.1 - 5 Feb 2024

- Adds Express support
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "keikan",
"version" : "0.1.1",
"version" : "0.2.0",
"type" : "module",
"description" : "Node template based on ejs",
"license" : "MIT",
Expand Down

0 comments on commit 15c36fe

Please sign in to comment.