v1.1.0
smol-toml can now serialize objects to TOML 🎉 A basic (and fast!) serializer has been implemented, with no customization capabilities for now. Refer to the README for gotchas about the serializer and how it handles certain types that cannot be represented in TOML such as null!
What's Changed
- feat: stringify by @cyyynthia in #2
Full Changelog: v1.0.1...v1.1.0