This repository was archived by the owner on Sep 17, 2023. It is now read-only.
v0.4.1
[0.4.1] - 2022-12-30
Added
TomlLiteralAttribute
custom attribute for serializing literal stringsTomlMultilineAttribute
custom attribute for serializing multi-line strings (including literals)TomlInlineAttribute
custom attribute for serializing inline tables explicitlyTomlExpandAttribute
custom attribute for serializing expanded tables explicitly- More unit tests for various serialization cases
Changed
TomlFloat
values can be coerced into integer values (will be truncated)