Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 522 Bytes

CHANGELOG.md

File metadata and controls

28 lines (14 loc) · 522 Bytes

Changelog

v3.2.1 (2023-12-14)

Fixed

  • Not proper assigning polymorphic value with has_many and has_one reflection.

Added

  • Added .idea/ folder to .gitignore

v3.2.2 (2023-12-21)

Fixed

  • Fixed polymorphic_foreign_association_extension.rb to be compatible with other reflection than has_many and has_one.

v3.3.0 (2024-10-29)

Changed

  • Upgrade rails support version to be compatible with 7.2

Removed

  • Remove unsupported rails versions(5.0, 5.2, 6.0) and ruby version(2.7)