@boost/cli
Advanced tools
Comparing version 2.8.0 to 2.8.1
@@ -6,2 +6,18 @@ # Change Log | ||
### 2.8.1 - 2020-12-14 | ||
#### 🐞 Fixes | ||
- Display default value alongside choices. ([c05edbe](https://github.com/milesj/boost/commit/c05edbe)) | ||
- Dont include default label in choices list. ([909e3a3](https://github.com/milesj/boost/commit/909e3a3)) | ||
- Fix command option prototype pollution when using decorators. ([d20a94b](https://github.com/milesj/boost/commit/d20a94b)) | ||
- Fix missing default values for help menu. ([5043306](https://github.com/milesj/boost/commit/5043306)) | ||
- Move global options to a separate file for reference checks. ([cec8ed9](https://github.com/milesj/boost/commit/cec8ed9)) | ||
**Note:** Version bump only for package @boost/cli | ||
## 2.8.0 - 2020-12-07 | ||
@@ -8,0 +24,0 @@ |
@@ -55,3 +55,5 @@ /// <reference types="node" /> | ||
} | ||
export declare type CommandStaticConfig = Required<CommandConfig>; | ||
export interface CommandStaticConfig extends Required<CommandConfig> { | ||
hasRegisteredOptions?: boolean; | ||
} | ||
export interface CommandMetadata extends CommandStaticConfig { | ||
@@ -58,0 +60,0 @@ commands: { |
{ | ||
"name": "@boost/cli", | ||
"version": "2.8.0", | ||
"version": "2.8.1", | ||
"release": "1594765247526", | ||
@@ -49,3 +49,3 @@ "description": "An interactive command line program builder, powered by React and Ink.", | ||
}, | ||
"gitHead": "8d659dcc081c84c25ba62fec46b42d8936c97f4a" | ||
"gitHead": "12b25a19a5565bbe4e091bdeed7b4c526e8c8a32" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
180003
163
3467