We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8d815 commit af983fcCopy full SHA for af983fc
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Changelog
2
3
-## [0.4.0][v0.4.0]
+## [0.4.1][v0.4.1] - 2021-02-22
4
+
5
+### Added
6
7
+- added custom `Container` to register with TypeORM, this custom container makes sure services exists before
8
+ requesting them, preventing `ServiceNotFoundException`
9
10
+## [0.4.0][v0.4.0] - 2021-01-15
11
12
### Fixed
13
@@ -22,3 +29,4 @@
22
29
_No changelog before release 0.2.3._
23
30
24
31
[v0.4.0]: https://github.com/typeorm/typeorm-typedi-extensions/compare/v0.2.3...v0.4.0
32
+[v0.4.1]: https://github.com/typeorm/typeorm-typedi-extensions/compare/v0.4.0...v0.4.1
0 commit comments