Skip to content

Latest commit

 

History

History
66 lines (34 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

66 lines (34 loc) · 1.04 KB

Next Release

0.10.0 (12/28/2022)

  • Add STI support, use class_attribute to prevent subclasses affect each other

0.9.1 (12/15/2022)

  • Fix eager group fetch multi definitions

0.9.0 (12/04/2022)

  • Support has_many through belongs_to

0.8.2 (09/22/2022)

  • Add MIT-LICENSE

0.8.1 (10/25/2019)

  • Fix for has_many :through

0.8.0 (10/21/2019)

  • Support has_and_belongs_to_many

0.7.2 (10/10/2019)

  • Simplify association_klass for first_object and last_object

0.7.1 (08/23/2019)

  • Set eager_group_definitions by mattr_accessor

0.7.0 (08/22/2019)

  • Add first_object and last_object aggregation

0.6.1 (03/05/2018)

  • Skip preload when association is empty

0.6.0 (12/15/2018)

  • Support hash as eager_group argument
  • Support rails 5.x

0.5.0 (09/22/2016)

  • Add magic method for one record

0.4.0 (05/18/2016)

  • Support scope arguments

0.3.0 (10/11/2015)

  • Support polymorphic association

0.2.0 (07/11/2015)

  • Add support to has_many :through

0.1.0 (06/29/2015)

  • First release