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::DefaultFormattersetting tomax_snippet_widthfor clarity by @karreiro in #52 - Suppress smaller
max_snippet_widthwarning by @nobu in #53 - Fix method definition owners by @nobu in #55
- use
instance_methodto get method object by @mame in #56
New Contributors
- @m-nakamura145 made their first contribution in #40
- @kddnewton made their first contribution in #41
- @HParker made their first contribution in #49
- @luke-gru made their first contribution in #48
- @tompng made their first contribution in #50
- @karreiro made their first contribution in #51
- @nobu made their first contribution in #53
Full Changelog: v0.6.0...v0.7.0