Releases: http-party/node-portfinder
Releases · http-party/node-portfinder
v1.0.38
What's Changed
- Fix author field format in package.json by @MasterOdin in #182
Full Changelog: v1.0.37...v1.0.38
v1.0.37
What's Changed
- Return callback error vs throwing by @MasterOdin in #180
Full Changelog: v1.0.36...v1.0.37
v1.0.36
What's Changed
- Bump version of jest by @MasterOdin in #167
- if
startPort
is provided by user, actually use it by @eriktrom in #177 - Add promise return for getSocket by @MasterOdin in #179
Full Changelog: v1.0.35...v1.0.36
v1.0.35
What's Changed
- Remove mkdirp dependency by @MasterOdin in #165
- getPort/getPorts return promise if no callback by @MasterOdin in #168
- Fix returning promise with passing options by @MasterOdin in #172
- npm lock after removing mkdirp dep by @eriktrom in #175
- broken npm lock by @eriktrom in #176
Full Changelog: v1.0.34...v1.0.35
v1.0.34
What's Changed
- move test suite to jest by @MasterOdin in #156
- docs: clean up readme by @Electroid in #154
- Update async to ^3.2.6 by @MasterOdin in #157
- Remove check for promise support by @MasterOdin in #160
- Replace var with const/let by @MasterOdin in #161
- Update debug to 4.3.6 by @MasterOdin in #162
New Contributors
- @Electroid made their first contribution in #154
Full Changelog: v1.0.33...v1.0.34
v1.0.33
What's Changed
- Wait until server is closed before invoking callback by @Pwndrian in #149
- Update .github/workflows/ci.yml to exclude macOS for old versions of node by @eriktrom in #151
- Add CI support for node 20.x and 22.x by @eriktrom in #152
- Add promise version of getPorts function by @MasterOdin in #146
- Fix adding options.host to defaultHosts list by @MasterOdin in #148
- Add mutator method for basePath by @MasterOdin in #145
New Contributors
Full Changelog: v1.0.32...v1.0.33