Releases: tidev/node-ios-device
Releases · tidev/node-ios-device
v3.0.0
- 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
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.