All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.11 (2022-07-22)
- Added Check version v0.2 functionality.
0.0.10 (2022-03-24)
- Fixed typo in usage example in
README
, incorrectly referring tourl
ascheckUrl
.
0.0.9 (2022-03-24)
- Added improvements to structure of
README
, and moved example fromREADME
toexample
directory
0.0.8 (2022-03-18)
- Created a standalone function for
Reachability
and updatedopenCheckUrl
to callgetReachability
.
0.0.7 (2022-02-16)
- re-publish because of missing
/dist
folder in0.0.6
0.0.6 (2022-01-06)
- re-publish using proper tags
- Updated readme to no longer use
canary
0.0.5 (2021-06-10)
- re-publish using proper tags
- file extensions for cjs & mjs
- unresolved promise when image loads successfully
- use || instead of ??
0.0.3 (2021-06-07)
- Fix default export
- Automatically check device coverage to determine if it's not a mobile IP address or not a supported mobile network.
- Added option to bypass this check with
checkDeviceCoverage: false
- Updated README and packages
0.0.1-canary.2 (2021-02-17)
0.0.1-canary.1 (2021-02-02)
- Updated README with installation and usage instructions
- Supports installation via CDN and NPM
- Exposes
openCheckUrl(checkUrl, config)