Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.03 KB

File metadata and controls

38 lines (30 loc) · 1.03 KB

Changelog

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.

[0.7.0] - 2022-04-22

Added

  • Delete method to repository interface.

[0.6.0] - 2022-04-21

Changed

  • Enhanced TypeORM unit of work transaction control.

[0.5.0] - 2022-04-18

Changed

  • Changed TypeORM unit of work query runner to be capable to handle multiple transactions.

[0.4.0] - 2022-04-18

Added

  • Added empty method to repository interface.

[0.3.0] - 2022-04-12

Added

  • Added update method to repository interface.

Changed

  • Changed repositories to store entities instead of aggregates.

[0.2.0] - 2022-04-04

Added

  • Added implementation of Repository Pattern.

Changed

  • Enhanced implementation of Unit of Work Pattern.

[0.1.0] - 2022-03-15

Added

  • Added base implementation of Unit of Work Pattern.
  • Added functions to database mappers.