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 7720434 commit ba2d73fCopy full SHA for ba2d73f
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## 0.8.0
4
5
* added new type of dependency injection - function DI
6
+* now null can be stored in the container for values
7
8
## 0.7.2
9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typedi",
- "version": "0.7.3",
+ "version": "0.8.0",
"description": "Dependency injection for TypeScript",
"license": "MIT",
"readmeFilename": "README.md",
0 commit comments