Skip to content

Releases: tidev/node-ios-device

v3.0.0

23 Jun 07:11
a85af2e
Compare
Choose a tag to compare
  • BREAKING CHANGE: Dropped support for Node.js 10.12.0. Please use Node.js 10.13.0 LTS or newer.
  • BREAKING CHANGE: Removed syslog relay API. With iOS 10, syslog no longer returned app specific
    messages. Then in iOS 13, starting the syslog relay service seems to not work reliably.
  • fix: Fix assertion failure where async handle was being deleted before libuv had fully closed
    the handle.
  • fix: Flush pending debug log messages when error is thrown initializing relay.
  • chore: Updated dependencies.

v2.0.0

01 Jul 17:35
Compare
Choose a tag to compare

node-ios-device v2 is a complete rewrite with major breaking changes. The public API has been modernized as well as the native code.

  • BREAKING CHANGE: Dropped support for Node.js 0.10 through 7.x.
  • BREAKING CHANGE: Refactored public API to use async/await instead of callbacks.
  • fix: Fixed deviceColor to resolve correct value instead of a number.
  • feat: Switched from 'debug' to 'snooplogg'.
  • chore: Updated to latest Node.js build targets.
  • chore: Updated npm deps.

v0.5.0

07 Aug 21:24
Compare
Choose a tag to compare

Add support for Node.js 0.10.40 and 0.12.7 as well as io.js 2.5 and 3.0.

0.3.2

12 Feb 21:14
Compare
Choose a tag to compare

Compatibility fixes for Node 0.12