Skip to content

v0.3.10

Choose a tag to compare

@github-actions github-actions released this 31 Mar 20:20
239965f

What's Changed

🛠 Other Changes

  • Require EOF when parsing RBS types by @Morriar in #559
  • Optimize formatting and printing performance (~2-3x faster, ~35% fewer allocations) by @paracycle in #564
  • Use Prism parser for Sorbet by @Morriar in #569
  • Fix sig generation for anonymous block params by @Morriar in #568
  • Implement RBS type translation for Class and Literal types by @Morriar in #560
  • Add singleton(X)[Y] type support by @Morriar in #570
  • Treat anonymous method parameters as being compatible with other parameters by @paracycle in #571
  • Bump required_ruby_version from 3.1 to 3.2 by @KaanOzkan in #574

Full Changelog: v0.3.9...v0.3.10