Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 661 Bytes

File metadata and controls

36 lines (19 loc) · 661 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)

v3.4.0 (2024-XX-XX)

Added

  • Add Rails 8.0 compatibility (requires Ruby 3.2+)

Removed

  • Remove unsupported rails versions 6.x