v0.6.0
Note: there was a small issue initially publishing this release on RubyGems. The .gemspec
was updated in c3408d2.
What's Changed
- Added: handle
T.class_of
and unknown types by @datbth in #56 - Added: support
T::Types::FixedArray
by @datbth in #57 - Added:
coerce_empty_to_nil
config for string conversion by @leifg in #65 - Fixed: keep unsupported union values as-is by @datbth in #53
- Fixed: document support of union types by @donaldong in #54
- Fixed: explicitly pass hashes instead of keyword arguments in tests by @leifg in #64
- Dev: migrate from Travis CI to GitHub Actions, update codecov, regenerate RBIs by @mattxwang in #62
- Dev: reruns
bundle exec srb rbi hidden-definitions
, resolves typecheck by @mattxwang in #66
New Contributors
- @datbth made their first contribution in #53
- @mattxwang made their first contribution in #62
- @leifg made their first contribution in #64
Full Changelog: v0.5.0...v0.6.0