6.2.0 (2024-07-08)
6.1.0 (2024-06-20)
6.0.6 (2023-02-08)
6.0.5 (2023-01-30)
6.0.4 (2023-01-30)
6.0.3 (2022-11-21)
- Android: Fix null error writing on disconnected socket (59d3195)
6.0.2 (2022-09-30)
- Remove
timeout
from connection parameters (16fea0b)
6.0.1 (2022-08-22)
6.0.0 (2022-08-21)
- TLS client API now matches NodeJS official tls API.
5.6.2 (2022-04-26)
5.6.1 (2022-04-18)
5.6.0 (2022-02-22)
- Add missing Socket properties (7c94304)
5.5.0 (2021-10-26)
5.4.0 (2021-10-26)
5.3.1 (2021-09-13)
5.3.0 (2021-08-27)
5.2.1 (2021-06-09)
5.2.0 (2021-03-12)
5.1.0 (2021-03-06)
5.0.0 (2021-02-26)
- Events types and callbacks now match NodeJS official API.
4.5.7 (2021-02-26)
4.5.6 (2021-02-25)
4.5.5 (2020-12-23)
- Update TypeScript declaration files (b55a260)
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)