Releases: FourierTransformer/tinytoml
Releases · FourierTransformer/tinytoml
1.0.0
v1!
We made it! The API is pretty locked in, added an encoder, all the options get type checked, and there's a nesting depth limit. Should help make this nice, safe, and easy to use!
What's Changed
- Add TOML Encoder by @FourierTransformer in #13
- Better Errors by @FourierTransformer in #14
- Added type checking for options, removed assign value function, changed options handling by @FourierTransformer in #15
- Rename
encode_datetime_astoparse_datetime_as, add unit tests, fix seconds missing in datetime tables by @FourierTransformer in #16
Full Changelog: 0.1.0...1.0.0
0.1.0
What's Changed
- Full support for TOML 1.1.0 by @FourierTransformer in #10
Full Changelog: 0.0.4...0.1.0
0.0.4
What's Changed
- Fix truncating datetimes and not allowing multline keys as table keys by @FourierTransformer in #9
Full Changelog: 0.0.3...0.0.4
0.0.3
What's Changed
- Proper float representation in tests by @FourierTransformer in #7
- Fixed error with non-exact unicode escapes and only whitespace files by @FourierTransformer in #8
Thanks to @arp242 for letting me know!
Full Changelog: 0.0.2...0.0.3
0.0.2
What's Changed
- Adding Teal files to LuaRocks by @FourierTransformer in #5
Full Changelog: 0.0.1...0.0.2
0.0.1
Initial Release!
A friend asked about Lua's support of TOML and I realized there was no pure Lua TOML parser and decided to take on the project. It was a fun couple of days and I hope folks find it useful!
New Contributors
- @FourierTransformer made their first contribution in #1
Full Changelog: https://github.com/FourierTransformer/tinytoml/commits/0.0.1