Skip to content

Commit

Permalink
chore(release): 8.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Jul 22, 2022
1 parent 1129d15 commit 13282a0
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## [8.3.1](https://github.com/NativeScript/ns-v8ios-runtime/compare/v8.3.0...v8.3.1) (2022-07-22)


### Bug Fixes

* memory leak on ArgConverter::ConstructObject ([1129d15](https://github.com/NativeScript/ns-v8ios-runtime/commit/1129d15fb47d1ae78bf42826ec118c9e76cdd4f7))
* memory leak on ArrayAdapter, DictionaryAdapter and NSDataAdapter ([#170](https://github.com/NativeScript/ns-v8ios-runtime/issues/170)) ([1e1abe2](https://github.com/NativeScript/ns-v8ios-runtime/commit/1e1abe24e78c35f59e85a4cf06c57d832be0c9dc))
* misspelling on MetaType ([f6e0500](https://github.com/NativeScript/ns-v8ios-runtime/commit/f6e05002f4ca9f6e9007b77278f55a3940a8640c))
* xcode14 build phase files ([#169](https://github.com/NativeScript/ns-v8ios-runtime/issues/169)) ([3b1eafc](https://github.com/NativeScript/ns-v8ios-runtime/commit/3b1eafc4da502404ab8c50854016ff059ae8eff8))


### Features

* add debug runtime detail log handling ([cfe59d4](https://github.com/NativeScript/ns-v8ios-runtime/commit/cfe59d4024bdadde6aa39aaad814883853f89403))
* add support for reasons on assertion failure ([#172](https://github.com/NativeScript/ns-v8ios-runtime/issues/172)) ([e185014](https://github.com/NativeScript/ns-v8ios-runtime/commit/e185014b6a6bec47b49d75486c73dc8ed748c998))
* improve crash report details ([#142](https://github.com/NativeScript/ns-v8ios-runtime/issues/142)) ([f0a49c0](https://github.com/NativeScript/ns-v8ios-runtime/commit/f0a49c043d5d298cf13e79f108cac4f18e95cd27))


### Performance Improvements

* cache swizzled selector construction ([#173](https://github.com/NativeScript/ns-v8ios-runtime/issues/173)) ([de6506b](https://github.com/NativeScript/ns-v8ios-runtime/commit/de6506b8fa9b7fc6e1c5cabd7874ebd6a9f0574c))



## [8.2.3](https://github.com/NativeScript/ns-v8ios-runtime/compare/v8.2.2...v8.2.3) (2022-03-30)


Expand Down
2 changes: 1 addition & 1 deletion NativeScript/NativeScript-Prefix.pch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef NativeScript_Prefix_pch
#define NativeScript_Prefix_pch

#define NATIVESCRIPT_VERSION "8.3.1-alpha.4"
#define NATIVESCRIPT_VERSION "8.3.1"

#ifdef DEBUG
#define SIZEOF_OFF_T 8
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript/ios",
"description": "NativeScript Runtime for iOS",
"version": "8.3.1-alpha.4",
"version": "8.3.1",
"keywords": [
"NativeScript",
"iOS",
Expand Down

0 comments on commit 13282a0

Please sign in to comment.