Skip to content

v0.7.0

Latest

Choose a tag to compare

@hsbt hsbt released this 29 Oct 00:57
· 17 commits to master since this release

What's Changed

  • Use ruby/actions workflow for ruby versions by @m-nakamura145 in #40
  • [Feature #16495] Do not include a backtick in error messages and backtraces by @hsbt in #42
  • Rescue runtime error for prism by @kddnewton in #41
  • Load "did_you_mean" explicitly in test by @mame in #43
  • Support for the prism compiler by @kddnewton in #44
  • Trim trailing spaces in base.rb by @kddnewton in #45
  • Forward-port ruby-core changes with Prism by @hsbt in #46
  • Prism added node_id and Node#breadth_first_search in the 1.0 release.… by @HParker in #49
  • Fix error with prism when method given no arguments by @luke-gru in #48
  • Fix tests for ruby 3.4 new hash inspect style by @tompng in #50
  • Handle very long lines by @karreiro in #51
  • Rename the ErrorHighlight::DefaultFormatter setting to max_snippet_width for clarity by @karreiro in #52
  • Suppress smaller max_snippet_width warning by @nobu in #53
  • Fix method definition owners by @nobu in #55
  • use instance_method to get method object by @mame in #56

New Contributors

Full Changelog: v0.6.0...v0.7.0