Releases: amirhoseinsalimi/ash-template-engine
Releases · amirhoseinsalimi/ash-template-engine
v0.0.4
What's Changed
- build(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #1
- chore: update README.md
- refactor: use static factory methods to create instances
- fix: fix a template string interpolation
- fix: remove function currying
New Contributors
- @dependabot made their first contribution in #1
Full Changelog: https://github.com/amirhoseinsalimi/ash-template-engine/commits/v0.0.4
v0.0.3
What's Changed
- fix: replace the deprecated
substr
method w/substring
- test: write test for
if
&for
(asp syntax) - docs: re-write
for
loop example using a data object
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- fix: fix auto-import of built-in types
- fix: fix tokenizing keywords
- chore: ignore vscode directory
- fix: remove an unused import
- chore: add for & if examples for asp syntax