This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
0.7.0
- Drop
fetch_typed
andrequire_typed
in favor ofTypedParams
- Drop
IntegerString
andBooleanString
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).