Skip to content

Releases: squirly/di

v0.4.0

28 Jun 22:28
Compare
Choose a tag to compare

0.4.0 (2019-06-28)

Features

  • container: add decorate to container (e9d5924)

v0.3.2

09 Jan 18:54
Compare
Choose a tag to compare

0.3.2 (2019-01-09)

Bug Fixes

  • types: add injectable 11,12,13 (a73214c)

v0.3.1

10 Oct 21:31
7fe8731
Compare
Choose a tag to compare

0.3.1 (2018-10-10)

Bug Fixes

  • injectable: add the 8th, 9th, and 10th arity to injectable (31f1a45)

v0.3.0

30 Sep 23:23
Compare
Choose a tag to compare

0.3.0 (2018-09-30)

Features

  • injectable: implement Injectable.Resolution using rest arguments (101a69a)

Breaking Changes

Injectable.Resolution no longer takes an array, and now takes variadic arguments.
Please run the following REGEX search and replace:

  • Injectable.Resolution\(\[(.+?)\]\) => Injectable.Resolution($1)

v0.2.2

27 Aug 22:46
6783221
Compare
Choose a tag to compare

0.2.2 (2018-08-27)

Bug Fixes

  • types: added injectable 7 (e5b15b4)

v0.2.1

03 Jul 22:45
11a63a3
Compare
Choose a tag to compare

0.2.1 (2018-07-03)

Bug Fixes

  • injectable: adds the sixth arity to Injectable (50dad59)

v0.2.0

19 Jun 17:23
39ea2db
Compare
Choose a tag to compare

0.2.0 (2018-06-19)

Features

  • module: create Module type (074dc31), closes #16

v0.1.0

01 Jun 07:39
Compare
Choose a tag to compare

0.1.0 (2018-06-01)

Features

  • create initial functionality (bf60dcb)