Ios Runtime Versions Save

NativeScript for iOS using JavaScriptCore

v6.5.6

1 year ago

v6.5.5

2 years ago

What's Changed

Full Changelog: https://github.com/NativeScript/ios-runtime/compare/v6.5.4...v6.5.5

v6.5.2

3 years ago

Bug Fixes

  • runtime: invalid isa pointer access in ios 14 (#1275)

v6.5.1

3 years ago

Bug Fixes

  • runtime: Private root classes cause infinite loop (#1270)
  • metadata-generator: Static frameworks from .o (#1271)

v6.5.0

4 years ago

Bug Fixes

  • metadata-generator: Typings generation of global functions (#1250)
  • runtime: Icons from inner resource bundle named as its framework are missing (#1252, #1257)

v6.4.2

4 years ago

6.4.2 (2020-02-17)

Bug Fixes

  • debugging: Do not close data socket prematurely (#1254)

v6.4.1

4 years ago

6.4.1 (2020-02-13)

Bug Fixes

  • metadata-generator: Typings generation of global C functions (cbf89d0)
  • runtime: iOS runtime Marshalling returns NSObject - Objective-C iOS-onfido-sdk(#1251)

v6.4.0

4 years ago

Features

  • metadata-generator: Customize metadata generation to avoid adding unnecessary unused JS wrappers according to specified black/white lists (#1209)

Bug Fixes

  • project-template: Make the pbxproject fastlane compatible (#1240)
  • runtime: Correctly retrieve discarded exceptions flag (fdaffaf)
  • webkit: Safari Inspector shows error on startup (#1238)

v6.3.0

4 years ago

Features

Bug Fixes

  • debugger: Chrome DevTools console evaluation doesn't work with tns debug --start (#905)
  • inspector: Conditional breakpoints by Chrome DevTools frontend (#1215, fixes #1181)
  • project-template: Remove build scripts from target (#1224)
  • runtime: Crashes after destroying a worker runtime (#1213, fixes #1163 and #1139)
  • runtime: Do not hide property with more accessors (#1226, fixes #1223)
  • runtime: Don't crash app if discardUncaughtJsExceptions flag is present (#1230)
  • runtime: Lookup into native MD tables when searching by name (#1218, fixes #712 and #1223)

v6.2.0

4 years ago

Bug Fixes

  • marshalling: Objective-C functions returning unsigned char * are not correctly interpreted in {N} (1196)
  • runtime: Do not lose exception in TS extends (#1211)