We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790223b commit db86bbeCopy full SHA for db86bbe
1 file changed
CHANGELOG.txt
@@ -4,9 +4,10 @@ LuaWebGen
4
v1.5 (2021-07-08)
5
- Added new Markdown parser (for GitHub Flavored Markdown). Markdown can now contain tables and some other new things.
6
- 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
+- 'markdown' is now a module instead of a function.
9
- 'toml' and 'json' are now aliases for their .parse() functions.
+- XML module: Added functions: xml.decodeEntities()
10
+- XML module: Added settings: xml.htmlAllowNoAttributeValue, xml.htmlScrambleEmailAddresses
11
12
v1.4 (2021-06-01)
13
- Added syntax for heredoc strings.
0 commit comments