Skip to content

Releases: NativeScript/ios

8.5.0

28 Mar 17:05

Choose a tag to compare

Bug Fixes

  • block isolate validation condition (17a7299)
  • Build and link to v8_heap_base and v8_heap_base_headers (3ebd066)
  • Correctly initialize context in inspector client init() (92b38ea)
  • create empty metadata-bin files to satisfy XCode dep checks (0e349fc)
  • Don't disconnect inspector when frontend connects (d2d3b65)
  • don't null runloop on Promise proxy (826a395)
  • don't try to free blocks that not owned by the BlockWrapper (d4e9b08)
  • drain the microtask queue after devtools message (de77365)
  • Implement console.log inspector with Runtime protocol (eaa8dd7)
  • Mac Catalyst build (#189) (8980c0f)
  • Re-enable inspector code (14faf01)
  • resolve PromiseProxy context memory leak (#193) (21de81d)
  • set metadata-generator deployment target to 11.0 (#198) (75cf79f)
  • use BigInt for pointers (#199) (6db3184)

Features

8.4.1

16 Jan 18:18

Choose a tag to compare

Bug Fixes

8.4.0

30 Nov 14:21

Choose a tag to compare

Bug Fixes

  • string: initWithBytes instead of UTF8 string (b72dcf6)
  • support null characters on NSString marshalling (705346f)

Features

  • drop perIsolateCaches_ in favor of v8 data slots (44daeb3)
  • inline frequently used methods, add caches, thread safety, and use static allocation when possible (44e60d0)
  • use spinlocks for selector maps (c5a8863)

Performance Improvements

8.3.3

13 Aug 03:16

Choose a tag to compare

Bug Fixes

8.3.2

23 Jul 16:16

Choose a tag to compare

Bug Fixes

  • allow console prefix to allow cli output coloring (#175) (3f4abd1)

8.3.1

22 Jul 03:53

Choose a tag to compare

Bug Fixes

  • memory leak on ArgConverter::ConstructObject (1129d15)
  • memory leak on ArrayAdapter, DictionaryAdapter and NSDataAdapter (#170) (1e1abe2)
  • misspelling on MetaType (f6e0500)
  • xcode14 build phase files (#169) (3b1eafc)

Features

  • add debug runtime detail log handling (cfe59d4)
  • add support for reasons on assertion failure (#172) (e185014)
  • improve crash report details (#142) (f0a49c0)

Performance Improvements

  • cache swizzled selector construction (#173) (de6506b)

v8.3.0

17 Jun 14:01

Choose a tag to compare

What's Changed

  • fix: don't run main method on init by @edusperoni in #161
  • feat: update metadata generator to work with llvm 13.0.1 and CLANG_ENABLE_MODULES by @edusperoni in #164
  • fix: v8 9.2.230.18 patch by @wSedlacek in #168
  • fix: updated build scripts to python3 (Possibly BREAKING CHANGE)

New Contributors

Full Changelog: v8.2.3...v8.3.0

v8.3.0-alpha.0

17 Jun 14:02

Choose a tag to compare

v8.3.0-alpha.0 Pre-release
Pre-release

fix: xcode14 build phase files

Full Changelog: v8.3.0...v8.3.0-alpha.0

8.2.3

30 Mar 16:15

Choose a tag to compare

Bug Fixes

  • use serial queues and revert string copy changes (#156) (e8681ff)

8.2.2

22 Mar 01:33

Choose a tag to compare

Bug Fixes

  • inspector: ensure socket message is copied and stored (#155) (3098976)
  • only delay promise resolution when needed (#154) (f46c425)