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.
2.1.1 - 2024-05-22
- Indexing wrapper tables with nil will return nil instead of erroring.
2.1.0 - 2024-05-22
- Added length operator to wrapper tables
- Changed the fallback behaviour of wrapper tables so missing keys are nil
- Merges add placeholders so empty tables can be tracked
- Fixed iterating over config wrapper tables
2.0.2 - 2024-05-19
- Improved some of the descriptions in the definitions
- 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
- Retroactively update changelog
2.0.0 - 2024-05-19
- Added a new interface for working with the .cfg file system
- Removed all of the previous interface for .toml files
1.0.0 - 2024-05-15
- Initial Thunderstore release.