4.0.1 (2019-11-16)
- Use
URL
instead ofurl
for URL parsing. - Improve handling explicit transport in foreign URL.
- Update
chalk
to^3.0.0
. - Update
commander
to^4.0.0
.
4.0.0 (2019-08-09)
- BREAKING Require Node 8 or later.
- BREAKING Update
commander
tov3.0.0
, which changed short option parsing. Short options with optional arguments followed by an adjacent character are now interpreted as an adjacent argument instead of an adjacent option (e.g.-wx
is interpreted as-w x
instead of-w -x
). See tj/commander.js#599 for details.
v3.0.1 (2018-08-12)
- Update travis-ci to the latest version #50
- Update pify to the latest version #49
- Update promised-read to the latest version #47
v3.0.0 (2018-06-29)
- BREAKING Drop support for Node < 6.
- Update dependency versions.
- Replace
debug
dependency withutil.debuglog
. - Improve code style.
v2.0.0 (2017-07-17)
- BREAKING No API Changes Require Node v4 or later (as dependencies do).
- Code style updates.
- Dependency updates.
v1.0.0 (2017-02-25)
- No API Changes Bump to 1.0 is declaration of stability rather than an indication of changes.
- Code style updates.
- Add AppVeyor CI.
- Dependency updates.
v0.1.0 (2016-04-02)
* This Change Log was automatically generated by github_changelog_generator