Releases: schorts99/shared-kernel
Releases · schorts99/shared-kernel
v5.3.0
09 Nov 23:29
Compare
Sorry, something went wrong.
No results found
Added
Added level to ConsoleLogger.
Added DeadLetterQueue to EventBus.
v5.2.2
08 Nov 01:03
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added
Added URLValue.
Added enum to possible rules on the ArrayValue and ObjectValue.
v1.1.5
01 Oct 19:36
Compare
Sorry, something went wrong.
No results found
Changed
Now the BaseModel is more flexible to avoid typing issues in the fromPrimitives method.
v1.1.4
01 Oct 11:30
Compare
Sorry, something went wrong.
No results found
Added
Added support for CommonJS.
v1.1.3
01 Oct 10:43
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changed
Now the DAO actions like create, update and delete can receive a UnitOfWork.
v1.1.0
30 Sep 19:06
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed
Add dist folder to the repo and NPM package.