Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 2.35 KB

CHANGELOG.md

File metadata and controls

32 lines (23 loc) · 2.35 KB

Change Log

v1.0.8 2019/08/12

  • #17 Fix: missing distinct_value if using left_joins after distinct (@khiav223577)
  • #16 Fix: #timestamps was called without specifying an option for null (@khiav223577)
  • #15 Remove deprecated codeclimate-test-reporter gem and update travis config (@khiav223577)

v1.0.7 2019/07/03

  • #14 Fix: AR ~4.2 counter_cache broken in 1.0.6 (@khiav223577)

v1.0.6 2019/06/22

  • #12 Fix: update with left joins (@khiav223577)

v1.0.5 2019/04/11

  • #9 left_joins_values should not be nil (@khiav223577)
  • #10 Lock sqlite3 version to 1.3 (@khiav223577)
  • #8 Fix: broken test cases after bundler 2.0 was released (@khiav223577)

v1.0.4 2018/07/18

  • #7 Fix: eager_load is broken (@khiav223577)

v1.0.3 2018/06/30

  • #5 Fix: JoinDependency#make_constraints is not defined in Rails 4.0 (@khiav223577)

v1.0.2 2018/01/12

  • #3 fix missing left joins when using in association condition (@khiav223577)

v1.0.1 2017/12/25

  • #2 Fix count which would sometimes force a DISTINCT (@khiav223577)

v1.0.0 2017/12/25

  • #1 implement left joins (@khiav223577)