Skip to content

Releases: point-platform/dasher

v0.5.0

07 Jun 09:56
Compare
Choose a tag to compare

Adds support for DateTimeOffset.

Fixes a bug where the DateTime.Kind property would be cleared, making all received DateTime values appear to have Unspecified kind. This is a breaking change for some use cases. For more information, see 77cf215.

v0.4.7

20 May 21:22
Compare
Choose a tag to compare

Fixes a bug when nesting value types (related to boxing/unboxing).

v0.4.6

20 Apr 15:23
Compare
Choose a tag to compare

Removes some placeholder text in (rare) exception messages.

v0.4.5

03 Apr 13:13
Compare
Choose a tag to compare

Adds support for IReadOnlyDictionary<TKey,TValue> (#17).

v0.4.4

01 Apr 19:56
Compare
Choose a tag to compare

Add support for Tuple<...> types (#19).

v0.4.3

24 Feb 15:11
Compare
Choose a tag to compare

Fixed a bug with default values for Nullable<T> types (#18).