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

0.6.3

Compare
Choose a tag to compare
@hdoan741 hdoan741 released this 28 Apr 20:46
· 149 commits to master since this release
df6c525
  • Generate ActiveRecord::Relation type methods dynamically and and many methods to AssociationRelation & 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 and IntegerString in favor of TypedParams. They are slated to removal in v0.7. For alternatives, see the warning or see #318