Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

v0.4.1

Compare
Choose a tag to compare
@ewrogers ewrogers released this 31 Dec 03:19
· 90 commits to main since this release
09d55df

[0.4.1] - 2022-12-30

Added

  • TomlLiteralAttribute custom attribute for serializing literal strings
  • TomlMultilineAttribute custom attribute for serializing multi-line strings (including literals)
  • TomlInlineAttribute custom attribute for serializing inline tables explicitly
  • TomlExpandAttribute 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)