Skip to content

Commit d77cbe8

Browse files
committedDec 12, 2021
3.0.0
1 parent 9853d10 commit d77cbe8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
## next
1+
## 3.0.0 (December 12, 2021)
22

33
- Allowed args after and between options
44
- Replaced `chalk` with `ansi-colors`
55
- Package
66
- Changed supported versions of Node.js to `^12.20.0`, `^14.13.0` and `>=15.0.0`
77
- Converted to ESM. CommonJS is supported as well (dual module)
88

9-
## 3.0.0-beta.1
9+
## 3.0.0-beta.1 (February 14, 2020)
1010

1111
- Restored wrongly removed `Command#extend()`
1212
- Changed `Command`'s constructor and `Command#command(method)` to take `usage` only (i.e. `command('name [param]')` instead `command('name', '[param]')`)
@@ -33,7 +33,7 @@
3333
- Added `Option#names()` method
3434
- Removed name validation for subcommands
3535
- Allowed a number for options's short name
36-
- Changed argv parse handlers to [`init()` -> `applyConfig()` -> `prepareContext()`]+ -> `action()`
36+
- Changed `argv` parse handlers to [`init()` `applyConfig()` `prepareContext()`]+ `action()`
3737
- Changed exports
3838
- Added `getCommandHelp()` function
3939
- Added `Params` class

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Roman Dvornov <rdvornov@gmail.com>",
66
"repository": "lahmatiy/clap",
77
"license": "MIT",
8-
"version": "3.0.0-beta.1",
8+
"version": "3.0.0",
99
"keywords": [
1010
"cli",
1111
"command",

0 commit comments

Comments
 (0)
Please sign in to comment.