Releases: t10d/kingdom-node-sdk-orm
Releases · t10d/kingdom-node-sdk-orm
v0.7.0
v0.6.0
[0.6.0] - 2022-04-21
Changed
- Enhanced TypeORM unit of work transaction control.
v0.5.0
[0.5.0] - 2022-04-18
Changed
- Changed TypeORM unit of work query runner to be capable to handle multiple transactions.
v0.4.0
[0.4.0] - 2022-04-18
Added
- Added empty method to repository interface.
v0.3.0
[0.3.0] - 2022-04-12
Added
- Added update method to repository interface.
Changed
- Changed repositories to store entities instead of aggregates.
v0.2.0
[0.2.0] - 2022-04-04
Added
- Added implementation of Repository Pattern.
Changed
- Enhanced implementation of Unit of Work Pattern.
v0.1.0
[0.1.0] - 2022-03-15
Added
- Added base implementation of Unit of Work Pattern.
- Added functions to database mappers.
v0.0.1
tada: initial commit