ReduksBus API overhaul
Pre-release
Pre-release
New features
Reduks bus api vastly improved: see the sources and updated Readme
Breaking changes
in ReduksBus
api:
unsubscribeAllBusDataHandlers
renamed toremoveAllBusDataHandlers
in Reduks
interface
- removed
storeSubscriber
andstoreSubscription
fields - added instead maps
storeSubscriptionsByTag
andbusStoreSubscriptionsByTag
that can be accessed by tag - added 'reduks' interface extensions methods for more easily managing store subscriptions:
subscribe
that automatically
store subscription with tag, andunsubscribe
that retrieve a subscription by tag and unsubscribe it
Dependencies updated
- kotlin : 1.0.6
- android support lib: 25.1.0