Commander.js: v4.0.0 prerelease available

Created on 1 Oct 2019  路  6Comments  路  Source: tj/commander.js

Release Notes here: https://github.com/tj/commander.js/releases/tag/v4.0.0-0

You can try the prerelease with:

npm install commander@next

or from the github branch if you prefer:

npm install tj/commander.js#develop

Open an issue or add a comment here for any problems you encounter.

All 6 comments

Added .requiredOption to prerelease: https://github.com/tj/commander.js/releases/tag/v4.0.0-1

What about async await support for actions?

@qoomon
No async changes in 4.0.0. The open issue you can subscribe to is #806 (for updates and discussion)

@abetomo
Shall we release this weekend? I'll get develop into good state ready for release, which will be mostly just consolidating the release notes.

@shadowspawn Release on the weekend!

Published v4.0.0, and removed next tag.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mwittig picture mwittig  路  4Comments

RoXioTD picture RoXioTD  路  4Comments

DeoLeung picture DeoLeung  路  4Comments

mtrabelsi picture mtrabelsi  路  3Comments

mathiasbynens picture mathiasbynens  路  3Comments