File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ 7.1.0
2
+ ===
3
+
4
+ ### Features
5
+ - Updated V8 to 8.9 (https://github.com/NativeScript/ns-v8ios-runtime/pull/84 )
6
+
7
+ ### Bug Fixes
8
+ - XCode 12.3 support (https://github.com/NativeScript/ns-v8ios-runtime/pull/92 )
9
+ - DictionaryAdapter missing handle scopes and locks (https://github.com/NativeScript/ns-v8ios-runtime/pull/90 )
10
+ - PromiseProxy returns function regardless of underlying property type (https://github.com/NativeScript/ns-v8ios-runtime/pull/90 )
11
+
1
12
7.0.6
2
13
===
3
14
Original file line number Diff line number Diff line change 1
1
#ifndef NativeScript_Prefix_pch
2
2
#define NativeScript_Prefix_pch
3
3
4
- #define NATIVESCRIPT_VERSION "7.0 .0"
4
+ #define NATIVESCRIPT_VERSION "7.1 .0"
5
5
6
6
#ifdef DEBUG
7
7
#define SIZEOF_OFF_T 8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/ios" ,
3
3
"description" : " NativeScript Runtime for iOS" ,
4
- "version" : " 7.0.6 " ,
4
+ "version" : " 7.1.0 " ,
5
5
"keywords" : [
6
6
" NativeScript" ,
7
7
" iOS" ,
You can’t perform that action at this time.
0 commit comments