Update commander 4.6.0 → 5.0.0 (major) #360
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ commander (4.6.0 → 5.0.0) · Repo · Changelog
Release Notes
5.0.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 6 commits:
Version 5.0.0
Merge pull request #102 from belousovAV/bump-highline
Increase ruby version to match highline requirements
Update highline
Merge pull request #101 from pusewicz/patch-1
Exclude test files
Release Notes
3.0.1 (from changelog)
3.0.0 (from changelog)
2.1.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 73 commits:
Release 3.0.1
Merge pull request #268 from zvkemp/no-abbrev
remove unused abbrev dependency
Merge pull request #265 from JEG2/3_0_0_final
Update README.md
Bump version up to 3.0.0
Update Changelog.md
Change last mentions of Readline
Skip some Reline tests to be done later
Remove readline from test_highline
Add Reline::VERSION to acceptance test debug info
Change readline for reline on tests
Move readline tests to a separate file
Add reline as development dependency
Add Ruby 3.3 to ci.yml
Don't show prompt twice when readline
Use question for readline's prompt
Extract statement rendering for generating prompts
Merge pull request #264 from mathieujobin/patch-1
Add abbrev gem as dependency
Merge pull request #263 from JEG2/release_3_0_0_pre_1
Remove unsupported rubies from ci.yml
Update changelog
Bump up version to 3.0.0.pre.1
Raise Ruby version requirement to 3.0
Merge pull request #262 from kbrock/silent_tty
Do not call stty on non-tty
Use existing save_stty functionality
Merge pull request #260 from abinoam/issue_43
Add tests for Ctrl-U (erase line) handling
Fix #43 - Handle erase line correctly (CTRL-U)
Merge pull request #259 from abinoam/issue_236
Add test for raise interrupt with ctrl-c
Update IOConsoleCompatible#getch to io/console signature
Handle interrupts directly at io/console
Handle Ctrl-C when Question#echo = false (raw_no_echo_mode)
Merge pull request #258 from abinoam/issue_246
Update Changelog.md
Add custom parser / custom validation example
Update Question#validate inline documentation
Document custom class validation in Readme
Add test for the new validation class feature
Add dry-types dependency
Enable using a validator class for validation
Merge pull request #257 from abinoam/issue_233
Update Changelog.md
Document the new Question#default_hint_show
Add test for issue #233
Merge pull request #256 from abinoam/issue_249
Disentangle check_range step
Check_range even if it's not being converted
Add test for issue #249
Merge pull request #255 from abinoam/release_2_1_0
Remove AppVeyor badge and file
Remove Travis badge and add GitHub Actions badge
Update Changelog.md
Bump up version to 2.1.0
Bump up required ruby version
Merge pull request #254 from abinoam/experiment_with_github_actions
Remove platform restriction for simplecov
Temporarily remove pronto-poper because of incompatibility
Add MacOS and Windows to the test matrix
Runs GH Actions from an OS matrix
Add more Ruby versions to GitHub Actions matrix
Merge pull request #253 from petergoldstein/feature/add_ruby_3_2_to_ci
Remove pronto-poper dependency
Adds Ruby 3.2 to the CI matrix. Also update checkout action version.
Remove Ruby 2.0, since rugged no longer builds with it
Remove .travis.yml
Make test task specific, add a few more rubies
Set up CI on GitHub Actions
Merge pull request #250 from bdunne/executable_files
These files have no shebang and should not be executable
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands