v0.2.3
What's Changed
π Bug Fixes
- Handle
final
in RBS translation by @Morriar in #390 - Handle incompatible overrides in RBS translation by @Morriar in #391
- Fix RBS translation of shape string keys by @Morriar in #392
- Handle spaces in types during RBS translation by @Morriar in #393
- Fix RBS translation of non-block type in block position by @Morriar in #394
- Do not print type parameters as
TYPE_
when translating to RBS by @Morriar in #396 - Properly handle
T.class_of
andT::Class
in RBS translation by @Morriar in #395 - Protect nilable procs with parenthesis when translating to RBS by @Morriar in #397
- Fix RBS translation of attr_writer signatures by @Morriar in #399
π Other Changes
- Remove dead attr_writer
sort_nodes=
by @shopify-codedb in #322
Full Changelog: v0.2.2...v0.2.3