Skip to content

Releases: NativeScript/ios-device-lib

v0.2.2

Choose a tag to compare

@TsvetanMilanov TsvetanMilanov released this 10 Mar 11:35

Version 0.2.2 changes

  • Excluded DerivedData folder from the npm package.

v0.2.1

Choose a tag to compare

@TsvetanMilanov TsvetanMilanov released this 08 Mar 15:24

Version 0.2.1 changes:

  • Added check for the message id in the message handler

v0.2.0

Choose a tag to compare

@TsvetanMilanov TsvetanMilanov released this 14 Feb 13:31

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

Choose a tag to compare

@TsvetanMilanov TsvetanMilanov released this 06 Feb 15:57

The first version of ios-device-lib.