Skip to content

Releases: NativeScript/ios

v8.7.1

Choose a tag to compare

@NathanWalker NathanWalker released this 26 Apr 21:53

Bug Fixes

v8.7.0

Choose a tag to compare

@github-actions github-actions released this 08 Apr 17:46

8.7.0 (2024-04-08)

Bug Fixes

  • only generate metadata for the targeted arch (#236) (17a5c5f)
  • Xcode 15.3+ not setting TARGET_OS_IPHONE correctly (#242) (0d52056)

Features

v8.6.4

Choose a tag to compare

@github-actions github-actions released this 13 Mar 19:02

8.6.4 (2024-03-13)

Bug Fixes

  • Xcode 15.3+ not setting TARGET_OS_IPHONE correctly (#242) (d2f4ee4)

v8.7.0-alpha.0

v8.7.0-alpha.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Jan 18:01

8.7.0-alpha.0 (2024-01-31)

Bug Fixes

  • only generate metadata for the targeted arch (#236) (17a5c5f)

Features

v8.6.4-alpha.0

v8.6.4-alpha.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Dec 21:54

8.6.4-alpha.0 (2023-12-08)

Features

  • use messaging object to pass message to workers (7e5d128)

v8.6.3

Choose a tag to compare

@github-actions github-actions released this 08 Nov 16:46

8.6.3 (2023-11-08)

Bug Fixes

  • prevent crashes during isolate disposal (3d70c11)

v8.6.2

Choose a tag to compare

@github-actions github-actions released this 01 Nov 23:57

8.6.2 (2023-11-01)

Bug Fixes

  • only reset timer persistent if Isolate is valid (4379583)

v8.6.1

Choose a tag to compare

@github-actions github-actions released this 09 Oct 19:27

8.6.1 (2023-10-09)

Bug Fixes

  • bridge release adapters (#224) (70b1802)
  • delay isolate disposal when isolate is in use (5a6c2ee)
  • don't suppress timer exceptions (0c4b819)
  • fix setInterval not repeating correctly (022893f)
  • prevent JS function to native block leak (#223) (a6d7332)

Features

  • add interop.stringFromCString (#228) (185c12d)
  • add native timers (#221) (119470f)
  • add timer strong retainer annotation (efef961)
  • log the fullMessage with more details about the error (#229) (d67588c)
  • use node logic for globals and modules (#215) (a66cc42)

v8.5.3-dev.3

v8.5.3-dev.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Aug 14:19

8.5.3-dev.3 (2023-08-16)

Bug Fixes

  • safeguards on dictionary adapter dealloc (03895a0)

v8.5.3-dev.2

v8.5.3-dev.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Aug 15:07

8.5.3-dev.2 (2023-08-07)

Bug Fixes

  • adapter cleanup and thread safety (7560ef8)