Skip to content

Strict Decoding

Compare
Choose a tag to compare
@LebJe LebJe released this 10 Sep 20:02
· 17 commits to main since this release

Changelog

Added

  • Added support for strict decoding: when TOMLDecoder.strictDecoding is true, TOMLDecoder will throw an UnexpectedKeysError if the decoded keys do not exactly match the CodingKeys of the struct.

Fixed

  • Fix crash in TOMLKit (#12).