Skip to content

v1.8.2

Compare
Choose a tag to compare
@st0012 st0012 released this 12 Oct 21:37
· 187 commits to master since this release

What's Changed

✨ Enhancements

πŸ› Bug Fixes

  • Handle Concurrent Sessions and Saving Readline::HISTORY by @chadrschroeder in #651
  • Avoid locking the debug UI to a single thread by @st0012 in #725
  • Fix require path completion disturbing string method completion by @tompng in #726

πŸ›  Other Changes

  • Mention irb_debug alternative in the docs by @janko in #710
  • Test should not depend on user's irbrc file by @tompng in #714
  • Test should not depend on user's irbrc file specified by ENV['IRBRC'] by @tompng in #717
  • Bump actions/checkout from 4.0.0 to 4.1.0 by @dependabot in #721
  • Disable pager in show-source test by @tompng in #720
  • Fix Reline's test failure running with make test-all TESTS='reline irb' by @tompng in #722
  • Clear all context usages in RubyLex by @st0012 in #684
  • Rename current completor to RegexpCompletor and refactored for future extension by @tompng in #707
  • Fix calling exit if irb_context is nil by @k0kubun in #727
  • Decouple RubyLex from prompt and line_no by @tompng in #701
  • Fix test runner exit bug by @tompng in #728

New Contributors

Full Changelog: v1.8.1...v1.8.2