Skip to content

0.9.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@yfakariya yfakariya released this 24 Sep 09:13

This release includes new features.

NEW FEATURES

  • Enum name transformation via SerializationContext.EnumSerializationOptions.NameTransformer.
    Built in transformer is placed in EnumTransoformers.
    Issue #184.
  • Polymorphic attributes now supports type qualification. Issue #171.
  • Runtime type polymorphism now supports name based type verification. This feature allows to prevent loading malicious or unknown types ibefore assembly loading.
  • Asymmetric serializers. You can generate "pack only" serializer when you set SerializationContext.CompabilityOptions.AllowAsymmetricSerializer to true. #68.
  • Built in serializer for System.Text.StringBuilder now supports UnpackTo.
  • Add serialization to/from MessagePackObject as extension methods of MessagePackSerializer and MessagePackSerializer. Issue #90

BUG FIXES

  • Fix nuspec to prevent old NuGet clients which do not support .NET Standard TFMs. Issue #177.