Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next #177

Closed
wants to merge 9 commits into from
Closed

Next #177

wants to merge 9 commits into from

Conversation

mattallty
Copy link
Owner

No description provided.

BREAKING CHANGE: Caporal v2 is not backward compatible with 1.x.

Caporal v2 is a full rewrite with Typescript which brings a lot of
features and fixes to v1.
Repository owner deleted a comment from github-actions bot May 12, 2020
@github-actions
Copy link

Code coverage

Filename Statements Branches Functions Lines
src/command/index.ts 97.89% 92.31% 96.77% 97.89%
src/command/validate-call.ts 100% 100% 100% 100%
src/argument/validate.ts 100% 100% 100% 100%
src/error/index.ts 100% 100% 100% 100%
src/error/action.ts 100% 100% 100% 100%
src/error/base.ts 100% 100% 100% 100%
src/error/fatal.ts 100% 100% 100% 100%
src/logger/index.ts 98% 100% 85.71% 98%
src/error/invalid-validator.ts 100% 100% 100% 100%
src/error/missing-argument.ts 100% 100% 100% 100%
src/error/missing-flag.ts 100% 100% 100% 100%
src/error/multi-validation.ts 100% 100% 100% 100%
src/utils/colorize.ts 100% 100% 100% 100%
src/error/no-action.ts 100% 100% 100% 100%
src/error/flag-syntax.ts 100% 100% 100% 100%
src/error/unknown-option.ts 100% 100% 100% 100%
src/option/utils.ts 100% 100% 100% 100%
src/types.ts 100% 100% 100% 100%
src/option/index.ts 97.56% 100% 90% 97.53%
src/validator/utils.ts 100% 100% 100% 100%
src/help/index.ts 100% 100% 100% 100%
src/help/utils.ts 100% 96% 100% 100%
src/help/templates/index.ts 100% 100% 100% 100%
src/help/templates/command.ts 100% 100% 100% 100%
src/help/templates/header.ts 100% 100% 100% 100%
src/help/templates/program.ts 100% 100% 100% 100%
src/help/templates/usage.ts 100% 100% 100% 100%
src/help/templates/custom.ts 100% 100% 100% 100%
src/autocomplete/index.ts 83.13% 72.22% 82.61% 84.42%
src/parser/index.ts 100% 100% 100% 100%
src/command/find.ts 100% 100% 100% 100%
src/command/import.ts 100% 100% 100% 100%
src/utils/suggest.ts 100% 100% 100% 100%
src/utils/levenshtein.ts 100% 100% 100% 100%
src/error/unknown-command.ts 100% 100% 100% 100%
src/error/validation.ts 100% 100% 100% 100%
src/error/too-many-arguments.ts 100% 100% 100% 100%
src/validator/validate.ts 100% 100% 100% 100%
src/validator/regexp.ts 100% 100% 100% 100%
src/validator/array.ts 100% 100% 100% 100%
src/validator/function.ts 100% 100% 100% 100%
src/validator/caporal.ts 100% 100% 100% 100%
src/argument/find.ts 100% 100% 100% 100%
src/option/validate.ts 100% 100% 100% 100%
src/option/find.ts 100% 100% 100% 100%
src/argument/index.ts 100% 100% 100% 100%
src/argument/synopsis.ts 100% 100% 100% 100%
src/option/mapping.ts 100% 100% 100% 100%
src/config/index.ts 66.67% 100% 60% 66.67%
src/index.ts 100% 100% 100% 100%
src/program/index.ts 93.5% 88.64% 94.74% 94.26%
src/command/scan.ts 100% 100% 100% 100%
src/utils/fs.ts 100% 100% 100% 100%
src/utils/version.ts 100% 100% 100% 100%

# [2.0.0](v1.4.0...v2.0.0) (2020-05-12)

### Features

* Caporal v2 a5705e9

### BREAKING CHANGES

* Caporal v2 is not backward compatible with 1.x.

Caporal v2 is a full rewrite with Typescript which brings a lot of
features and fixes to v1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants