Skip to content

v2.0.0

Choose a tag to compare

@JPDuchesne JPDuchesne released this 21 Feb 17:45

Breaking Changes

  • Minimum Ruby version is now 3.2 (dropped Ruby 2.x support)

Changes

  • Update parser (>= 3.0) and unparser (>= 0.6) for Ruby 3.x compatibility
  • Fix begin node unwrapping to avoid unnecessary parenthesization with unparser 0.8.x
  • Replace Travis CI with GitHub Actions CI + automated release via Trusted Publishing
  • Replace Coveralls with Codecov
  • Add edge-case tests for begin node unwrapping and constant assignment support