- New Release
- Fix bugs
- Added cleanCache in Hasura instance
- Added LocalStorageInMemory
- Added LocalStorage Delegates (LocalStorageSharedPreferences, LocalStorageHive)
- Remove RXDART dependecy
- fix errors.
- Change cache engine (hive to Sharepreferences)
- Fix id snapshot errors (uuid)
- Update RXDART to v0.23.x
- Fix not close snapshot error
- improve cache.
- Added Flutter Web Cache offline for PWA.
- added request with variable cache.
- Cache offline for Subscription and Query (CachedQuery).
- When mutation fails due to no connection, HasuraConnect will retry when you have internet.
- Refactored Snapshot.
- Error Handling.
- Added Subscription Cache.
- fix error #9
- fix Duplicate error
- close streams subscriptions
- Added isError in token Function
- fix start stream with value
- Mapped Subscriptions
- Mutation in Snapshot
- Flutter web Support.
- Apply Health suggestions.
- Add and Remove Headers
- Added variables.
- Change Variables in subscriptions (for Reactive Pagination)
- Mutations links
- Add variable;
- Add mutation;
- Query return param data;
- Initial version, created by Stagehand