Skip to content

v1.2.0.0

Choose a tag to compare

@GregaMohorko GregaMohorko released this 26 Jan 01:04
· 7 commits to master since this release
  • 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.