Releases: rgommezz/react-native-offline
Releases · rgommezz/react-native-offline
v3.14.0
03 Oct 14:14
Compare
Sorry, something went wrong.
No results found
Use of https protocol across all components.
v3.13.0
03 Oct 14:03
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Exporting checkInternetConnection function to query internet access on demand
v3.9.0
11 Jun 09:46
Compare
Sorry, something went wrong.
No results found
Adds ability to check for connectivity in background, defaults to false
v3.7.0
11 Jan 12:16
Compare
Sorry, something went wrong.
No results found
Saga to externalise connection change subscriptions, as an alternative to withNetworkConnectivity HOC
v3.5.0
14 Dec 17:01
Compare
Sorry, something went wrong.
No results found
Fixed issue of fetch requests never aborted
v3.4.0
01 Nov 23:52
Compare
Sorry, something went wrong.
No results found
Ability of checking internet connection periodically.
v3.1.0
31 Jul 21:26
Compare
Sorry, something went wrong.
No results found
Fixes bug of thunks not intercepted in production
API changes for thunks
v3.0.0
12 Jun 13:31
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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