You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/Changelog.txt
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,18 @@
1
1
Changelog
2
2
LuaWebGen
3
3
4
+
v1.2 (2021-05-18)
5
+
- Added config.dataTextParsers and config.dataBinaryParsers for defining custom data file parsers.
6
+
- Added getDataTextParsers() and getDataBinaryParsers().
7
+
- Added new XML/HTML parsing module (available through the global object 'xml') to replace the now-removed Penlight+LuaExpat dependency. (The Penlight API still works.)
8
+
- Fixed --autobuild stopping the program if there was an error during the build.
9
+
- The scripts folder can new have subfolders (just like the data folder).
10
+
- Fixed the context being wrong sometimes.
11
+
- All errors now (at least) log the traceback.
12
+
- Improved some parsing error messages.
13
+
- Rewrote/simplified the internal error handling system.
14
+
- Apache/htaccess: Error documents pointing to files are validated at the end of builds.
15
+
4
16
v1.1 (2021-05-06)
5
17
- Added variant of generateFromTemplate() that takes a page initializer callback function.
0 commit comments