Skip to content

v0.13.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 01:00
· 6 commits to main since this release
223ec10

What's Changed

Added

  • Support highlight on class variable, instance variable, and global variable by @r7kamura in #85
  • Support local variable on highlight by @r7kamura in #86

Fixed

  • Fix highlight bug on modifier if, unless, while, and until by @r7kamura in #84
  • Fix highlight about sibling search order by @r7kamura in #87
  • Fix highlight bug on complex assignment pattern by @r7kamura in #88
  • Fix bug around sibling calculation (Node equality bug) by @r7kamura in #89
  • Fix highlight on kwarg by @r7kamura in #91
  • Support shadowing on highlight by @r7kamura in #90
  • Fix highlight about ivar, cvar, and gvar by @r7kamura in #92
  • Fix error when empty content is passed to formatting handler by @r7kamura in #94

Others

  • Use more consistent name on Node family API by @r7kamura in #93
  • Remove rubygems_mfa_required to automate release flow by @r7kamura in #96
  • Change version to 0.13.0 by @github-actions in #97

Full Changelog: v0.12.0...v0.13.0