Skip to content

Releases: electrode-io/react-native-electrode-bridge

1.6.0

01 Mar 20:59
v1.6.0
d701c8c
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @keremcubuk made their first contribution in #86
  • @Karthiccc23 made their first contribution in #91

Full Changelog: v1.5.27...v1.6.0

v1.5.27

15 Sep 16:21
Compare
Choose a tag to compare

#78 [iOS] Remove strong references for delegates and completion handlers

v1.5.26

27 Aug 19:52
Compare
Choose a tag to compare

#82 [Android] Add isRegistered api to RequestHandle

v1.5.25

04 Jun 21:10
Compare
Choose a tag to compare
  • #75 [iOS] Disable electrode logger in release build
  • #76 [iOS] Post notification when transceiver starts observing events

v1.5.24

08 Apr 19:56
Compare
Choose a tag to compare
  • #72 #73 Set max event listeners to 100

v1.5.22

06 Feb 21:12
Compare
Choose a tag to compare

Bug fixes

#66 Fixes a Null Pointer Exception when an event listener or request handler is removed before react native is initialized.

v1.5.21

07 Jan 00:11
Compare
Choose a tag to compare

Bug fixes

#63 Fixes wrong request handler removal when RequestHandle.unregister() is invoked

v1.5.20

02 Jan 23:29
Compare
Choose a tag to compare

#55 fix the issue that sometimes when using the debug mode _bridge is nil and is throwing an exception.

v1.5.19

26 Jun 21:49
Compare
Choose a tag to compare

Bug Fix

#54: Fix NPE while converting empty/null array

v1.5.17

19 Mar 23:05
Compare
Choose a tag to compare

Feature:

#51 Option to unregister a request handler.