v1.10.0
What's Changed
✨ Enhancements
- Hint debugger command in
irb:rdbg
session by @st0012 in #768 - Support disabling pager by @st0012 in #783
- Display aliases in help message by @st0012 in #788
- adding the -s flag to show_source by @paulreece in #770
- Split TypeCompletion to a gem by @tompng in #772
- Page evaluation result's output by @st0012 in #784
- Implement
history
command by @garyhtou in #761
🐛 Bug Fixes
- Rescue Exception, ignore warning in completion doc_namespace by @tompng in #777
- Handle handle_exception's exception by @tompng in #780
- Fix exception(backtrace=nil) prints nothing by @tompng in #782
- Rescue errors from main.to_s/inspect when formatting prompt by @hanazuki in #791
- Change show_source tests into integration tests by @st0012 in #793
- Scrub past history input before split by @hogelog in #795
🛠 Other Changes
- Fix failure of more command with -R option by @hogelog in #781
- Fix flaky test case test_autocomplete_with_multiple_doc_namespaces by @hogelog in #786
- Make rake test run all tests under
test/irb/
directory by @st0012 in #794 - Only install debug with CRuby by @st0012 in #796
- Update Pry comparison doc's entries about history and pager support by @st0012 in #797
- Disable pager in eval_history test by @tompng in #799
- Bump version to v1.10.0 by @st0012 in #798
New Contributors
- @hogelog made their first contribution in #781
- @hanazuki made their first contribution in #791
- @paulreece made their first contribution in #770
- @garyhtou made their first contribution in #761
Full Changelog: v1.9.1...v1.10.0