Skip to content

Releases: syarul/luax

v1.1.0

20 Oct 12:50
Compare
Choose a tag to compare
  • Support render node list as table instead of string.
  • Added sanitize to HTML attributes and text nodes.

v1.0.8

18 Oct 15:02
Compare
Choose a tag to compare
  • Added style block support

v1.0.7

18 Oct 12:33
Compare
Choose a tag to compare
  • refactor attribute normalizer
  • refactor to use snake case

v1.0.6

17 Oct 16:11
Compare
Choose a tag to compare
  • Fix backtick string attributes being changed
  • Added support for syntax highlighter *.luax (Lua + HTML)

v1.0.5

15 Oct 15:03
Compare
Choose a tag to compare

Added support for writing Javascript in script tag block

v1.0.4

14 Oct 13:51
Compare
Choose a tag to compare

Added support for hyphen tags in web components

v1.0.3

13 Oct 12:14
Compare
Choose a tag to compare

Added doctype support

v1.0.2

13 Oct 03:35
Compare
Choose a tag to compare

This small update, refactor the parser.

v1.0.1

12 Oct 11:48
Compare
Choose a tag to compare

v1.0.1

  • fix table parsing

v1.0.0

11 Oct 15:36
Compare
Choose a tag to compare

V1 Initial Release

  • Can support most parsing
  • Include handling break line/multiline
  • string concat i.e. "/page?="..{page}.."&limit="..{limit}
  • attributes toggled, use nil as value and Boolean checker i.e. checked={is_checked and "" or nil}
  • not tested for handling comments yet <!--foobar-->