Releases: libmir/asdf
Releases · libmir/asdf
v0.7.14: Merge pull request #21 from LunaTheFoxgirl/master
v0.7.1
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 removedfinalizeDeserialization
methods no longer supported- Exceptions have been renamed.
New attributes:
@serdeOrderedIn