Skip to content

v0.24.0

Compare
Choose a tag to compare
@kddnewton kddnewton released this 15 Feb 20:50
· 890 commits to main since this release
20b0602

Added

  • More support for Prism::Translation::Ripper is added.
  • Support multiple versions for Prism::Translation::Parser.
  • Improved memory usage in the FFI backend.
  • Very large speed and memory improvements for creating the Ruby AST.

Changed

  • Fix location for empty symbol in hash key.
  • Fix parsing a rescue modifier on the value of an assignment when the LHS is a method call with arguments and no parentheses.