Skip to content

Releases: tidev/node-ios-device

v1.11.0

19 Apr 03:37
84d8fc7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.0...v1.11.0

v1.10.0

12 Jan 03:54
adaaab7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.4...v1.10.0

v3.2.1

21 Mar 03:48
719c94a
Compare
Choose a tag to compare

What's Changed

build: Moved CI jobs from Jenkins to GitHub actions.
docs: Cleaned up readme.
chore: Updated dependencies.

v1.9.4

20 Mar 22:17
Compare
Choose a tag to compare

What's Changed

  • fix: use tidev for remote_path by @ewanharris in #77
  • docs: cleaned up readme
  • chore: updated deps

Full Changelog: 1.9.3...v1.9.4

1.9.3

12 Nov 15:16
Compare
Choose a tag to compare
v1.9.3

chore(release): v1.9.3

1.9.2

04 May 14:08
Compare
Choose a tag to compare
v1.9.2

build: fix release id property

1.9.1

12 Mar 18:55
d1322f6
Compare
Choose a tag to compare
  • build!: remove targets below node 10.13.0 (#68)
  • build: point to github releases for pre-built bindings
  • chore(deps-dev): drop aws-sdk dependency
  • chore: drop node-pre-gyp bundledDependency
  • chore(deps): upgrade node-pre-gyp-init to 1.2.0
  • chore(deps): remove node-pre-gyp
  • chore(deps): use @mapbox/node-pre-gyp
  • build: publish to GitHub release using @octokit/rest
  • build: sniff npm publish for npm v7

v1.9.0

26 Feb 18:04
6eb5f70
Compare
Choose a tag to compare
ci(travis): remove travis build

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.