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
0.4.0 (#10)
* Add support for formatted integers
* Update README and CHANGELOG
* Update tests
* Update MagicEnum & Toml++
* Test both `decodeFromFile` and `decode` in `testInvalidInputs`.
* Update workflows
* Build with MSVC
* Run Pre-Commit
* Update TOC
0.2.0 (#7)
* Updated to toml++ v3.3.0
* Added `terseKeyValuePairs` to the list of formatting options for `toml.encode`
* Tables can be made inline.
* `toml.decode` can decode date, time and date-time into userdata or plain tables.
* Use luaunit instead of busted for testing
* Boolean values are decoded as booleans instead of integers. (#6)
* Run tests on Windows
* Start preparing for TOMLInt (userdata type for formatted integers)
* If `lua` is not available, use `luajit` (Linux CI)
* Update TOC
* Date, time and date-time should not be quoted by default.
* Update Changelog
Update to Toml++ 3.0.0 (#1)
- Update to toml++ v3
- Improve code in src/utilites.cpp
- Add magic_enum as a dependency
- Update CHANGELOG
- move some headers to `src/include`
- Fix tests