Skip to content

Releases: MineJason/serialization

0.1.0-alpha.4

18 Oct 02:04
v0.1.0-alpha.4
7f8d28b

Choose a tag to compare

0.1.0-alpha.4 Pre-release
Pre-release

Added

  • Breaking: Added EnumerateObject method to IReadOnlyObjectLike. (#3)

Changed

  • Improved the error message returned by OneOfValueSchema in cases where none of the schemas were successful. (#2)

0.1.0-alpha.3

16 Oct 07:19
v0.1.0-alpha.3
b91c73a

Choose a tag to compare

0.1.0-alpha.3 Pre-release
Pre-release

Added

  • Added a value schema for encoding and decoding Guid in a string format.
  • Added a schema for encoding a decoding collections.

Changed

  • Changed OneOfValueSchema to accept IValueSchema<TValue, TElement instead
    of the class ValueSchema<TValue, TElement>.