Skip to content

relay-offline@5.0.1

Compare
Choose a tag to compare
@morrys morrys released this 04 May 09:39
· 66 commits to master since this release
ad808dc

With the release v11.0.2 important changes have been made to the internal relay api. #82

Improved

  • update relay dependency
  • renamed fetchQuery to fetchQuery_DEPRECATED, now fetchQuery is an observable so the user must be sure the environment is hydrated before using it
  • removed the use of RelayModernQueryExecutor.execute in favor of the _execute internal function of the environment

Tests

  • added TestCompiler in order to use generateAndCompile function
  • adapted the tests to the new management of the seen records