What's Changed
✨ Enhancements
🐛 Bug Fixes
- Fix kill pager pid throwing Errno::ESRCH when pager process already terminated by @tompng in #989
- Colorize command input by @tompng in #983
- Fix easter_egg run without RDoc, fix input-method test run without RDoc by @tompng in #998
- Remove KEYWORD_ALIASES which handled special alias name of irb_break irb_catch and irb_next command by @tompng in #1004
- Use InstructionSequence#script_lines to get method source by @tompng in #1005
- Fix debug command in nomultiline mode by @tompng in #1006
📚 Documentation
- Update COMPARED_WITH_PRY.md by @alessandro-fazzi in #984
🛠 Other Changes
- Group class methods under
class << self
by @st0012 in #981 - Clear ENV["XDG_CONFIG_HOME"] to avoid loading user-defined irbrc in test by @tompng in #982
- Remove Ruby version checks by @RicardoTrindade in #985
- Move parse_command method to Context by @st0012 in #993
- Make colorize test pass with NO_COLOR env set by @tompng in #994
- Surpressing 'unknown command: “Switch to inspect mode.”' message by @hsbt in #995
- Skip show_doc tests if RDoc is not available by @hsbt in #997
- Specify commit hash of yamatanooroti by @tompng in #1000
- Use proper locale in history encoding test by @tompng in #1008
- Bump version to v1.14.1 by @st0012 in #1009
New Contributors
- @RicardoTrindade made their first contribution in #985
- @alessandro-fazzi made their first contribution in #984
Full Changelog: v1.14.0...v1.14.1