5.7.3 (2022-06-17)
Bug Fixes
- tcpSocket: missing ; (16ef061)
5.7.2 (2022-06-17)
Bug Fixes
- tcpSocket: wrongfully positioned ) (0e798cc)
5.7.1 (2022-06-17)
Bug Fixes
- tcpSocket: move if null (1a5169e)
5.7.0 (2022-06-13)
Features
5.7.0 (2022-06-13)
Features
5.7.0 (2022-06-13)
Features
5.7.0 (2022-06-13)
Features
5.7.0 (2022-06-13)
Features
- socket: check if socket exists before writing (2db5d6a)
5.6.2 (2022-04-26)
Bug Fixes
5.6.1 (2022-04-18)
Bug Fixes
5.6.0 (2022-02-22)
Features
- Add missing Socket properties (7c94304)
5.5.0 (2021-10-26)
Features
5.4.0 (2021-10-26)
Features
5.3.1 (2021-09-13)
Bug Fixes
5.3.0 (2021-08-27)
Features
5.2.1 (2021-06-09)
Bug Fixes
5.2.0 (2021-03-12)
Features
5.1.0 (2021-03-06)
Features
5.0.0 (2021-02-26)
Features
BREAKING CHANGES
- Events types and callbacks now match NodeJS official API.
4.5.7 (2021-02-26)
Bug Fixes
4.5.6 (2021-02-25)
Bug Fixes
4.5.5 (2020-12-23)
Bug Fixes
- Update TypeScript declaration files (b55a260)
4.5.4 (2020-10-14)
Bug Fixes
4.5.3 (2020-10-02)
Bug Fixes
4.5.2 (2020-10-01)
Bug Fixes
- Fix Xcode 12 compatibility (f0f81f8), closes facebook/react-native#29633
4.5.1 (2020-09-12)
Bug Fixes
4.5.0 (2020-08-30)
Features
- Add v.1.4.0 compatibility version (31eff17)
4.4.0 (2020-08-30)
Features
4.3.1 (2020-08-24)
Bug Fixes
- Android: Bump API to 29 (edc8518)
4.3.0 (2020-08-12)
Features
4.2.0 (2020-07-06)
Features
4.1.0 (2020-06-18)
Bug Fixes
Features
4.0.0 (2020-06-16)
Features
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.
3.7.1 (2020-06-14)
Bug Fixes
- Fix end() method on async write() (a1a0771)
3.7.0 (2020-06-14)
Features
3.6.0 (2020-05-13)
Features
3.5.1 (2020-05-07)
Bug Fixes
3.5.0 (2020-04-08)
Features
3.4.2 (2020-04-06)
Bug Fixes
3.4.1 (2020-04-05)
Bug Fixes
3.4.0 (2020-02-27)
Features
- Android: Connect from "cellular" & "ethernet" interfaces (14bea9b)
3.3.1 (2020-02-24)
Bug Fixes
- Fixed TypeScript declaration files not being a module (3e2213a)
3.3.0 (2020-02-24)
Features
3.2.9 (2020-02-20)
Bug Fixes
- Fixed an error when sending a Uint8Array from write() (4d44d3e)
3.2.8 (2020-02-18)
Bug Fixes
- Fixed error removing already removed listeners (7712876)
3.2.7 (2020-02-18)
Bug Fixes
- iOS: Fixed error when connecting without localAddress (18c430d)
3.2.6 (2020-02-11)
Bug Fixes
- Fixed sockets concurrent events not firing (1b8c574)
3.2.5 (2020-02-05)
Bug Fixes
- Android: Fixed connections being not concurrent (c6ede32)