Skip to content

Releases: NativeScript/android

v6.4.1

v6.3.1

Choose a tag to compare

@dtopuzov dtopuzov released this 31 Dec 07:27
4ecdc3c

v6.3.0

Choose a tag to compare

@vhristov5555 vhristov5555 released this 18 Dec 10:19

v6.2.0

v6.1.2

Choose a tag to compare

@vhristov5555 vhristov5555 released this 27 Sep 13:33
376e824

v6.1.1

Choose a tag to compare

@vhristov5555 vhristov5555 released this 18 Sep 15:31
37dfe05

v6.1.0

v6.0.2

Choose a tag to compare

@vhristov5555 vhristov5555 released this 22 Aug 08:50
7255aba

v6.0.1

Choose a tag to compare

@vhristov5555 vhristov5555 released this 26 Jul 14:06
18af8ac

v6.0.0

Choose a tag to compare

@Natalia-Hristova Natalia-Hristova released this 17 Jul 12:06
d8ec4e8

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