- Updated http dependency to
^1.2.2
- Null safety migration
- API Refactors
- StoreKeeper.update changes to StoreKeeper.listen
- StoreKeeper.getStreamOf changes to StoreKeeper.streamOf
- UpdateOn changes to RebuildOn
- APIs works with the Type instead of hashCode
- Removed HTTP side effects. Will be available as plugin.
- New helper widget - NotifyOn
- Added support for Interceptors
- More docs and tests, effective_dart
- Simplified internals with unified event stream
- StoreKeeper.getStreamOf(...) returns stream directly
- Removed Inventory class. Merged that with StoreKeeper.
- Added support for HTTP interceptors
- Added support for HTTP timeouts
- Bug fixes
- Initial release with basic features