v1.7.0
What's Changed
✨ Enhancements
- Handle RBS annotations on attribute signatures by @Morriar in #729
- Translate RBS multiline comments back to Sorbet sigs by @Morriar in #736
- Add RBI <> RBS translation of class helpers and generics by @Morriar in #733
- Translate
T.castandT.mustinto RBS comments by @Morriar in #714
🛠 Other Changes
- Pin GitHub Actions to commit by @rxbchen in #731
- Fix a few RBS sig mismatchs by @Morriar in #730
- Use
Source::Rewriterfor RBS sigs and assertions translation. by @Morriar in #734 - Add callback conditions to
deadcodeto catch symbolic references to live methods inif:andunless:statements by @corsonknowles in #738 - Provide a better way to extract RBS comments from source by @Morriar in #740
New Contributors
- @rxbchen made their first contribution in #731
- @corsonknowles made their first contribution in #738
Full Changelog: v1.6.3...v1.7.0