Skip to content

Releases: libmir/asdf

v0.7.14: Merge pull request #21 from LunaTheFoxgirl/master

24 Mar 03:40
@9il 9il
5ebebdd
Compare
Choose a tag to compare

v0.7.1

24 Nov 04:05
@9il 9il
79eb622
Compare
Choose a tag to compare

Breaking changes:

  • Mir's precise floating-point number parsing is used. It may not be compatible with Phobos.
  • Members are required by default, new attribute @serdeOptional can be used to make a member optional.
  • Multiple keys in the JSON object that corresponds to the same member will cause an exception.
  • @serdeTransformIn should modify its argument instead
  • @serdeFlexible is no longer supported
  • @serializationMultiKeysIn has been removed
  • finalizeDeserialization methods no longer supported
  • Exceptions have been renamed.

New attributes:

  • @serdeOrderedIn