4.5.4 (2020-10-14)
4.5.3 (2020-10-02)
4.5.2 (2020-10-01)
- Fix Xcode 12 compatibility (f0f81f8), closes facebook/react-native#29633
4.5.1 (2020-09-12)
4.5.0 (2020-08-30)
- Add v.1.4.0 compatibility version (31eff17)
4.4.0 (2020-08-30)
4.3.1 (2020-08-24)
- Android: Bump API to 29 (edc8518)
4.3.0 (2020-08-12)
4.2.0 (2020-07-06)
4.1.0 (2020-06-18)
4.0.0 (2020-06-16)
- Sockets will no longer return RemovableListeners when calling their addListener() method. Now they inherit all the event methods from Node's EventEmitter class.
3.7.1 (2020-06-14)
- Fix end() method on async write() (a1a0771)
3.7.0 (2020-06-14)
3.6.0 (2020-05-13)
3.5.1 (2020-05-07)
3.5.0 (2020-04-08)
3.4.2 (2020-04-06)
3.4.1 (2020-04-05)
3.4.0 (2020-02-27)
- Android: Connect from "cellular" & "ethernet" interfaces (14bea9b)
3.3.1 (2020-02-24)
- Fixed TypeScript declaration files not being a module (3e2213a)
3.3.0 (2020-02-24)
3.2.9 (2020-02-20)
- Fixed an error when sending a Uint8Array from write() (4d44d3e)
3.2.8 (2020-02-18)
- Fixed error removing already removed listeners (7712876)
3.2.7 (2020-02-18)
- iOS: Fixed error when connecting without localAddress (18c430d)
3.2.6 (2020-02-11)
- Fixed sockets concurrent events not firing (1b8c574)
3.2.5 (2020-02-05)
- Android: Fixed connections being not concurrent (c6ede32)