Skip to content

Releases: NativeScript/ios-device-lib

v0.2.2

10 Mar 11:35
Compare
Choose a tag to compare

Version 0.2.2 changes

  • Excluded DerivedData folder from the npm package.

v0.2.1

08 Mar 15:24
Compare
Choose a tag to compare

Version 0.2.1 changes:

  • Added check for the message id in the message handler

v0.2.0

14 Feb 13:31
Compare
Choose a tag to compare

Version 0.2.0 changes:

  • The communication between the C++ code and the NodeJS code is changed. Since NodeJS buffers the data from the C++ stdout and passes incomplete messages to the NodeJS childProcess.on("data") we had to "parse" the buffered data and get the complete messages from it. This problem only occurs when the C++ starts to print messages too fast on the stdout.
  • The whole print method is now locked with mutex. This was necessary because we noticed some interleaved messages when multiple threads were writing on the stdout very fast on Windows.

v0.1.0

06 Feb 15:57
Compare
Choose a tag to compare

The first version of ios-device-lib.