Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 2.85 KB

CHANGELOG.md

File metadata and controls

62 lines (41 loc) · 2.85 KB

0.1.20

  • Feature request: make NAMESPACE_NAME exported #82

0.1.19

  • Introduced TRANSACTIONAL_CONSOLE_DEBUG environment variable to control debug logging when connection logger is not available #76

0.1.18

  • Error when using repository methods outside of a request context #73

0.1.17

  • Added Transactional Debug Logs - Using Typeorm connection logger #69

0.1.16

  • Re-patch MongoRepisotry manager property to be configurable/writable #68

0.1.15

  • Patching mongo repository #67

0.1.14

  • Using patchRepositoryManager instead of overriding the manager() #66

0.1.13

  • Fix partial rollback issue #61
  • Using github actions for CI
  • Using npm instead of yarn during development
  • Simple tests

0.1.12

  • Using connectionName as string | ()=>string #44

0.1.11

  • Move @types/cls-hooked to dependencies #42

0.1.10

  • dist folder missing in package version 0.1.9 #33

0.1.9 (Use 0.1.10 instead)

  • feat: adds BaseTreeRepository #32

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