Skip to content

Commit 2ada974

Browse files
authored
Merge pull request #1079 from NativeScript/bektchiev/changelog
chore: Update CHANGELOG for v5.2.0
2 parents 7c38b44 + d5f8b88 commit 2ada974

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,31 @@ slug: ios-changelog
77
previous_url: /Changelogs/iOS Runtime
88
---
99

10+
5.2.0
11+
=====
12+
13+
## What's new
14+
15+
* **api:** Add OnDiscardedError handler ([#1051](https://github.com/NativeScript/ios-runtime/issues/1051))
16+
* **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))
32+
* **runtime:** GVRKit plugin metadata generation issue ([#877](https://github.com/NativeScript/ios-runtime/issues/877))
33+
* **runtime:** UncaughtExceptionHandler is called 2 times ([#1049](https://github.com/NativeScript/ios-runtime/issues/1049))
34+
1035
5.1.1
1136
=====
1237

@@ -15,7 +40,6 @@ previous_url: /Changelogs/iOS Runtime
1540
* **debugging:** Ensure a valid listenSource on each AttachRequest ([#1058](https://github.com/NativeScript/ios-runtime/pull/1058))
1641
* **debugging:** Logs are not shown in Chrome console tab ([#1037](https://github.com/NativeScript/ios-runtime/issues/1037))
1742

18-
1943
5.1.0
2044
=====
2145

@@ -50,7 +74,6 @@ previous_url: /Changelogs/iOS Runtime
5074
* **libffi** [Correctly pass/return standalone vectors in native function calls](https://github.com/NativeScript/ios-runtime/pull/960)
5175
* **marshalling** [Reading collisionBoundingPath on UIView results in Objective C exception](https://github.com/NativeScript/ios-runtime/issues/978)
5276

53-
5477
4.2.0
5578
=====
5679
## What's New

0 commit comments

Comments
 (0)