Skip to content

Releases: dipscope/EntityStore.TS

v3.0.0

09 Jun 18:51
447e191

Choose a tag to compare

Added

  • Type manager 8 support.

v2.0.4

17 Feb 22:55

Choose a tag to compare

Fixed

  • TypeScript 5 decorators do not work.

v2.0.3

19 Aug 19:34

Choose a tag to compare

Fixed

  • Filtering of properties having null or undefined values.

v2.0.2

06 Aug 20:42

Choose a tag to compare

Added

  • Export of paginate clause.

v2.0.1

06 Aug 16:23

Choose a tag to compare

Added

  • Allow build browse command.

v2.0.0

25 Jun 21:25

Choose a tag to compare

Added

  • Fluent api for declarative configuration with type manager.
  • Include support when query by key values.

Migrating from previous version

  • Update type manager declarative configurations.

v1.0.0

31 Jul 20:26

Choose a tag to compare

Added

  • Core of entity store;
  • Commands to add, update, query and remove entities;
  • Base filter expressions;
  • Base sort expressions;
  • Base paginate expressions;
  • Entity collection to manipulate entities;
  • Core interfaces for entity providers;