Skip to content

Releases: ruby/irb

v1.2.5

17 Nov 08:09
Compare
Choose a tag to compare

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

17 Nov 08:09
Compare
Choose a tag to compare

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

17 Nov 08:09
Compare
Choose a tag to compare

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

Full Changelog: v1.2.2...v1.2.3

v1.2.2

17 Nov 08:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

17 Nov 08:09
Compare
Choose a tag to compare

What's Changed

  • Restore environment variables by @nobu in #45
  • Fix auto-indent for 1.times do by @mame in #51

Full Changelog: v1.2.0...v1.2.1

v1.2.0

17 Nov 08:09
Compare
Choose a tag to compare

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

17 Nov 08:09
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.1.1

v1.1.0.pre.3

17 Nov 08:09
Compare
Choose a tag to compare

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

17 Nov 08:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0.pre.1...v1.1.0.pre.2

v1.1.0.pre.1

17 Nov 08:09
Compare
Choose a tag to compare