Skip to content

Releases: Evyweb/ioctopus

v1.3.0

21 Sep 08:22

Choose a tag to compare

Minor Changes

  • Add optional registry to containers
  • Improve type safety

Patch Changes

  • Update dev dependencies

v1.2.0

07 Dec 11:12

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

Choose a tag to compare

Minor Changes

  • Add circular dependency detection

v1.0.0

15 Nov 09:00

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

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

Choose a tag to compare

Patch Changes

  • update dev dependencies
  • update readme

v0.2.1

26 Sep 07:04

Choose a tag to compare

Patch Changes

  • update dependencies

v0.2.0

09 Sep 06:33

Choose a tag to compare

Minor Changes

  • function dependencies can now be defined using a dependency object

v0.1.0

09 Sep 06:33

Choose a tag to compare

Minor Changes

  • higher order function have their own api now

v0.0.1

09 Sep 06:32

Choose a tag to compare

Patch Changes

  • Higher order functions were solved as simple functions