Skip to content

Releases: rgommezz/react-native-offline

v3.14.0

03 Oct 14:14
Compare
Choose a tag to compare
  • Use of https protocol across all components.

v3.13.0

03 Oct 14:03
Compare
Choose a tag to compare
  • Flag to check internet connection regularly only when we are offline
  • Support for HEAD and OPTIONS as http methods for checking internet access

v3.10.0

11 Jun 10:41
81fedc6
Compare
Choose a tag to compare

Exporting checkInternetConnection function to query internet access on demand

v3.9.0

11 Jun 09:46
Compare
Choose a tag to compare

Adds ability to check for connectivity in background, defaults to false

v3.7.0

11 Jan 12:16
Compare
Choose a tag to compare
  • Saga to externalise connection change subscriptions, as an alternative to withNetworkConnectivity HOC

v3.5.0

14 Dec 17:01
Compare
Choose a tag to compare
  • Fixed issue of fetch requests never aborted

v3.4.0

01 Nov 23:52
Compare
Choose a tag to compare
  • Ability of checking internet connection periodically.

v3.1.0

31 Jul 21:26
Compare
Choose a tag to compare
  • Fixes bug of thunks not intercepted in production
  • API changes for thunks

v3.0.0

12 Jun 13:31
Compare
Choose a tag to compare

Breaking Changes

  • withNetworkConnectivity now receives and object as configuration instead of a single boolean parameter.

New Features

  • Internet access detection
  • Bug fixes

v2.0.0

27 May 15:59
Compare
Choose a tag to compare

Breaking Changes

New Features

  • Possibility of dismissing an action from the offline queue, based on another action dispatched in between (like navigation to other screens related)
  • Flow typed
  • Bug fixes