Skip to content

Releases: a7ul/react-native-exception-handler

v2.8.6

Choose a tag to compare

@a7ul a7ul released this 02 Jun 04:22

Reverted console._errorOriginal as it was causing infinite loops sometimes.

Will add an optional opt-in mechanism for this feature in future releases

v2.8.5

Choose a tag to compare

@a7ul a7ul released this 31 May 18:12

Added console._errorOriginal for better error support on the JS Exception handler.
Thanks @skrafft for the PR

v2.7.5

Choose a tag to compare

@a7ul a7ul released this 09 Apr 20:21

Import reordering of RCTBridge

Fixes #46 per react/react-native#15775 (comment)

Not a breaking change 🌮

v2.7.1

Choose a tag to compare

@a7ul a7ul released this 30 Jan 02:03

Reduced npm package size - removed the unnecessary build files and folder
No breaking changes 🌮

v2.7.0

Choose a tag to compare

@a7ul a7ul released this 04 Jan 14:35

Removing SIGPIPE as per #32
Thanks @pesterhazy

v2.6.2

Choose a tag to compare

@a7ul a7ul released this 12 Dec 06:28

Includes minor bug fixes.
Text fixes.

v2.6.0

Choose a tag to compare

@a7ul a7ul released this 02 Dec 09:20

Removed unnecessary comments.
Added type check on arguments
** BREAKING CHANGE **
Removed backward compatibility with older versions - but have added console output if wrong type of arguments are provided .. Does not break the build, only throws console.log warnings.

v2.4.3

Choose a tag to compare

@a7ul a7ul released this 27 Nov 15:16

Bugfix for : "cannot have non-function argument after a function arg" - Thanks to @lexor90
(Do react native link again if upgrading from 2.4.0 for changes to reflect)

NO BREAKING CHANGES🌮

v2.4.1

Choose a tag to compare

@a7ul a7ul released this 25 Nov 11:19
26f57c6

Bugfix: Added fix for issue with react-native-navigation - Thanks to @faogustavo
(Do react native link again if upgrading from 2.4.0 for changes to reflect)

NO BREAKING CHANGES🌮

v2.4.0

Choose a tag to compare

@a7ul a7ul released this 18 Nov 08:07

Bugfix: Removed conflict with Mixpanel - Thanks to @peteroid
(Do react native link again if upgrading from 2.3.0 for changes to reflect)

NO BREAKING CHANGES🌮