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