Skip to content

v2.0.0

Compare
Choose a tag to compare
@cb1kenobi cb1kenobi released this 01 Jul 17:35
· 21 commits to master since this release

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.