Skip to content

v0.6.0

Compare
Choose a tag to compare
@mattxwang mattxwang released this 22 Jul 20:04
402257c

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

Full Changelog: v0.5.0...v0.6.0