-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters