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

0.7.0

Compare
Choose a tag to compare
@hdoan741 hdoan741 released this 26 May 16:55
· 132 commits to master since this release
a7d759b
  • Drop fetch_typed and require_typed in favor of TypedParams
  • Drop IntegerString and BooleanString due to unnecessary performance cost.
  • Fix GeneratedUrlHelpers work with _path method out of the box
  • Add an RBI file for typed_enum.

Note: There are some incompatible changes in this release. It's recommended to remove all references of the removed APIs in your code and in generated RBI before upgrading. For generated RBI (ie hidden-definitions.rbi), you can also regenerate the RBI to remove reference to removed constants.

Note: typed_enum signature will conflict with a generated signature in hidden-definitions/hidden.rbi. You can either remove the one in hidden.rbi manually or regenerate it running srb rbi hidden-definitions (slow).