Skip to content

v2.0.0

Compare
Choose a tag to compare
@morrys morrys released this 14 Apr 15:18
· 113 commits to master since this release

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