Skip to content

Releases: NativeScript/android

v6.0.0

17 Jul 12:06
d8ec4e8
Compare
Choose a tag to compare

Breaking Changes

  • Exception information in onDiscarderError and onUnhandledError is changed so that message contains the exception message and stackTrace contains only the stackTrace. In the previous implementation stackTrace contained some additional details (including the exception message) and the message was something like:

    The application crashed because of an uncaught exception. You can look at "stackTrace" or "nativeException" for more detailed information about the exception.
    
  • The built-in JSON.stringify method is used for cross workers communication. Circular object references are no longer supported and attempting to send such object will throw an exception.

What's New

Bug Fixes

v5.4.0

v5.3.1

04 Apr 15:49
70c0e9b
Compare
Choose a tag to compare

v5.3.0

5.2.1

25 Feb 16:18
12a5682
Compare
Choose a tag to compare

v5.2.0

v5.1.0

v5.0.0

v4.2.0

v4.1.3

14 Jun 09:09
632911c
Compare
Choose a tag to compare