v0.6.2
What's Changed
✨ Enhancements
- Support Ruby 3.1 by @paracycle in #679
- Improve RequiresCompiler performance by @brasic in #682
- RequiresCompiler: handle ruby source files with alternate encodings by @brasic in #681
- Improve generic type variable tracking by @paracycle in #701
- Add configuration validation by @paracycle in #709
- Allow extended/included T::Props* to be present in .rbi by @CraigChilds94 in #705
🐛 Bug Fixes
- Fix and improve method parameter sanitization by @paracycle in #689
- Ignore interpolated strings in RequiresCompiler by @brasic in #683
- Make generic AR column types
T.untyped
by @paracycle in #712
🛠 Other Changes
- Filter out Sorbet modules and modules that would be mixed in by other modules from dynamic extends by @paracycle in #713
New Contributors
- @brasic made their first contribution in #682
- @ghiculescu made their first contribution in #695
- @CraigChilds94 made their first contribution in #705
Full Changelog: v0.6.1...v0.6.2