Skip to content

Releases: dipscope/EntityStore.TS

v3.0.0

Choose a tag to compare

@dpimonov dpimonov released this 09 Jun 18:51
447e191

Added

  • Type manager 8 support.

v2.0.4

Choose a tag to compare

@dpimonov dpimonov released this 17 Feb 22:55

Fixed

  • TypeScript 5 decorators do not work.

v2.0.3

Choose a tag to compare

@dpimonov dpimonov released this 19 Aug 19:34

Fixed

  • Filtering of properties having null or undefined values.

v2.0.2

Choose a tag to compare

@dpimonov dpimonov released this 06 Aug 20:42

Added

  • Export of paginate clause.

v2.0.1

Choose a tag to compare

@dpimonov dpimonov released this 06 Aug 16:23

Added

  • Allow build browse command.

v2.0.0

Choose a tag to compare

@dpimonov dpimonov released this 25 Jun 21:25

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

Choose a tag to compare

@dpimonov dpimonov released this 31 Jul 20:26

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;