Releases: syarul/luax
Releases · syarul/luax
v1.1.0
v1.0.8
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
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 andBoolean
checker i.e.checked={is_checked and "" or nil}
- not tested for handling comments yet
<!--foobar-->