Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 2.44 KB

CHANGELOG.md

File metadata and controls

56 lines (41 loc) · 2.44 KB

Change Log

4.0.1 (2019-11-16)

Full Changelog

  • Use URL instead of url 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)

Full Changelog

  • BREAKING Require Node 8 or later.
  • BREAKING Update commander to v3.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)

Full Changelog

  • 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)

Full Changelog

  • BREAKING Drop support for Node < 6.
  • Update dependency versions.
  • Replace debug dependency with util.debuglog.
  • Improve code style.

v2.0.0 (2017-07-17)

Full Changelog

  • BREAKING No API Changes Require Node v4 or later (as dependencies do).
  • Code style updates.
  • Dependency updates.

v1.0.0 (2017-02-25)

Full Changelog

  • 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