Skip to content

Latest commit

 

History

History
70 lines (37 loc) · 873 Bytes

CHANGELOG.md

File metadata and controls

70 lines (37 loc) · 873 Bytes

@evyweb/ioctopus

1.2.0

Minor Changes

  • Add strings as key for dependency binding
  • Add strings as key for module binding

Patch Changes

  • Update dev dependencies

1.1.0

Minor Changes

  • Add Circular Dependency detection

1.0.0

Major Changes

  • No breaking changes just first release

Minor Changes

  • Classes can now have dependency object too

0.3.0

Minor Changes

  • Modules support
  • Scopes support

0.2.2

Patch Changes

  • Update dev dependencies

0.2.1

Patch Changes

  • update dependencies

0.2.0

Minor Changes

  • function dependencies can now be defined using a dependency object

0.1.0

Minor Changes

  • higher order function have their own api now

0.0.1

Patch Changes

  • Higher order functions were solved as simple functions

0.0.0

Minor Changes

  • add basic implementation