Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

22 lines (14 loc) · 1.08 KB

0.1.8

  • Preserve method name on @Transactional method overwrite #16

0.1.7

  • Added types declaration in package.json #20

0.1.6

  • cls-hooked should be a dependency #17

0.1.5

  • Removed reflect-metadata import and added a comment within the readme #12
  • Export getEntityManagerOrTransactionManager for usage in custom repositories #13
  • Added patchTypeORMRepositoryWithBaseRepository #14

0.1.4

  • add basic support for transation lifecycle hooks #7

0.1.3

  • feature: add ability to specify isolation level of transactions #5