Releases: NativeScript/ios
Releases · NativeScript/ios
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)
Performance Improvements
8.3.3
8.3.2
8.3.1
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
v8.3.0
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
- @wSedlacek made their first contribution in #168
Full Changelog: v8.2.3...v8.3.0
v8.3.0-alpha.0
fix: xcode14 build phase files
Full Changelog: v8.3.0...v8.3.0-alpha.0
8.2.3
8.2.2
8.2.0 - 8.2.1
Bug Fixes
- don't leak code cache data (#146) (c580098)
- lock isolate before handle_scope (#149) (3c23fd8)
- only warn once about WeakRef.clear() deprecation. (#140) (fc0f18c)
- prevent crashes during onuncaughterror (#141) (65be29b)
- retain instance on init (2d6f455)
- runtime init and reset handling (1893356)
- take into account null terminated C strings (#132) (63ac554)
- TypeEncoding might be initialized with random data (#144) (02d681e)