What's Changed
✨ Enhancements
- Add
ri
as an alias to theshow_doc
command by @st0012 in #1054 - Add
copy
command by @Prajjwal in #1044 - Show a quick preview of inspect result before pager launch by @tompng in #1040
🐛 Bug Fixes
- Fix broken
history
command with-g
by @sanfrecce-osaka in #1057 - Gracefully handle incorrect command aliases by @st0012 in #1059
- Print more actionable message when the exception may be an IRB bug by @st0012 in #1061
IRB.conf[:SAVE_HISTORY]
should handle boolean values by @st0012 in #1062- Colorize backref token bold green like global variables by @tompng in #1065
📚 Documentation
- Restructure IRB's documentation by @st0012 in #1053
- Use the documentation site as the source of truth by @st0012 in #1055
- Extract contributing guideline into a CONTRIBUTING.md by @st0012 in #1056
- [DOC] Remove unnecessary escape from completor class names by @st0012 in #1063
- [DOC] Update documentation about the new copy command by @st0012 in #1067
- [DOC] Exclude the word
IRB
from RDoc's autolinking by @st0012 in #1068
🛠 Other Changes
- Simplify vterm-yamatanooroti's steps by @st0012 in #1060
- Drop ColorPrinter's workaround for BasicObject by @st0012 in #1051
- Group private methods together in
IRB::Context
by @st0012 in #1064 - Bump version to v1.15.0 by @st0012 in #1066
New Contributors
- @sanfrecce-osaka made their first contribution in #1057
- @Prajjwal made their first contribution in #1044
Full Changelog: v1.14.3...v1.15.0