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

deps: bump github.com/chzyer/readline from 0.0.0-20180603132655-2972be24d48e to 1.5.1 #192

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2023

Bumps github.com/chzyer/readline from 0.0.0-20180603132655-2972be24d48e to 1.5.1.

Release notes

Sourced from github.com/chzyer/readline's releases.

add go mod

No release notes provided.

v1.4

  • #60 Support dynamic autocompletion
  • Fix ANSI parser on Windows
  • Fix wrong column width in complete mode on Windows
  • Remove dependent package "golang.org/x/crypto/ssh/terminal"

v1.3

  • #38 add SetChildren for prefix completer interface
  • #42 improve multiple lines compatibility
  • #43 remove sub-package(runes) for gopkg compatiblity
  • #46 Auto complete with space prefixed line
  • #48 support suspend process (ctrl+Z)
  • #49 fix bug that check equals with previous command
  • #53 Fix bug which causes integer divide by zero panicking when input buffer is empty

v1.2

  • Add a demo for checking password strength example/readline-pass-strength, , written by @​sahib
  • #23, support stdin remapping
  • #27, add a UniqueEditLine to Config, which will erase the editing line after user submited it, usually use in IM.
  • Add a demo for multiline example/readline-multiline which can submit one SQL by multiple lines.
  • Supports performs even stdin/stdout is not a tty.
  • Add a new simple apis for single instance, check by here. It need to save history manually if using this api.
  • #28, fixes the history is not working as expected.
  • #33, vim mode now support c, d, x (delete character), r (replace character)

v1.1

  • #12 Add support for key <Delete>/<Home>/<End>
  • Only enter raw mode as needed (calling Readline()), program will receive signal(e.g. Ctrl+C) if not interact with readline.
  • Bugs fixed for PrefixCompleter
  • Press Ctrl+D in empty line will cause io.EOF in error, Press Ctrl+C in anytime will cause ErrInterrupt instead of io.EOF, this will privodes a shell-like user experience.
  • Customable Interrupt/EOF prompt in Config
  • #17 Change atomic package to use 32bit function to let it runnable on arm 32bit devices
  • Provides a new password user experience(readline.ReadPasswordEx()).

first release

First release for gopkg.in/readline.v1

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/chzyer/readline](https://github.com/chzyer/readline) from 0.0.0-20180603132655-2972be24d48e to 1.5.1.
- [Release notes](https://github.com/chzyer/readline/releases)
- [Commits](https://github.com/chzyer/readline/commits/v1.5.1)

---
updated-dependencies:
- dependency-name: github.com/chzyer/readline
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 27, 2023

The following labels could not be found: Go dependencies.

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.

0 participants