File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
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
+
10
+ - fixed bug with inherited services
11
+
12
+ ## 0.7.1
13
+
14
+ - fixed the way how global services work
15
+
16
+ ## 0.7.0
17
+
18
+ - added javascript support
19
+ - removed deprecated ` @Require ` decorator
20
+ - added support for transient services
21
+ - now service constructors cannot accept non-service arguments
22
+ - added ` @InjectMany ` decorator to support injection of "many" values
23
+ - fixed the way how global services work
24
+
25
+ ## 0.6.1
26
+
27
+ - added ` Container.has ` method
28
+
29
+ ## 0.6.0
30
+
31
+ - added multiple containers support
32
+ - added grouped (tagged) containers support
33
+ - removed ` provide ` method, use ` set ` method instead
34
+ - deprecated ` Require ` decorator. Use es6 imports instead or named services
35
+ - inherited classes don't need to be decorated with ` @Service ` decorator
36
+ - other small api changes
37
+ - now ` Handler ` 's ` value ` accepts a container which requests the value
You can’t perform that action at this time.
0 commit comments