Skip to content

Latest commit

 

History

History
191 lines (82 loc) · 8.7 KB

File metadata and controls

191 lines (82 loc) · 8.7 KB

4.5.4 (2020-10-14)

Bug Fixes

  • Add ref() & unref() as empty methods (#84) (1ee98a4)

4.5.3 (2020-10-02)

Bug Fixes

  • Android: Report correct port, even when automatically allocated (#82) (6cae377)

4.5.2 (2020-10-01)

Bug Fixes

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

  • Extend compatibility to RN 0.60.0 (#75) (5c1cd79)

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

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

Features

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.

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

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

3.5.0 (2020-04-08)

Features

3.4.2 (2020-04-06)

Bug Fixes

  • Fix write() callback invoking IOException objects (f07ee07), closes #39

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)