@odinjs/odin
Advanced tools
Changelog
2.0.0 (2023-06-20)
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.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.Changelog
2.0.0 (2023-06-20)
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.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.