Skip to content

Tags: LebJe/toml.lua

Tags

0.4.2

Toggle 0.4.2's commit message
Update CHANGELOG

Format workflow file

0.4.1

Toggle 0.4.1's commit message
Format code.

Signed-off-by: LebJe <51171427+LebJe@users.noreply.github.com>

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.3.0

Toggle 0.3.0's commit message
Update Rockspec

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

0.1.1

Toggle 0.1.1's commit message
Update TOC

0.1.0

Toggle 0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

0.0.4

Toggle 0.0.4's commit message
Fix CHANGELOG link

0.0.3

Toggle 0.0.3's commit message
Update CHANGELOG.

0.0.2

Toggle 0.0.2's commit message
Remove `issues_url` from rockspec