Skip to content

Releases: dahomey-technologies/Dahomey.Cbor

1.11.1

15 Jan 23:18
163f563

Choose a tag to compare

  • Support for C# 8 nullable reference types

1.11.0

11 Jan 17:00
4b2614b

Choose a tag to compare

  • Support for dynamics

1.10.4

05 Jan 14:41

Choose a tag to compare

fix PipeReader based deserialization

1.10.3

05 Jan 13:23

Choose a tag to compare

  • fix #52 [bug] StackOverflow Exception on using objectMapping.SetOrderBy()

1.10.2

05 Jan 01:28

Choose a tag to compare

  • fix Stack Overflow in ObjectMapping initialization

1.10.1

04 Jan 21:53

Choose a tag to compare

  • Optimized async serialization
  • Moved low level code to method extensions (PipeReaderExtensions and StreamExtensions)
  • Fixed a memory leak in EncodingExtensions
  • Added CancellationToken to async methods
  • fix ObjectMapping.PostInitialize not called during default object mapping creation
  • fix #51

1.10.0

04 Jan 00:08

Choose a tag to compare

  • Added non generic serialization methods to Cbor class

1.9.0

03 Jan 23:09

Choose a tag to compare

  • Support for PipeReader

1.8.0

31 Dec 22:49
2162a00

Choose a tag to compare

  • Support for Nullables
  • Support for more collection interfaces: IList<>, IEnumerable<>, IReadOnlyList<>, IReadOnlyCollection<>

1.7.2

31 Dec 00:32

Choose a tag to compare

Added ICborConverter.Read and ICborConverter.Write (based on object)