Skip to content

Releases: GregaMohorko/BlueDBClient.NET

v1.3.0.0

28 Jun 21:26

Choose a tag to compare

Enabled SourceLink.
Updated GM.Utility and Newtonsoft.Json.

v1.2.2.0

30 Apr 20:29

Choose a tag to compare

Fixed a bug when merging an entity that has a looping relationship.

v1.2.1.0

09 Mar 11:15

Choose a tag to compare

  • Fixed a bug when parsing string values.

v1.2.0.2

26 Dec 14:10

Choose a tag to compare

Updated dependencies.

v1.2.0.1

31 Jan 23:30

Choose a tag to compare

Ported to .NET Standard 2.0.

v1.2.0.0

26 Jan 01:04

Choose a tag to compare

  • Renamed to BlueDB.
  • Added BlueDBLib initialization class.
  • Removed entity type definition when registering fields.
  • All entities are now observable.
  • Serialization now compares by ID, not only be reference.
  • Enabled global JSON converter for List.
  • Added support for hidden fields.
  • Added support for converting Dictionaries.
  • Added support for Non-Table entity types.
  • Added support for custom DateTime format.
  • Added support for custom integer field types with type converters.
  • Fixed a bug when deserializing SubEntities.
  • Fixed a bug when serializing SubEntities with depth > 1.
  • Fixed a bug where hidden fields were not considered in equality comparison.
  • Fixed a bug when parsing TimeSpan fields.
  • Fixed a bug when parsing long and Date fields.

v1.1

01 Jun 13:07

Choose a tag to compare

Added support for encoding/decoding entity lists to/from JSON.

v1.0

29 May 15:15

Choose a tag to compare