Offix Versions Save

GraphQL Offline Client and Server

0.15.7

3 years ago
  • Add deprecation messages to legacy packages
  • Add postinstall messages

0.16.0-beta1

3 years ago

0.16.0-alpha2

3 years ago

0.15.5

3 years ago

Fixing minor releng issues. No actual functional changes

0.16.0-alpha

3 years ago

Changes:

4e7d29e fix: paginated mutation cache updated 66127c0 fix: add support for pagination to subscription cache updates

Docs changes:

8a8fe80: docs: document support for paginated cache updates

0.15.4

3 years ago

Updated internal packages and bug fixes

0.15.3

3 years ago

Updated internal packages and bug fixes

0.15.2

3 years ago

Patch release that updates dependencies and some minor docs fixes.

Bug fixes

52b912e: fix: bump react version to meet react-offix-hooks peer dep

Docs changes

54ce1f2: fix: Remove unmaintained offix android 916b49a: docs: fixing typos 0e20ad0: Update ref-conflict-client.md

0.15.1

4 years ago

Patch release that fixes a couple of bugs, updates dependencies, adds a new example app, and some minor docs fixes.

Bug Fixes

55b3545 fix: id overwrite issue in optimistic responses 52dd303 Runtime config validation Closes #283 (#402)

New Example App

113f4e8 feat: add unstyled react native example app

Docs changes

64ab7e3 chore: add link to example app for React d76725b fix: link error with React Native doc. c604961 chore: add link to example app in docs a83f5b8 fix: remove unnecessary step in react example readme

0.15.0

4 years ago

feat: allow for adding conflict listeners after client creation (#393)

Adds addConflictListener and removeConflictListener methods to ApolloOfflineClient.