v0.12.0
What's Changed
- Do not prematurely load
ActiveRecord::Base
by @fatkodima (#131) - Fixed memoization issue causing n+1 issue (#111)
- Added optional: true to reader's belongs_to [Fixes #120] by @k-rudy (#121)
- Added 'null: false' option for timestamp fields in migration generator by @Mifrill (#123)
- CI: Migrate to GitHub Actions (#126)
- CI: Test against Rails 7 (#128)
- Drop support for older Rails (< 6) and Ruby (< 2.7)
New Contributors
- @k-rudy made their first contribution in #121
- @Mifrill made their first contribution in #123
- @Taher-Ghaleb made their first contribution in #124
Full Changelog: v0.11.0...v0.12.0