New
v1.7.0
Added
- Support
4.1as a version option. - Add
equal_loctoCallNode. - Add
len()/is_empty()toConstantListandNodeListin the Rust API.
Changed
- Rename version
3.5to version4.0. - Fix compiling the gem from source on Windows.
- Fix parsing of unary method calls like
42.~@. - Reject
def f a, (b) = 1. - Reject endless method as a block parameter default.
- Reject variable capture in alternative pattern.
- Many fixes in regards to memory safety, found through fuzzing.
- Many fixes to better handle invalid syntax, also found through fuzzing.
- Fix the ruby version used by the
rippertranslator. - Fix
ruby_parsertranslation comment processing.