Skip to content

Commit c159f9b

Browse files
bumped version to 1.6.8
1 parent 21d8667 commit c159f9b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1+
<a name="1.6.8"></a>
2+
# [1.6.8]() (2017-10-05)
3+
4+
### Features
5+
6+
* **Added support for ES6+** Added new syntax for declaring injectioins of a class, now it's possible via Injectable decorator. see [examples/javascript](examples/javascript).
7+
18
<a name="1.6.0"></a>
29
# [1.6.0]() (2017-10-04)
310

411
### Features
512

6-
* **Persistence control** added LifeTime managment configuration, see [example](examples/persistence-control.ts) [5ba097a9cb](https://github.com/thohoh/container-ioc/commit/5ba097a9cb41277e0e9013d4ef5e694f3595de36)
13+
* **Persistence control** added LifeTime managment configuration, see [example](examples/typescript/persistence-control.ts) [5ba097a9cb](https://github.com/thohoh/container-ioc/commit/5ba097a9cb41277e0e9013d4ef5e694f3595de36)
714

815
<a name="1.5.0"></a>
916
# [1.5.0]() (2017-10-02)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "container-ioc",
3-
"version": "1.6.6",
3+
"version": "1.6.8",
44
"description": "Dependency Injection and IoC container",
55
"author": "Alexander Kozlov",
66
"repository": {

0 commit comments

Comments
 (0)