You are viewing a potentially older version of this package.
View all versions.
Chalk
System for handling config files in ReturnOfModding
Date uploaded | 6 months ago |
Version | 2.0.2 |
Download link | SGG_Modding-Chalk-2.0.2.zip |
Downloads | 300 |
Dependency string | SGG_Modding-Chalk-2.0.2 |
This mod requires the following mods to function
SGG_Modding-ENVY
A plugin to allow ReturnOfModding plugins greater control of their environment.
Preferred version: 1.0.0README
Chalk
System for automatically managing config as both .cfg and .lua for ReturnOfModding on Hades II.
CHANGELOG
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
2.1.1 - 2024-05-22
Changed
- Indexing wrapper tables with nil will return nil instead of erroring.
2.1.0 - 2024-05-22
Added
- Added length operator to wrapper tables
Changed
- Changed the fallback behaviour of wrapper tables so missing keys are nil
- Merges add placeholders so empty tables can be tracked
Fixed
- Fixed iterating over config wrapper tables
2.0.2 - 2024-05-19
Changed
- Improved some of the descriptions in the definitions
Fixed
- Fixed
auto
so it uses the correct path for loading the lua file - Fixed some incorrect types in the definitions
2.0.1 - 2024-05-19
Changed
- Retroactively update changelog
2.0.0 - 2024-05-19
Added
- Added a new interface for working with the .cfg file system
Removed
- Removed all of the previous interface for .toml files
1.0.0 - 2024-05-15
Added
- Initial Thunderstore release.