Files
30-seconds-of-code/node_modules/detect-port/HISTORY.md
2019-08-20 15:52:05 +02:00

67 lines
2.3 KiB
Markdown

1.3.0 / 2018-11-20
==================
**features**
* [[`a00357a`](http://github.com/node-modules/detect-port/commit/a00357aea32c4f011b7240641cb8da2dfc97b491)] - feat: support detect port with custom hostname (#35) (Ender Lee <<34906299+chnliquan@users.noreply.github.com>>)
**others**
* [[`671094f`](http://github.com/node-modules/detect-port/commit/671094f3a3660a29a0920d78e39d17f8dead0b7a)] - update readme (xudafeng <<xudafeng@126.com>>)
* [[`285e59b`](http://github.com/node-modules/detect-port/commit/285e59b0464d670c886007ff5052892393d57314)] - chore: add files to package.json (fengmk2 <<fengmk2@gmail.com>>)
1.2.3 / 2018-05-16
==================
**fixes**
* [[`64777f8`](http://github.com/node-modules/detect-port/commit/64777f85cc519c9c4c2c84c23d2afed6a916f3c4)] - fix: ignore EADDRNOTAVAIL error when listen localhost (#33) (Haoliang Gao <<sakura9515@gmail.com>>)
* [[`398bc4f`](http://github.com/node-modules/detect-port/commit/398bc4f65f4d61ddfdc9bf7721118ea1a3bb6289)] - fix: handle 0.0.0.0:port binding (#26) (fengmk2 <<fengmk2@gmail.com>>)
**others**
* [[`aedf44f`](http://github.com/node-modules/detect-port/commit/aedf44fc3f949de9ec187bdc8ee4d8daf84d6c2b)] - doc: tweak description (xudafeng <<xudafeng@126.com>>)
* [[`b7ff76f`](http://github.com/node-modules/detect-port/commit/b7ff76f24db3d8d9123cbf396b9032b05a6b7146)] - update FAQ & contributor (xudafeng <<xudafeng@126.com>>)
* [[`4a9e127`](http://github.com/node-modules/detect-port/commit/4a9e127b6d01bd45d9b689bd931d878aa9b5d397)] - cli tweak to verbose (#25) (xdf <<xudafeng@126.com>>),
1.1.3 / 2017-05-24
==================
* fix: should ignore getaddrinfo ENOTFOUND error (#22)
1.1.2 / 2017-05-11
==================
* fix: should double check 0.0.0.0 and localhost (#20)
* docs: ignore type of port when checking if it's occupied (#18)
# 1.1.1 / 2017-03-17
* fix: try to use next available port (#16)
# 1.1.0 / 2016-01-17
* Use server listen to detect port
# 1.0.7 / 2016-12-11
* Early return for rejected promise
* Prevent promsie swallow in callback
# 1.0.6 / 2016-11-29
* Bump version for new Repo
# 0.1.4 / 2015-08-24
* Support promise
# 0.1.2 / 2014-05-31
* Fix commander
# 0.1.1 / 2014-05-30
* Add command line support
# 0.1.0 / 2014-05-29
* Initial release