Skip to content

Commit 202dde3

Browse files
docs: readd CHANGELOG
1 parent f592e5f commit 202dde3

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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

0 commit comments

Comments
 (0)