Skip to content

v0.5.2

Compare
Choose a tag to compare
@Phrogz Phrogz released this 13 Feb 00:20
· 29 commits to master since this release
  • Lua 5.2 compatible
  • Parser now errors if it finishes without finding a root element,
    or if there are unclosed elements at the end.
    (Proper element pairing is not enforced by the parser, but is—as
    in previous releases—enforced by the DOM builder.)