Skip to content

Releases: Evyweb/ioctopus

v1.2.0

07 Dec 11:12
Compare
Choose a tag to compare

Minor Changes

  • Add strings as key for dependency binding
  • Add strings as key for module binding
  • Add .toCurry() binding

Patch Changes

  • Update dev dependencies

v1.1.0

27 Nov 13:57
Compare
Choose a tag to compare

Minor Changes

  • Add circular dependency detection

v1.0.0

15 Nov 09:00
Compare
Choose a tag to compare

Major Changes

  • No breaking changes just first release

Minor Changes

  • Classes can now have dependency object too

v0.3.0

10 Nov 08:49
4957dfb
Compare
Choose a tag to compare

Minor Changes

  • containers can now be split in modules.
  • classes, higher order functions and factories can now have different scopes: singleton (default) / transient and scoped.

v0.2.2

27 Oct 07:29
Compare
Choose a tag to compare

Patch Changes

  • update dev dependencies
  • update readme

v0.2.1

26 Sep 07:04
Compare
Choose a tag to compare

Patch Changes

  • update dependencies

v0.2.0

09 Sep 06:33
Compare
Choose a tag to compare

Minor Changes

  • function dependencies can now be defined using a dependency object

v0.1.0

09 Sep 06:33
Compare
Choose a tag to compare

Minor Changes

  • higher order function have their own api now

v0.0.1

09 Sep 06:32
Compare
Choose a tag to compare

Patch Changes

  • Higher order functions were solved as simple functions

v0.0.0

09 Sep 06:29
efa897f
Compare
Choose a tag to compare

Add basic implementation