Skip to content

Releases: Rapsssito/react-native-tcp-socket

v4.3.1

24 Aug 19:47

Choose a tag to compare

4.3.1 (2020-08-24)

Bug Fixes

  • Android: Bump API to 29 (edc8518)

v4.3.0

12 Aug 17:04

Choose a tag to compare

4.3.0 (2020-08-12)

Features

v4.2.0

06 Jul 11:48

Choose a tag to compare

4.2.0 (2020-07-06)

Features

v4.1.0

18 Jun 18:33

Choose a tag to compare

4.1.0 (2020-06-18)

Bug Fixes

  • Android: Fix server socket events not being delivered (50e9b79), closes #54

Features

v4.0.0

16 Jun 00:21

Choose a tag to compare

4.0.0 (2020-06-16)

Features

  • Switch to NodeJS's EventEmitter as parent class (#55) (d21bb0b), closes #41

BREAKING CHANGES

  • Sockets will no longer return RemovableListeners when calling their addListener() method. Now they inherit all the event methods from Node's EventEmitter class.

v3.7.1

14 Jun 19:03

Choose a tag to compare

3.7.1 (2020-06-14)

Bug Fixes

  • Fix end() method on async write() (a1a0771)

v3.7.0

14 Jun 15:19

Choose a tag to compare

3.7.0 (2020-06-14)

Features

v3.6.0

13 May 09:25

Choose a tag to compare

3.6.0 (2020-05-13)

Features

v3.5.1

07 May 14:18

Choose a tag to compare

3.5.1 (2020-05-07)

Bug Fixes

  • Android: Remove use of AsyncTask.THREAD_POOL_EXECUTOR (#46) (6372a8e)

v3.5.0

08 Apr 14:58

Choose a tag to compare

3.5.0 (2020-04-08)

Features