Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (22 loc) · 755 Bytes

changelog.md

File metadata and controls

22 lines (22 loc) · 755 Bytes

Changelog

v0.2.0a

Changes

  • Add new option to output partial html to the engine
  • Allow setting variables to variables
  • Merge meta and variables section and change the meta configuration.
  • Add comment support (see language changes)
  • Add support for (img) tags
  • Add support for JavaScript
  • Add support for CSS

Known Errors

  • div elements do not work. This should be fixed by v0.4.0

Fixed Errors

none

Language Changes

  • Declaring a variable is now done with +!
  • Metavariables may be set to variables
  • Variables may be set to other variables
  • Declaring a metavariable is now done with +%
  • Tags must now have quotes surrounding the content, making (h1: Hi) (h1: "Hi")

Notes

none