Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

23 lines (14 loc) · 1.26 KB

0.2.0

  • Feature: add support for using DataSource and EntityManager with transactional #2

0.3.0

  • Feature: add maximum hook handlers options #13
  • Fix: improve checks to support newest TypeORM versions #15

0.4.0

  • Feature: add support for TypeORM custom and extend repositories #19. Thanks this PR #14.
  • Chore: keep comments/docs #17. Thanks this PR #18.

0.4.1

  • Feature: wrapInTransaction infer to the original function. Thanks this PR #21.

0.5.0

  • Feature: add Async Local Storage support (#39).
  • Refactor: remove unnecessary patch (#29).
  • Refactor: improve the tests for all use cases.