Releases: GregaMohorko/BlueDBClient.NET
Releases · GregaMohorko/BlueDBClient.NET
v1.3.0.0
v1.2.2.0
Fixed a bug when merging an entity that has a looping relationship.
v1.2.1.0
- Fixed a bug when parsing string values.
v1.2.0.2
Updated dependencies.
v1.2.0.1
Ported to .NET Standard 2.0.
v1.2.0.0
- 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
Added support for encoding/decoding entity lists to/from JSON.