Releases: ledermann/unread
Releases · ledermann/unread
v0.14.0
v0.13.1
v0.13.0
- Add support for Rails 7.1 and Ruby 3.2
- Remove support for Rails 6.0 and Ruby 2.7
Full Changelog: v0.12.0...v0.13.0
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
v0.11.0
v0.10.1
v0.10.0
- mark_collection_as_read: Reduced number of transactions (#94, thanks to @fatkodima)
- GarbageCollector: Reduced memory usage (#96, thanks to @fatkodima)
- mark_as_read: Any collection allowed (#93, thanks to @koriroys )
- Tested against Ruby 2.5.0 and Rails 5.2
- Dropped support for Rails 3
- Dropped support for Ruby 2.0 and 2.1