Skip to content

v9.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 25 Oct 19:13

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