Releases: ruby/reline
Releases · ruby/reline
v0.0.6
What's Changed
- Suppress
stty
error on Apple Terminal by @nobu in #69 - Prefer dedecated assertions by @nobu in #68
- Add support and keys in Ubuntu 18.04 by @osyo-manga in #72
- Change argument
Proc
to#call
defined object by @osyo-manga in #73
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- Fix verbose warning being emitted by @jeremyevans in #62
- Only taint on Ruby <2.7 by @jeremyevans in #61
- Reline#readline and Reline#readmultiline to private. by @osyo-manga in #67
- Fix to failed CI. by @osyo-manga in #71
Full Changelog: v0.0.4...v0.0.5
v0.0.4
v0.0.3
What's Changed
- Add irb test in CI. by @osyo-manga in #53
- Use IO#getch to read one char in raw mode by @nobu in #54
- Undefine DSUSP key by @nobu in #57
- Fix history navigation in vi_insert mode by @acammack-r7 in #55
- Get rid of
IO.select
to fix multiline paste by @nobu in #58
New Contributors
- @acammack-r7 made their first contribution in #55
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- Fix failed CI by @osyo-manga in #42
- Use host_os from RbConfig to detect host OS. by @headius in #44
- Fix encoding list by @osyo-manga in #41
- Use test/reline instead of test dir by @aycabta in #45
- Add TravisCI status in README by @osyo-manga in #43
- Don't crash when deleting at the end of the line by @XrXr in #46
- [WIP] Add CI on Github Actions. by @osyo-manga in #47
- Add GitHub Actions for Windows and MacOS by @osyo-manga in #48
- Refactoring Reline core by @osyo-manga in #40
- Add download test readline in GitHub Actions by @osyo-manga in #49
- Add donwload readline test files in Windows. by @osyo-manga in #50
- Add CI in Ruby 2.5 and 2.6 with Ubuntu. by @osyo-manga in #51
New Contributors
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- appveyor.yml - correct case in paths by @MSP-Greg in #6
- Add RubyCore test/readline to CI test by @osyo-manga in #35
- Add to
class Reline::History
and test. by @osyo-manga in #36 - Remove unused method by @osyo-manga in #37
- Fix to test tools download path in CI by @osyo-manga in #39
- fix issue with 'SIGINT' handling in LineEditor#reset by @luke-gru in #34
New Contributors
Full Changelog: v0.0.0...v0.0.1
v0.0.0
What's Changed
- Add key stroke. by @osyo-manga in #1
- [WIP] Add support cursor keys. by @osyo-manga in #2
- Update homepage url in gemspec by @purintai in #3
New Contributors
Full Changelog: https://github.com/ruby/reline/commits/v0.0.0