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.