- [PR #79] Set min Rails version to 7.0 (@DmitryTsepelev)
- [PR #71] Support lazy preloading of instance-dependent associations for Rails 7 and above (@tatsuyafw)
- [PR #52] Remove Rails direct dependency (@taylorthurlow)
- [PR #64] Deprecate old Ruby and Rails versions (@DmitryTsepelev)
- [PR #64] Create context after
find_by
/find_by!
whenauto_preload
is on (@DmitryTsepelev)
- [PR #63] Pass arguments to
.reload
(@DmitryTsepelev)
- [PR #61] Initialize lazy context for newly created records when
auto_preload
is on (@DmitryTsepelev)
- [PR #55] Rails 7 support; removed some old Rails from CI, removed not supported Ruby versions (@DmitryTsepelev)
- [PR #50] Issue-49 fix - add prefix to owner attribute (@RuslanKhabibullin)
- [PR #45] Removed Rails 4 support (@DmitryTsepelev)
- [PR #38] Fix error when association relation spawned from relation with preload_associations_lazily called (@PikachuEXE)
- [PR #25] Ruby 2.7 support (@DmitryTsepelev)
- [PR #36] Feature preload_associations_lazily, allow turn on automatic preload only for given ActiveRecord::Relation ([@mpospelov][])
- [PR #33] Feature skip_preload, allow turn automatic preload off (@OuYangJinTing)
- [PR #33] Don't do merge if there is nothing to merge (@Earendil95)
- [PR #28] Improve compatibility with ActiveRecord API for singular associations (@sandersiim)
- [PR #20] Cleanup context and active record patches (@DmitryTsepelev)
- [PR #17] Cleanup and simplify code (@DmitryTsepelev)
- [PR #16] Improve benchmark & performance (@PikachuEXE)
- [PR #15] Fix performance issue with benchmark (@PikachuEXE)
- [PR #14] Fix deep association preloading when specified via array of hash (@PikachuEXE)
- [PR #13] Fix association loading when specified in hash inside array (@PikachuEXE)
- [PR #9] Fix crash in CollectionProxy (@PikachuEXE)
- [PR #10] Test against edge rails version (@DmitryTsepelev)
- [PR #7] Test against main rails versions (@PikachuEXE)
- [PR #3] Automatic preloading support (@DmitryTsepelev)
- [PR #2] Add RubyGems and CultOfMartians badges (@palkan)
- [PR #1] Cleanup code, fix initiating child context for preload associations (@DmitryTsepelev)
- Initial version. (@DmitryTsepelev)