You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***api:** Provide API to release the native object wrapped by a JS one ([#1062](https://github.com/NativeScript/ios-runtime/issues/1062))
17
+
***runtime:** Add support for Objective-C methods with same JS name and different parameters ([#1013](https://github.com/NativeScript/ios-runtime/pull/1013))
18
+
***runtime:** Provide automatic garbage collection triggering ([edbf653](https://github.com/NativeScript/ios-runtime/commit/edbf653)), closes [#1035](https://github.com/NativeScript/ios-runtime/issues/1035)
19
+
***runtime:** Provide support for setting JSC options in {N} applications ([#1004](https://github.com/NativeScript/ios-runtime/issues/1004))
20
+
21
+
## Bug Fixes
22
+
23
+
***bridge:** Don't read JS properties without obtaining a lock ([8786f80](https://github.com/NativeScript/ios-runtime/commit/8786f80))
24
+
***bridge:** Catch ObjC Exceptions and throw them to JS ([#1043](https://github.com/NativeScript/ios-runtime/pull/1043), [#1029](https://github.com/NativeScript/ios-runtime/issues/1029)),
25
+
***bridge:** Don't read returned value of a function which threw an exception ([bdfdd9c](https://github.com/NativeScript/ios-runtime/commit/bdfdd9c))
26
+
***bridge:** Marshal arguments of async calls in worker thread ([30bcaca](https://github.com/NativeScript/ios-runtime/commit/30bcaca))
27
+
***bridge:** Remove ObjCWrapperObject from cache after dealloc ([b3713cb](https://github.com/NativeScript/ios-runtime/commit/b3713cb))
28
+
***interop:** Interop.Pointer int64 creation from NativeScript side ([#921](https://github.com/NativeScript/ios-runtime/issues/921))
29
+
***interop:** Add methods `toHexString` and `toDecimalString` to Pointer ([8b4157f](https://github.com/NativeScript/ios-runtime/commit/8b4157f))
30
+
***interop:** Construct Pointer from a wrapped number ([8d69895](https://github.com/NativeScript/ios-runtime/commit/8d69895))
31
+
***runtime:** Keep JS instances in Strong references after creation ([0e09ac9](https://github.com/NativeScript/ios-runtime/commit/0e09ac9))
0 commit comments