Skip to content

Releases: sindresorhus/is-online

v10.0.0

06 Jun 06:55
Compare
Choose a tag to compare

Breaking

v9.0.1...v10.0.0

v9.0.1

12 Jun 04:40
Compare
Choose a tag to compare

v9.0.0...v9.0.1

v9.0.0

25 Oct 19:13
Compare
Choose a tag to compare

Breaking

  • Require Node.js 10 88e5b29
  • Rename version option to ipVersion and make it a number (#79) 61d5046

Breaking for TypeScript users

  • Only use a CommonJS export for the TypeScript definition (reason)
    You need to change import isOnline from 'is-online'; to import isOnline = require('is-online');

v8.5.1...v9.0.0

v8.5.1

18 Oct 10:07
Compare
Choose a tag to compare

v8.5.0...v8.5.1

v8.5.0

11 Oct 13:57
Compare
Choose a tag to compare
  • Exit early if non-internal network adapter doesn't exist (#76) 5882fb5

v8.4.0...v8.5.0

v8.4.0

02 Jun 10:27
Compare
Choose a tag to compare
  • Use HTTPS for the Apple endpoint check aef4417

v8.3.1...v8.4.0

v8.3.1

04 May 05:39
Compare
Choose a tag to compare
  • Fix wrong condition for Apple success check (#73) 1d3ab45

v8.3.0...v8.3.1

v8.3.0

06 Apr 11:02
Compare
Choose a tag to compare
  • Exit early if navigator.onLine is false (#70) 4f0a6d4

v8.2.2...v8.3.0

v8.2.2

04 Apr 07:46
Compare
Choose a tag to compare
  • Fix UV pool overflow and cancel outstanding HTTP requests on DNS success (#69) 0349077

v8.2.1...v8.2.2

v8.2.1

26 Nov 17:55
Compare
Choose a tag to compare
  • Documentation tweaks

v8.2.0...v8.2.1