Ios Runtime Versions Save

NativeScript for iOS using JavaScriptCore

v6.1.1

4 years ago

Features

Bug Fixes

  • Sporadically native exceptions cannot be caught in JS try/catch (#1207)

v6.1.0

4 years ago

Features

  • Error.prepareStackTrace method support and change the format of the stack trace to be the same as in Android (#1135)
  • Expose internal interfaces' members to JS (#1127)
  • Support app refresh through the notifications service (#1191)

Bug Fixes

  • debugging: Dispatch messages to global GCD queue (18a526e)
  • debugging: Improve user experience when app crashes in debugger (c09819f)
  • interop: Reset pointer after free (2ac4f84)
  • metadata-generator: Improve detection of static frameworks (#1177)
  • metadata-generator: Metadata generation failed with [email protected] (#1197)
  • project-template: Add LDPLUSPLUS variable (#1203)
  • project-template: Correctly get architecture in nsld with Xcode 11 (#1179)
  • runtime: Change the format of the stack trace to be the same as in Android(#1180)
  • runtime: Improve error messages thrown by iOS runtime (#1193)
  • runtime: Improve error handling in overriding properties and methods (943948d)
  • runtime: Native properties provided by internal classes are not available (#1149)
  • runtime: null pointer dereference in signal and unhandled exception handlers (#1199)

v6.0.2

4 years ago

Bug Fixes

  • metadata-generator: Preserve headers' relative order when sorting (#1182)

v6.0.1

4 years ago

Features

  • Update WebKit to version 12.3 (#1147)
  • Support script hash parameter in debugger protocol (#1168)

Bug Fixes

  • project-template: Build fails after adding a watchOS target (#1171
  • project-template: Surround all paths in nsld.sh with quotes (177640c)
  • project-template: Metadata for Swift classes is missing on the first build with Xcode 10.2 (#1166)

v5.4.2

4 years ago

Bug Fixes

  • metadata-generator: Place Swift headers at the bottom of the umbrella header (#1153)
  • jsc: Incorrect sources shown in Chrome DevTools when attaching to application (#1158)

v5.4.1

4 years ago

Bug Fixes

  • bridge: Synchronize access to Strong handles in collection adapters (#1144)
  • workers: Memory leak when creating/wrapping native objects in worker.onmessage(#1137)
  • metadata-generator: Convert unsigned 64-bit enum values to signed (#1150)
  • jsc: Prevent 2nd destructor call from ThreadSafeRefCounted (60b589bc5547b)

Features

  • Dump Native and JS callstacks on signal (6ec5d5c)

Performance Improvements

  • Cache result in getSystemVersion() (f0e9253)

v5.2.1

4 years ago

Bug Fixes

  • bridge: Synchronize access to Strong handles in collection adapters (b1cfb82)

Features

  • Dump Native and JS callstacks on signal (11304ed)

v5.4.0

5 years ago

What's new

Bug Fixes

v5.3.1

5 years ago

Bug Fixes

v5.3.0

5 years ago

Breaking changes

What's new

Performance Improvements

Bug Fixes