Skip to content

Releases: rspockframework/ast-transform

v2.1.0

21 Feb 19:52
f85163a

Choose a tag to compare

Add support for Ruby 4.x

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

21 Feb 17:45

Choose a tag to compare

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