Skip to content

0.6.4

Compare
Choose a tag to compare
@yfakariya yfakariya released this 14 Oct 14:42
· 804 commits to master since this release

This is a bug fix release and includes new WithNullableOption and performance improvement.
This release replaces 0.6.3 which has critical bug for WithNullableOption.

BUG FIXES

  • Fix reflection based serialization for non-public member fails for members which use generic type parameter(s). Issue #119
  • Fix DateTimeOffset? serializer act different from DateTime? serializer for DateTimeSerializationMethod setting change. A part of issue #118
  • Fix array element type is not processed recursively even if the IsRecursive option of serializer generator is true. Issue #120

IMPROVEMENTS

  • Improve Unpacker performance.
  • Add WithNullable feature to serializer generator. It specifies generating nullable companions together. Issue #121