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 cece881 commit aa08066Copy full SHA for aa08066
CHANGELOG.md
@@ -0,0 +1,24 @@
1
+# Changelog
2
+
3
+## [0.4.0][v0.4.0]
4
5
+### Fixed
6
7
+- made the package compatible with TypeDI 0.9.0+
8
9
+### Added
10
11
+- added support for using scoped TypeDI containers instead of global one
12
+- basic test case has been added and configured to run for every commit
13
+- introduced Prettier to the project
14
15
+### Changed
16
17
+- updated project tooling to TS only build
18
+- updated various dev dependencies
19
20
+## < 0.2.3 - 2019.01.14
21
22
+_No changelog before release 0.2.3._
23
24
+[v0.4.0]: https://github.com/typeorm/typeorm-typedi-extensions/compare/v0.2.3...0.4.0
0 commit comments