travis-status

An implementation of the status subcommand of The Travis Client in Node.js, with a few extra features.

MIT License

Downloads
132
Stars
3
Committers
4

Bot releases are visible (Hide)

travis-status - Latest Release

Published by kevinoid almost 5 years ago

  • 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.
travis-status -

Published by kevinoid about 5 years ago

  • 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.
travis-status -

Published by kevinoid about 6 years ago

  • Update travis-ci to the latest version #50
  • Update pify to the latest version #49
  • Update promised-read to the latest version #47
travis-status -

Published by kevinoid over 6 years ago

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

Published by kevinoid over 7 years ago

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

Published by kevinoid over 7 years ago

  • 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.
travis-status -

Published by kevinoid over 7 years ago

  • Initial Release