Releases: Rapsssito/react-native-tcp-socket
Releases · Rapsssito/react-native-tcp-socket
v4.3.0
4.3.0 (2020-08-12)
Features
v4.2.0
4.2.0 (2020-07-06)
Features
v4.1.0
4.1.0 (2020-06-18)
Bug Fixes
- Android: Fix server socket events not being delivered (50e9b79), closes #54
Features
v4.0.0
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
3.7.1 (2020-06-14)
Bug Fixes
- Fix end() method on async write() (a1a0771)
v3.7.0
3.7.0 (2020-06-14)
Features
v3.6.0
3.6.0 (2020-05-13)
Features
v3.5.1
3.5.1 (2020-05-07)
Bug Fixes
- Android: Remove use of AsyncTask.THREAD_POOL_EXECUTOR (#46) (6372a8e)
v3.5.0
3.5.0 (2020-04-08)
Features
v3.4.2
3.4.2 (2020-04-06)
Bug Fixes
- Fix write() callback invoking IOException objects (f07ee07), closes #39