Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jun 01:51
· 28 commits to main since this release

2.0.0 (2023-06-20)

Code Refactoring

  • remove auto binding (2ec080c)
  • rename unregister to deregister of Bundle and Registry (b7355f4)

Features

  • support injectable wrappers for composing decorators (8cdefea)

BREAKING CHANGES

  • Removed the auto binding of action, state and any other methods that start with on.
    Binding must be done by the user, as odin should not be responsible for choosing which methods should be bound.

  • Renamed unregister to deregister of the Bundle and Registry classes.
    The removal is now done using the definition itself, so the args argument has been removed.


This release is also available on: