Releases: ruby/error_highlight
Releases · ruby/error_highlight
v0.7.0
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
v0.6.0
v0.5.1
v0.5.0
What's Changed
- Support nodes in
spotby @eileencodes in #26
New Contributors
- @eileencodes made their first contribution in #26
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Fix type error on empty backtrace locations by @cboos in #18
- Add Ruby 3.1 to the CI list by @mame in #19
- Make it more robust against a spoofed filename by @mame in #12
- Added dependabot.yml for actions by @hsbt in #21
- Bump actions/checkout from 2 to 3 by @dependabot[bot] in #22
- Use Exception#detailed_message instead of overriding #message by @mame in #24
- Make ErrorHighlight.spot accept Exception by @mame in #25
New Contributors
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Modify a typo by @ttanimichi in #1
- Keep it work if paren exists after receiver by @pocke in #2
- Fix typo in README by @andyw8 in #13
- Fix a typo by @koic in #14
New Contributors
- @ttanimichi made their first contribution in #1
- @pocke made their first contribution in #2
- @andyw8 made their first contribution in #13
- @koic made their first contribution in #14
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Full Changelog: https://github.com/ruby/error_highlight/commits/v0.2.0