What's Changed
- Update help message for next context-mode of 4 by @jeremyevans in #191
- Do not continue line if last expression is an endless range by @jeremyevans in #195
- Make save-history extension safe for concurrent use by @jeremyevans in #193
- Define "measure" command without forced override by @aycabta in #205
- Add all lib files automatically by @k0kubun in #207
- Don't call Ruby 2.4+'s String#pretty_print by @k0kubun in #208
- Implement pry-like ls command by @k0kubun in #203
- Add whereami command by @k0kubun in #204
- Fix column overflow on ls output by @k0kubun in #209
- Change ripper_lex_without_warning to a class method by @aycabta in #211
- Complete require and require_relative by @aycabta in #212
- Cache completion files to require by @aycabta in #213
- Always add input method when calling Irb.new in tests by @aycabta in #214
- Prevent the completion from crashing if rdoc is missing by @bliof in #215
- Suppress verbose messages in the parallel test by @nobu in #217
- Colorize
__END__
as keyword by @nobu in #216 - SIGINT should raise Interrupt after IRB session by @aycabta in #218
- Add pry-like show_source command by @k0kubun in #219
- process multi-line pastes as a single entity by @ccutrer in #202
- Evaluate each toplevel statement by @aycabta in #220
New Contributors
Full Changelog: v1.3.4...v1.3.5