Skip to content

Latest commit

 

History

History
113 lines (49 loc) · 5.52 KB

CHANGELOG.md

File metadata and controls

113 lines (49 loc) · 5.52 KB

4.1.7 (2023-01-26)

Bug Fixes

  • Android: Remove incorrect Override signature (#241) (2578857)

4.1.6 (2022-12-05)

Bug Fixes

4.1.5 (2022-03-22)

Bug Fixes

  • Fix Gradle configuration (#205) (c5c7831)
  • Android: Catch all exceptions and redirect them to JS (#202) (0a512ee)

4.1.4 (2022-02-22)

Bug Fixes

  • Remove AsyncTask in the send function (it's deprecated) (#197) (179a948)

4.1.3 (2021-09-08)

Bug Fixes

  • Fix podspec to be compliant with latest Cocoapods (#191) (006361b)

4.1.2 (2021-01-19)

Bug Fixes

  • Android: Fix null MulticastSocket creation (#148) (3d52791)

4.1.1 (2020-12-24)

Bug Fixes

  • Fix TypeScript declaration inheritance (#153) (3e5b4f7)

4.1.0 (2020-12-05)

Features

4.0.4 (2020-11-28)

Bug Fixes

  • Android: Switch to Java Standard concurrent API (#145) (373edf0)

4.0.3 (2020-10-01)

Bug Fixes

4.0.2 (2020-09-06)

Bug Fixes

  • Add backwards compatiblity with CommonJS require() (#137) (af36905)

4.0.1 (2020-09-01)

Bug Fixes

  • Add missing attribute "homepage" to package.json (#135) (74d75c1)

4.0.0 (2020-08-30)

Features

BREAKING CHANGES

  • All methods no longer check parameter types. socket.send() now throws 'ERR_SOCKET_BAD_PORT' when sending on unbound sockets. socket.send() no longer checks if �ddress is a valid IP or hostname.

3.2.0 (2020-08-15)

Bug Fixes

  • Android: createSocket is now a blocking method (#108) (6796a7f)

Features

  • Add Typescript types and the option to enable debugging (#114) (11e6e49)

Performance Improvements