Open
Conversation
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# [3.2.0](v3.1.0...v3.2.0) (2020-08-15) ### Bug Fixes * **Android:** createSocket is now a blocking method ([#108](#108)) ([6796a7f](6796a7f)) ### Features * Add Typescript types and the option to enable debugging ([#114](#114)) ([11e6e49](11e6e49)) ### Performance Improvements * Dependency reduction & JS update ([#105](#105)) ([aac2bfa](aac2bfa))
Add dynamic generated declaration file (fixes #132). Add missing methods. Fill missing methods with console.warn and @deprecated warnings. Use Buffer package internally (as of #128). BREAKING CHANGE: 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.
# [4.0.0](v3.2.0...v4.0.0) (2020-08-30) ### Features * Match NodeJS dgram API ([#133](#133)) ([2f8dc35](2f8dc35)), closes [#132](#132) [#128](#128) ### 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.
Co-authored-by: jacky.yuen <jacky.yuen@ahsay.com>
## [4.0.1](v4.0.0...v4.0.1) (2020-09-01) ### Bug Fixes * Add missing attribute "homepage" to package.json ([#135](#135)) ([74d75c1](74d75c1))
## [4.0.2](v4.0.1...v4.0.2) (2020-09-06) ### Bug Fixes * Add backwards compatiblity with CommonJS require() ([#137](#137)) ([af36905](af36905))
Reference: facebook/react-native#29633 (comment)
## [4.0.3](v4.0.2...v4.0.3) (2020-10-01) ### Bug Fixes * Fix Xcode 12 compatibility ([#138](#138)) ([750960b](750960b)), closes [facebook/react-native#29633](facebook/react-native#29633)
## [4.0.4](v4.0.3...v4.0.4) (2020-11-28) ### Bug Fixes * **Android:** Switch to Java Standard concurrent API ([#145](#145)) ([373edf0](373edf0))
# [4.1.0](v4.0.4...v4.1.0) (2020-12-05) ### Features * Add rx timestamp to rinfo payload ([#146](#146)) ([c468a39](c468a39))
## [4.1.1](v4.1.0...v4.1.1) (2020-12-24) ### Bug Fixes * Fix TypeScript declaration inheritance ([#153](#153)) ([3e5b4f7](3e5b4f7))
## [4.1.2](v4.1.1...v4.1.2) (2021-01-19) ### Bug Fixes * **Android:** Fix null MulticastSocket creation ([#148](#148)) ([3d52791](3d52791))
## [4.1.3](v4.1.2...v4.1.3) (2021-09-08) ### Bug Fixes * Fix podspec to be compliant with latest Cocoapods ([#191](#191)) ([006361b](006361b))
## [4.1.4](v4.1.3...v4.1.4) (2022-02-22) ### Bug Fixes * Remove AsyncTask in the send function (it's deprecated) ([#197](#197)) ([179a948](179a948))
## [4.1.6](v4.1.5...v4.1.6) (2022-12-05) ### Bug Fixes * **Android:** Update Android code ([#220](#220)) ([e5cb016](e5cb016))
Co-authored-by: Steve Pearson <stevepearsonathome@hotmail.com>
## [4.1.7](v4.1.6...v4.1.7) (2023-01-26) ### Bug Fixes * **Android:** Remove incorrect Override signature ([#241](#241)) ([2578857](2578857))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.