Skip to content

Releases: amirhoseinsalimi/ash-template-engine

v0.0.4

25 Apr 15:40
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/amirhoseinsalimi/ash-template-engine/commits/v0.0.4

v0.0.3

07 Jan 11:11
Compare
Choose a tag to compare

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

18 Dec 10:55
Compare
Choose a tag to compare

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