Skip to content

Releases: NativeScript/ios-jsc

v6.5.6

Choose a tag to compare

@rigor789 rigor789 released this 22 Sep 09:39
e301549

What's Changed

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

v6.5.5

Choose a tag to compare

@rigor789 rigor789 released this 31 Mar 18:07

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

Choose a tag to compare

@rigor789 rigor789 released this 09 Jul 12:31

Bug Fixes

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

v6.5.1

Choose a tag to compare

@dtopuzov dtopuzov released this 29 May 06:26

Bug Fixes

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

v6.5.0

Choose a tag to compare

@mbektchiev mbektchiev released this 19 Mar 09:28

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

Choose a tag to compare

@vhristov5555 vhristov5555 released this 18 Feb 08:07
618c3d6

6.4.2 (2020-02-17)

Bug Fixes

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

v6.4.1

Choose a tag to compare

@mbektchiev mbektchiev released this 13 Feb 14:55

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

Choose a tag to compare

@mbektchiev mbektchiev released this 12 Feb 14:28

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

Choose a tag to compare

@mbektchiev mbektchiev released this 18 Dec 10:08
120ebbb

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

Choose a tag to compare

@vhristov5555 vhristov5555 released this 06 Nov 08:10
6013eb4

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)