mod-wdata/changelog.txt

19 lines
448 B
Plaintext
Raw Permalink Normal View History

2021-05-28 07:12:23 +02:00
2021-08-29 05:53:08 +02:00
v1.2
----
- changed wdata.write method to take table parameter "flags" instead of boolean "styled"
- added flag option "null_to_table" for wdata.write that converts null values to tables
2021-08-29 04:20:33 +02:00
- removed "core" methods aliases
v1.1
----
- changed "error" message to "warning" when file not found for reading
2021-05-28 09:13:22 +02:00
v1.0
2021-05-28 07:12:23 +02:00
----
2021-05-28 09:13:22 +02:00
- initial release
- added method for reading json data from world directory
- added method for writing json data to world directory