Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

0.5.4

Compare
Choose a tag to compare
@hdoan741 hdoan741 released this 10 Sep 23:34
· 268 commits to master since this release
2e503a1
  • We now generate rbi for mailers, with rake rails_rbi:mailers. See https://github.com/chanzuckerberg/sorbet-rails#mailers
  • Make belongs_to relation non-nilable by default on Rails 5.0+. Thanks to Will Pride @wpride
  • Support enum prefix & suffix on Rails 5.0+. Thanks to David Buchan-Swanson @deecewan
  • Support enum with non-integer value. Thanks to David Buchan-Swanson
  • Check if enum method names are valid before adding. Thanks to Will Pride
  • Add ActiveStorage attachment methods on Rails 6.0. Thanks to Connor Shea @connorshea
  • Add configuration option for including extra helpers as part of helpers.rbi. Thanks to Alex Ghiculescu @ghiculescu

Thanks everyone for your wonderful contributions!