Skip to content

v1.10.0

Compare
Choose a tag to compare
@st0012 st0012 released this 03 Dec 17:08
· 226 commits to master since this release
4acc9b8

What's Changed

✨ Enhancements

🐛 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

Full Changelog: v1.9.1...v1.10.0