Skip to content

Releases: salarcode/Bois

Version 3.4

22 Oct 10:07
Compare
Choose a tag to compare
  • Started using BinaryBuffers for more flexilibity and performance
  • Added couple of new constructors using BinaryBuffers
  • Added support for DateOnly and TimeOnly
  • Package is Targeting .Net 7

Version 3.2

24 Nov 12:17
Compare
Choose a tag to compare
v3.2

Bois v3.2

Version 2.2.2

19 Aug 08:00
Compare
Choose a tag to compare
  • Bug#8 fixed: Deserialize problem when child object is null.
  • Due to bugfix #8, this version is not compatible with previous versions.

Version 2.2

12 Dec 06:31
Compare
Choose a tag to compare
  • Serialization of Int32, Int32?, UInt32, UInt32?, Int64, Int64?, UInt64, UInt64? are improved to be more compact
  • DataTimeOffset serialization is improved to be more compact
  • Supporting IDictionary and IList as property or field
  • Small boost in Array/Dictionary/List serialization performance
  • DateTime encoding method enhancement for DateTime.MaxValue
  • Minor bugs fixed

Version 1.8.1

04 Jan 06:07
Compare
Choose a tag to compare

Bug#1 fixed, serialization of special integer numbers may fail silently.

Version 1.8

03 Jan 20:59
Compare
Choose a tag to compare
  • Portable supported version is added. Adding support for Windows 8, Windows Phone 8.1, Xamarin.Android and Xamarin.iOS.
  • .Net 4 specific version is added.
  • Silvelight version bugs are fixed.