v3.0.0
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.