Releases: salsify/goldiloader
Releases · salsify/goldiloader
v5.3.1
- Fix issue 157 which caused an
ArgumentError
when invoking ActiveRecord::Associations::Association#find_target
in Rails edge. Thanks kyrofa (5b225867)
v4.2.1
- Backport from 5.2.2: Auto include associations when the through association has already been loaded. See 145 for details. Thanks viktorianer and @Flixt (10e5c74a)
v5.2.2
- Fix issue 140 - Defer referencing ActiveRecord classes until it's been initialized to ensure the
Rails.application.config.filter_parameters
setting is applied properly. Thanks GuillouuH (8586648b)
v5.2.1
- Auto include associations when the through association has already been loaded. See 138 for details. Thanks @Flixt (72da3e03)
v5.1.0
- Add support for custom preloads to automatically eager loading non-Active Record association data. See 129 for details. Thanks @apauly (8198cdcc)
v5.0.0
- Drop support for Ruby < 3.0 and Rails < 6.1. (1c9239e4)
v4.2.0
- Add support for Rails 7.0 and Ruby 3.1.