Skip to content

Releases: ds82/tiny-di

v2.1.1

29 Jan 16:38
Compare
Choose a tag to compare

2.1.1 (2020-01-29)

Bug Fixes

  • bind: allow to bind boolean values (29252cf)

v2.1.0

25 Oct 08:55
Compare
Choose a tag to compare

2.1.0 (2019-10-25)

Features

  • add .version prop on injector (b8cc5a6)
  • support custom bindings in bind().to/lazy (55d5a71)

v2.0.0

24 Oct 13:53
Compare
Choose a tag to compare

2.0.0 (2019-10-24)

Features

  • load: allow to overwrite bindings on load() (ddf9828)
  • load: load() can now initialize a function (80946a1)
  • change transpile target to node@8 (0af6a97)

BREAKING CHANGES

  • This increases the minimum required node version to 8 (odlest node version
    still in LTS).

v1.0.2

25 Feb 14:04
Compare
Choose a tag to compare

1.0.2 (2019-02-25)

Bug Fixes

v1.0.1

11 Dec 13:11
Compare
Choose a tag to compare

1.0.1 (2018-12-11)

Bug Fixes

v1.0.0

06 Dec 13:27
Compare
Choose a tag to compare

1.0.0 (2018-12-06)

Features

  • modernise project stack (59ec57a)

BREAKING CHANGES

  • Changed major versions of tools respectively changed tools completly and
    drop support for node < 6.

v0.4.1

27 Jul 14:09
Compare
Choose a tag to compare

<a name"0.4.1">

0.4.1 (2016-07-27)

Bug Fixes

  • package: reset version to 0.0.0 for semantic-release (050b2c18)

v0.4.0

20 Jul 11:05
Compare
Choose a tag to compare

<a name"0.4.0">

0.4.0 (2016-07-20)

Features

  • es6: support es6 default exports (aaf98451)