Skip to content

Releases: morrys/wora

[email protected]

04 Apr 15:16
Compare
Choose a tag to compare

Improved

  • update dependency
  • expose mutateOffline function
  • upgrade relay-runtime 9.0.0
  • add tests

Fixed

  • fix offline options type

[email protected]

04 Apr 15:13
Compare
Choose a tag to compare

Improved

  • added tests

Fixed

  • remove addNetInfoListener, now you must use NetInfo

[email protected]

04 Apr 15:11
Compare
Choose a tag to compare

Improved

  • added tests

Fixed

  • fix dispose listeners
  • fix netinfo addEventListener, removeEventListener method

[email protected]

04 Apr 15:12
Compare
Choose a tag to compare

Fixed

  • update netinfo dependency

[email protected]

12 Jan 11:04
9f60576
Compare
Choose a tag to compare
  • refactor typing RelayOfflineTypes.ts
  • created the public function executeMutationOffline in the environment and used by the environment when the executeMutation is performed and the application is offline #28
public executeMutationOffline({
        operation,
        optimisticResponse,
        optimisticUpdater,
        updater,
        uploadables,
    }: {
  • removed the RelayStoreOffline file, now the store is created in the environment's constructor
  • allow offline execution of mutations that do not modify the store morrys/react-relay-offline#35, added warning!

[email protected]

16 Dec 17:41
Compare
Choose a tag to compare

[email protected]

25 Nov 03:53
Compare
Choose a tag to compare

Fixed

  • fix restore, removed !ExecutionEnvironment.canUseDOM add typeof window === 'undefined'

[email protected]

25 Nov 03:52
Compare
Choose a tag to compare

Fixed

  • fix restore, removed !ExecutionEnvironment.canUseDOM add typeof window === 'undefined'

[email protected]

26 Nov 11:18
Compare
Choose a tag to compare

Fixed

  • update wora/offline-first dependency (fix react-native)
  • fix broadcastQueries in onPublish catch #26

[email protected]

09 Nov 18:41
Compare
Choose a tag to compare

Fixed

  • fix nostorage restore