You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.txt
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -753,3 +753,17 @@ Release 1.0.0 2018-6-14
753
753
* Fix map keys order emitted by asymmetric (serialization only) serializer are inconsistent across platform.
754
754
* Fix Unity build does not honor serialization related attributes correctly.
755
755
* Fix internal inconsitency between serialization related attributes detection and their parameter retrieval.
756
+
757
+
Release 1.0.1 2018-09-09
758
+
759
+
BUG FIXES
760
+
* Fix conversion from DateTime[Offset] to Timestamp failure for before Unix epoc. #296
761
+
762
+
Release 1.1
763
+
764
+
BUG FIXES
765
+
* Fix conversion from DateTime[Offset] to Timestamp failure for before Unix epoc. #296 (port from 1.0.x branch)
766
+
767
+
NEW FEATURE
768
+
* Allow programatically ignoring arbitary members via BindingOptions. Thank you @ShrenikOne #282
769
+
* To prevent accidental Timestamp serialization in existing code, SerializationContext.ConfigureClassic(SerializationCompatibilityLevel) and SerializationContext.CreateClassicContext(SerializationCompatibilityLevel) are added. #296
0 commit comments