v2.0.0
react-relay-offline #34
- optimize store request identifier facebook/relay#2985
- at the moment I have solved the problem in @ wora/relay-store
- support relay v8.0.0 & v9.0.0
- upgrade relay-hooks
- check the compatibility between the query TTL and the new Relay store data invalidation feature
- added tests in react-relay-offline
- eslint & prettier
- CI action
- release wora/relay-offline & wora/relay-store
- upgrade wora/relay-offline & wora/relay-store
- update the sample projects
relay-store
- add tests
- compatibility between the query TTL and the new Relay store data invalidation feature
- optimize store request identifier
- upgrade relay-runtime 9.0.0
relay-offline
- update dependencies
- expose mutateOffline function
- fix offline options type
- upgrade relay-runtime 9.0.0
- add tests