All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Delete method to repository interface.
- Enhanced TypeORM unit of work transaction control.
- Changed TypeORM unit of work query runner to be capable to handle multiple transactions.
- Added empty method to repository interface.
- Added update method to repository interface.
- Changed repositories to store entities instead of aggregates.
- Added implementation of Repository Pattern.
- Enhanced implementation of Unit of Work Pattern.
- Added base implementation of Unit of Work Pattern.
- Added functions to database mappers.