v2.0.0
2.0.0 (2023-06-20)
Code Refactoring
Features
- support injectable wrappers for composing decorators (8cdefea)
BREAKING CHANGES
-
Removed the auto binding of
action
,state
and any other methods that start withon
.
Binding must be done by the user, asodin
should not be responsible for choosing which methods should be bound. -
Renamed
unregister
toderegister
of theBundle
andRegistry
classes.
The removal is now done using the definition itself, so theargs
argument has been removed.
This release is also available on: