Skip to content

Releases: a7ul/react-native-exception-handler

v2.8.6

02 Jun 04:22
Compare
Choose a tag to compare

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

31 May 18:12
Compare
Choose a tag to compare

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

v2.7.5

09 Apr 20:21
Compare
Choose a tag to compare

Import reordering of RCTBridge

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

Not a breaking change 🌮

v2.7.1

30 Jan 02:03
Compare
Choose a tag to compare

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

v2.7.0

04 Jan 14:35
Compare
Choose a tag to compare

Removing SIGPIPE as per #32
Thanks @pesterhazy

v2.6.2

12 Dec 06:28
Compare
Choose a tag to compare

Includes minor bug fixes.
Text fixes.

v2.6.0

02 Dec 09:20
Compare
Choose a tag to compare

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

27 Nov 15:16
Compare
Choose a tag to compare

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

25 Nov 11:19
26f57c6
Compare
Choose a tag to compare

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

18 Nov 08:07
Compare
Choose a tag to compare

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🌮