This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
0.6.3
- Generate
ActiveRecord::Relation
type methods dynamically and and many methods toAssociationRelation
&AssociationCollectionProxy
. Massive thanks to Jeff Carbonella @jeffcarbs - Improve the handling of
HABTM
associations. Thanks to Jonathan Schatz @modosc - Generate collection ids retrieval method. Thanks to Alex Ghiculescu @ghiculescu
- Use percent-string in
TypedEnum
to avoid issue with strings containing quotes. Thanks to Kevin Miller @Gasparila - Improve typing of attributes with Array type (Postgres). Thanks to Kevin Miller @Gasparila
- Add deprecation warning for
fetch_typed
,require_typed
,BooleanString
andIntegerString
in favor ofTypedParams
. They are slated to removal in v0.7. For alternatives, see the warning or see #318