Releases: rgommezz/react-native-offline
Releases · rgommezz/react-native-offline
v3.14.0
- Use of
https
protocol across all components.
v3.13.0
- 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
Exporting checkInternetConnection
function to query internet access on demand
v3.9.0
Adds ability to check for connectivity in background, defaults to false
v3.7.0
- Saga to externalise connection change subscriptions, as an alternative to
withNetworkConnectivity
HOC
v3.5.0
- Fixed issue of fetch requests never aborted
v3.4.0
- Ability of checking internet connection periodically.
v3.1.0
- Fixes bug of thunks not intercepted in production
- API changes for thunks
v3.0.0
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
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