Skip to content

Latest commit

 

History

History
72 lines (40 loc) · 2.74 KB

CHANGELOG.md

File metadata and controls

72 lines (40 loc) · 2.74 KB

Changelog

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 to url as checkUrl.

0.0.9 (2022-03-24)

  • Added improvements to structure of README, and moved example from README to example directory

0.0.8 (2022-03-18)

  • Created a standalone function for Reachability and updated openCheckUrl to call getReachability.

0.0.7 (2022-02-16)

  • re-publish because of missing /dist folder in 0.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

0.0.4 (2021-06-10)

Bug Fixes

  • file extensions for cjs & mjs
  • unresolved promise when image loads successfully
  • use || instead of ??

0.0.3 (2021-06-07)

  • Fix default export

0.0.2-canary.0 (2021-06-01)

  • 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

Bug Fixes

  • file extensions for cjs & mjs (5bba996)
  • use || instead of ?? (031057c)

0.0.1-canary.2 (2021-02-17)

Bug Fixes

  • file extensions for cjs & mjs (5bba996)
  • use || instead of ?? (031057c)

0.0.1-canary.1 (2021-02-02)

  • Updated README with installation and usage instructions

0.0.1-canary.0 (2021-02-01)

  • Supports installation via CDN and NPM
  • Exposes openCheckUrl(checkUrl, config)