Skip to content

Latest commit

 

History

History
135 lines (61 loc) · 5.58 KB

CHANGELOG.md

File metadata and controls

135 lines (61 loc) · 5.58 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2023-09-20)

Features

  • add autoSelectFamily for happy eyeballs support (#99) (bee455e)

1.0.4 (2022-10-18)

Bug Fixes

  • Handle systems without IPv6 properly (#97) (7cc0fac)

1.0.3 (2022-10-12)

Bug Fixes

1.0.2 (2022-10-12)

Bug Fixes

  • Handle EADDRNOTAVAIL if IPv6 not enabled (#93) (4b2d30b)

1.0.1 (2022-09-20)

Bug Fixes

1.0.0 (2022-09-08)

⚠ BREAKING CHANGES

  • Returns now an object instead of an boolean. The object contains the property open: boolean and if open is true it will also contain ipVersion which will be 4 or 6 dependening on which IP version the open port was found on.

Bug Fixes

  • Check both IPv4 and IPv6 when dns-name supplied (#84) (3c3821c)

0.3.1 (2022-09-05)

Miscellaneous Chores

0.3.0 (2022-07-11)

Features

  • enable node 10 compatibility (4ea012f)

0.2.14 (2022-07-11)

Miscellaneous Chores

0.2.13 (2022-07-11)

Miscellaneous Chores

0.2.12 (2022-07-11)

Miscellaneous Chores

0.2.11 (2022-07-11)

Miscellaneous Chores

0.2.10 (2022-07-11)

Bug Fixes

0.2.9 (2020-05-26)

0.2.8 (2020-05-26)

0.2.7 (2019-12-12)

0.2.6 (2019-10-07)

Features

  • better error messages for invalid targets (e4a2f31), closes #43

0.2.5 (2019-10-07)

0.2.4 (2019-10-03)

Features

0.2.3 (2019-10-03)

Bug Fixes

  • pin sinon to 5.0.8 (1a8fe7d)
  • package: update commander to version 3.0.0 (7265c1d)
  • package: update debug to version 4.1.0 (fa3dd5f), closes #26

Features

  • show a sensible error message if the address cannot be found (#46) (b980aa8)