Skip to content

Releases: tidev/ioslib

v1.7.29

07 Jun 17:49
e7c11e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.28...v1.7.29

v3.0.0

02 Jul 17:13
90e090b
Compare
Choose a tag to compare

ioslib v3 features support for Node 12, Wi-Fi connected iOS devices, and significant smaller detection result data size.

However, there were a number of MAJOR BREAKING CHANGES:

  • Dropped support for Node.js versions before v8.12.0
  • Upgraded to node-ios-device v2 which dropped support for Node.js <8.12.0
  • iOS Simulator watch companion lookup map changed to only have compatible watch simulator UDIDs instead of full descriptor to save on memory

Plus a few fixes and features:

  • fix(simulator): Added check for the existence of the simulator device directory before walking.
  • feat(simulator): Added support for Xcode 11.
  • chore: Updated dependencies.

v2.0.7

09 Apr 21:27
Compare
Choose a tag to compare

Update npm dependencies.

v0.7.0

15 Sep 03:32
Compare
Choose a tag to compare
Merge pull request #24 from appcelerator/timob-19518

v0.7.0. Made uninstalling the app a flag that defaults to false. You …

v0.6.3

26 Aug 16:37
Compare
Choose a tag to compare
Merge pull request #21 from appcelerator/timob-19411

[TIMOB-19411] Fixed findSimulators() to take into account the min iOS version.

v0.6.0

07 Aug 21:27
Compare
Choose a tag to compare

Updated node-ios-device to v0.5.0 which adds support for Node.js 0.10.40 and 0.12.5 as well as io.js 2.5 and 3.0.

v0.5.0

07 Aug 21:27
Compare
Choose a tag to compare
Bug fix in unit test.

0.2.13

12 Feb 21:59
Compare
Choose a tag to compare

Compatibility with Node 0.12