Releases: dahomey-technologies/Dahomey.Cbor
Releases · dahomey-technologies/Dahomey.Cbor
1.11.1
15 Jan 23:18
Compare
Sorry, something went wrong.
No results found
Support for C# 8 nullable reference types
1.11.0
11 Jan 17:00
Compare
Sorry, something went wrong.
No results found
1.10.4
05 Jan 14:41
Compare
Sorry, something went wrong.
No results found
fix PipeReader based deserialization
1.10.3
05 Jan 13:23
Compare
Sorry, something went wrong.
No results found
fix #52 [bug] StackOverflow Exception on using objectMapping.SetOrderBy()
1.10.2
05 Jan 01:28
Compare
Sorry, something went wrong.
No results found
fix Stack Overflow in ObjectMapping initialization
1.10.1
04 Jan 21:53
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added non generic serialization methods to Cbor class
1.9.0
03 Jan 23:09
Compare
Sorry, something went wrong.
No results found
1.8.0
31 Dec 22:49
Compare
Sorry, something went wrong.
No results found
Support for Nullables
Support for more collection interfaces: IList<>, IEnumerable<>, IReadOnlyList<>, IReadOnlyCollection<>
1.7.2
31 Dec 00:32
Compare
Sorry, something went wrong.
No results found
Added ICborConverter.Read and ICborConverter.Write (based on object)