Skip to content

Releases: schorts99/shared-kernel

v5.3.0

09 Nov 23:29

Choose a tag to compare

Added

  • Added level to ConsoleLogger.
  • Added DeadLetterQueue to EventBus.

v5.2.2

08 Nov 01:03

Choose a tag to compare

Added

  • Added support for all the criteria filters on the JSON/API URLCriteriaBuilder.
  • Added URLCriteriaParser to parse an url to a Criteria.

v4.2.2

25 Oct 08:13

Choose a tag to compare

Added

  • Added URLValue.
  • Added enum to possible rules on the ArrayValue and ObjectValue.

v1.1.5

01 Oct 19:36

Choose a tag to compare

Changed

  • Now the BaseModel is more flexible to avoid typing issues in the fromPrimitives method.

v1.1.4

01 Oct 11:30

Choose a tag to compare

Added

  • Added support for CommonJS.

v1.1.3

01 Oct 10:43

Choose a tag to compare

Added

  • Added root entry point. Now you can import everything from @schorts/shared-kernel instead of having to choose an specific module. Example: @schorts/shared-kernel/auth.

v1.1.2

30 Sep 19:37

Choose a tag to compare

Changed

  • Now the DAO actions like create, update and delete can receive a UnitOfWork.

v1.1.0

30 Sep 19:06

Choose a tag to compare

Changed

  • Now the ValueObject for ID property on Entity is required.

Added

  • Added EntityRegistry to dynamically instantiate entities in the DAO implementation.

v1.0.5

30 Sep 17:21

Choose a tag to compare

Added

  • Introduce DAO concept for a related package with a Firestore implementation.
  • Introduce UnitOfWOrk concept for a related package with a Firestore implementation.

v1.0.4

30 Sep 15:29

Choose a tag to compare

Fixed

  • Add dist folder to the repo and NPM package.