Skip to content

Releases: NativeScript/ios-jsc

v6.5.6

22 Sep 09:39
e301549
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.5.5...v6.5.6

v6.5.5

31 Mar 18:07
Compare
Choose a tag to compare

What's Changed

  • build for iOS - KeyError: 'DEPLOYMENT_TARGET_CLANG_FLAG_NAME' by @fpattis in #1296

Full Changelog: v6.5.4...v6.5.5

v6.5.2

09 Jul 12:31
Compare
Choose a tag to compare

Bug Fixes

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

v6.5.1

29 May 06:26
Compare
Choose a tag to compare

Bug Fixes

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

v6.5.0

19 Mar 09:28
Compare
Choose a tag to compare

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

18 Feb 08:07
618c3d6
Compare
Choose a tag to compare

6.4.2 (2020-02-17)

Bug Fixes

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

v6.4.1

13 Feb 14:55
Compare
Choose a tag to compare

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

12 Feb 14:28
Compare
Choose a tag to compare

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

18 Dec 10:08
120ebbb
Compare
Choose a tag to compare

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

06 Nov 08:10
6013eb4
Compare
Choose a tag to compare

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)