Releases: ruby/irb
Releases · ruby/irb
v1.2.5
What's Changed
- Suppress incomplete coding/encoding magic comment error by @aycabta in #106
- Simplify RubyLex.compile_with_errors_suppressed by @aycabta in #108
- handle rescue modifier properly by @no6v in #84
- Fix error when
inspect
is called but not found in inspector by @pocke in #109 - Support one-liner method definition by @aycabta in #111
- Symbol.all_symbols was adopted by Ruby 1.8.0 or later by @aycabta in #114
- Refactor history behaviours by @aycabta in #116
- Directly check if the method is available instead of version by @nobu in #118
- Get rid of loading readline unnecessarily by @nobu in #119
- Prefer require_relative to load the files in this library by @nobu in #117
- Add require 'irb' to test separately by @aycabta in #120
- Yet another unnecessary readline by @nobu in #121
- Workaround a bug of ruby-mode.el by @nobu in #122
- Expand path to run separated test correctly by @aycabta in #123
- Support shortening lambda notation by @aycabta in #125
- Change the way the IRB is invoked as an external process by @aycabta in #126
- Discard newlines at end of file by @aycabta in #128
Full Changelog: v1.2.4...v1.2.5
v1.2.4
What's Changed
yield
outside method definition is a syntax error by @nobu in #81- Detect multiple lines output simplify by @aycabta in #83
- Unnamed groups are not captured when named groups are used by @nobu in #70
- Require jruby lib to get JRuby.compile_ir by @headius in #93
- Add irb_info command by @aycabta in #100
- Use Ruby 2.5.8, 2.6.6, and 2.7.1 in Travis CI by @aycabta in #101
- Fix tests by @nobu in #102
- Restore the default encodings by @nobu in #103
Full Changelog: v1.2.3...v1.2.4
v1.2.3
What's Changed
- Include easter-egg.rb in gemspec by @nicklewis in #79
- fix reserved words and completion for them by @no6v in #78
New Contributors
- @nicklewis made their first contribution in #79
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- Fix typo by @stomar in #53
- Add tests for RubyLex by @BenKanouse in #57
- Fix crashing when multiple braces per line by @BenKanouse in #58
- Added issue template by @hsbt in #63
- Fix compatibility with rails before 5.2 by @larskanis in #65
- Add newline_before_multiline_assignment by @mrkn in #66
- Add a new easter egg: dancing ruby by @mame in #69
- Reformat LICENSE.txt [ci skip] by @nobu in #71
- Exclude useless files from RDoc by @nobu in #72
- Use 0.step instead of (..0).each for Ruby 2.5 by @aycabta in #73
- Check doc namespace correctly by @aycabta in #76
- Fix auto indent with closed brace by @aycabta in #77
New Contributors
- @BenKanouse made their first contribution in #57
- @larskanis made their first contribution in #65
- @mrkn made their first contribution in #66
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0
What's Changed
- Suppress warnings by @pocke in #18
- Ignore history file without saving if permissions cannot be changed by @jeremyevans in #19
- Use JRuby equivalent of RubyVM.compile by @headius in #20
- Dont echo assignment expressions by @onlynone in #12
- Move private call without arguments inside method by @jeremyevans in #23
- Handle binding.irb for frozen objects and BasicObjects using a delegate by @jeremyevans in #24
- Adjusted indents and supplied last commas by @nobu in #26
- Folded files in gemspec by @nobu in #27
- Remove unsused output_method argument by @jeremyevans in #31
- Only untaint line on Ruby <2.7 by @jeremyevans in #30
- Use "yes" command for "gem update --system" by @aycabta in #39
- Use singleline/multiline instead of readline/reidline by @aycabta in #35
- Fix backtrace filter for context-mode 0 by @youz in #33
- Generate history file path correctly when $HOME/.irbrc doesn't exist by @aycabta in #41
New Contributors
Full Changelog: v1.0.0...v1.2.0
v1.1.1
Full Changelog: v1.0.0...v1.1.1
v1.1.0.pre.3
What's Changed
- Ignore history file without saving if permissions cannot be changed by @jeremyevans in #19
- Use JRuby equivalent of RubyVM.compile by @headius in #20
- Dont echo assignment expressions by @onlynone in #12
- Move private call without arguments inside method by @jeremyevans in #23
- Handle binding.irb for frozen objects and BasicObjects using a delegate by @jeremyevans in #24
- Adjusted indents and supplied last commas by @nobu in #26
New Contributors
Full Changelog: v1.1.0.pre.2...v1.1.0.pre.3
v1.1.0.pre.2
v1.1.0.pre.1
Full Changelog: v1.0.0...v1.1.0.pre.1