Releases: NativeScript/ios
Releases Β· NativeScript/ios
v8.6.2
v8.6.1
v8.5.3-dev.3
v8.5.3-dev.2
v8.5.3-dev.1
8.5.3-dev.1 (2023-08-04)
Bug Fixes
v8.5.2
v8.5.1
8.5.0
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
8.4.0
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)