File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ LuaWebGen
44v1.5 (2021-07-08)
55- Added new Markdown parser (for GitHub Flavored Markdown). Markdown can now contain tables and some other new things.
66- Added data parser for plain text files (*.txt). (The string contents are just returned as-is.)
7- - Added functions: xml.decodeEntities()
8- - Added settings: xml.htmlAllowNoAttributeValue, xml.htmlScrambleEmailAddresses
7+ - 'markdown' is now a module instead of a function.
98- 'toml' and 'json' are now aliases for their .parse() functions.
9+ - XML module: Added functions: xml.decodeEntities()
10+ - XML module: Added settings: xml.htmlAllowNoAttributeValue, xml.htmlScrambleEmailAddresses
1011
1112v1.4 (2021-06-01)
1213- Added syntax for heredoc strings.
You can’t perform that action at this time.
0 commit comments