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

Bump github.com/chzyer/readline from 0.0.0-20180603132655-2972be24d48e to 1.5.1 #78

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 24, 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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants