-
Notifications
You must be signed in to change notification settings - Fork 157
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: console-rs/dialoguer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: console-rs/dialoguer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.8.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 14 files changed
- 3 contributors
Commits on Nov 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fe41c31 - Browse repository at this point
Copy the full SHA fe41c31View commit details -
Merge pull request #94 from mitsuhiko/remove-travis
Move more to github ci
Configuration menu - View commit details
-
Copy full SHA for 8cebf52 - Browse repository at this point
Copy the full SHA 8cebf52View commit details
Commits on Nov 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2df3a70 - Browse repository at this point
Copy the full SHA 2df3a70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b5722d - Browse repository at this point
Copy the full SHA 2b5722dView commit details
Commits on Nov 16, 2020
-
Allow FnMut for validate (#96)
* Allow FnMut for validate This allows mutable closures for validation, allowing stateful validators. This breaks BC. Input::interact*() now take &mut self instead of &self. However, this shall not break most usres, since (I think) users usually use Input in chained syntax or call one of the &mut methods (like with_prompt) separately, which would require a `let mut` anyway. * Added example case with stateful validator * Updated CHANGELOG.md * Revert version bump
Configuration menu - View commit details
-
Copy full SHA for af66480 - Browse repository at this point
Copy the full SHA af66480View commit details
Commits on Dec 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7ea6275 - Browse repository at this point
Copy the full SHA 7ea6275View commit details
Commits on Jan 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3dd93bb - Browse repository at this point
Copy the full SHA 3dd93bbView commit details -
Merge pull request #102 from spenserblack/typo-fix
Fix typo: ereased -> erased
Configuration menu - View commit details
-
Copy full SHA for a76fb72 - Browse repository at this point
Copy the full SHA a76fb72View commit details
Commits on Jan 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0250090 - Browse repository at this point
Copy the full SHA 0250090View commit details
Commits on Feb 2, 2021
-
Allow confirm with no choice (#101)
* Add interact_opt Confirm example * Execute private _interact_on fn Makes `Confirm::interact_on` call private fn `Confirm::_interact_on`, which will allow for optionally allowing the user to quit. * Read key instead of char Allows handling of escape key * Change return type to Result<Option<bool>> Changes the return type of `Confirm::_interact_on`, and handles the rendered answer when it is `None`. * Handle quitting Confirm in private fn * Add optional interactions for Confirm Allows the user to answer neither "yes" nor "no" * Make exit clear confirm when waiting for newline * Display cancel instead of n/a * Set example confirm default to yes Sets the default value to "yes" for the optional confirm that waits for a newline, to simplify viewing behavior of a "quit" input when waiting for newline. Per discussion in #101 * Only set None value to default if quit forbidden Prevents the value of confirm prompt from being converted to the default value when no value selected *only if* returning a None value is allowed. * Show no selected value when it is None Removes the "cancel" output from an optional confirm. Per discussion in #101
Configuration menu - View commit details
-
Copy full SHA for 64f5f9c - Browse repository at this point
Copy the full SHA 64f5f9cView commit details
Commits on Mar 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2c3fe6b - Browse repository at this point
Copy the full SHA 2c3fe6bView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.7.1...0.8.0