Skip to content

Latest commit

 

History

History
128 lines (73 loc) · 5.68 KB

CHANGELOG.md

File metadata and controls

128 lines (73 loc) · 5.68 KB

Change log

master

2.1.0 (2024-03-02)

  • [PR #71] Support lazy preloading of instance-dependent associations for Rails 7 and above (@tatsuyafw)

2.0.0 Rails Free 👋 🛤️ (2023-03-10)

1.1.2 (2022-12-05)

  • [PR #64] Create context after find_by/find_by! when auto_preload is on (@DmitryTsepelev)

1.1.1 (2022-12-01 🤦‍♂️)

1.1.0 (2022-12-01)

  • [PR #61] Initialize lazy context for newly created records when auto_preload is on (@DmitryTsepelev)

1.0.0 (2021-12-29 🎄🎅)

  • [PR #55] Rails 7 support; removed some old Rails from CI, removed not supported Ruby versions (@DmitryTsepelev)

0.7.0 (2021-10-21)

  • [PR #53] Avoid preloading associations with instance dependent scopes (@vala)

0.6.2 (2021-05-18)

0.6.1 (2021-03-04)

0.6.0 (2020-11-18)

0.5.2 (2020-09-17)

  • [PR #39] Fix error when trying to preload non-existent association on STI model (@konalegi)

0.5.1 (2020-08-28)

  • [PR #38] Fix error when association relation spawned from relation with preload_associations_lazily called (@PikachuEXE)

0.5.0 (2020-08-27)

0.4.0 (2020-08-24)

  • [PR #36] Feature preload_associations_lazily, allow turn on automatic preload only for given ActiveRecord::Relation ([@mpospelov][])

0.3.2 (2020-07-21)

0.3.1 (2020-07-10)

0.3.0 (2020-05-08)

  • [PR #29] Fix N+1 problem for collection_ids (aka collection_singular_ids) (@zeitnot)

0.2.7 (2020-05-05)

  • [PR #28] Improve compatibility with ActiveRecord API for singular associations (@sandersiim)

0.2.6 (2018-12-04)

0.2.5 (2018-11-29)

0.2.4 (2018-11-21)

  • [PR #14] Fix deep association preloading when specified via array of hash (@PikachuEXE)

0.2.3 (2018-11-20)

  • [PR #13] Fix association loading when specified in hash inside array (@PikachuEXE)

0.2.2 (2018-11-15)

0.2.0 (2018-09-18)

0.1.1 (2018-08-08)

  • [PR #1] Cleanup code, fix initiating child context for preload associations (@DmitryTsepelev)

0.1.0 (2018-08-01)