Releases: unjs/get-port-please
Releases Β· unjs/get-port-please
v3.2.0
11 Jul 07:25
Compare
Sorry, something went wrong.
No results found
compare changes
π Enhancements
Add unix domain socket utils (#110 )
π©Ή Fixes
validateHostname: Add 169.254.0.0/16 range to not allowed hostnames (#101 )
β
Tests
Mock console.log implementation in error tests (#104 )
β€οΈ Contributors
v3.1.2
09 Jan 12:01
Compare
Sorry, something went wrong.
No results found
compare changes
π©Ή Fixes
Accept ipv6 as valid hostname (d537a51 )
Use closed ranges as port ranges (#66 )
Ranges now work even if port is unset in options (#72 )
Don't use a random port by default if the user specified any port (#65 )
π
Refactors
Correct typos in GetPortError message (#77 )
Fix typo in error message (#73 )
Improve log when using alternative port (#78 )
Update fallback message (1f45050 )
β€οΈ Contributors
v3.1.1
06 Sep 20:26
Compare
Sorry, something went wrong.
No results found
v3.1.0
06 Sep 18:38
Compare
Sorry, something went wrong.
No results found
compare changes
π Enhancements
Automatically fallback hostname for invalid hosts (#62 )
π©Ή Fixes
Validate hostname and improve errors (#59 )
Skip port on any listen error (#61 )
π
Refactors
Split internals and types (cf4317c )
β
Tests
Run tests on windows (#60 )
Block host on all interfaces (5a95184 )
Skip invalid host tests on windows (e8b92ac )