Skip to content

Latest commit

 

History

History
98 lines (76 loc) · 7.86 KB

CHANGELOG.md

File metadata and controls

98 lines (76 loc) · 7.86 KB

Change Log

upcoming 2023/12/24

  • #63 Support Rails 7.1 (@khiav223577)
  • #62 Skip the step of publishing code coverage for the PR from forked repos (@khiav223577)

v2.3.4 2023/07/30

  • #61 Deal with the parameter handling which was changed in Rails 7.0.6 (@khiav223577)
  • #59 Refactor: use gem to setup autoload paths in tests (@khiav223577)
  • #58 Support Ruby 3.1 and Rails 7.0 (@khiav223577)

v2.3.3 2022/01/12

  • #57 Fix: delegate method error with mongoid 7.3.3 (@khiav223577)
  • #55 Support Ruby 3.0 (@khiav223577)

v2.3.2 2021/06/10

  • #54 Fix: ActiveRecord::ImmutableRelation II (@khiav223577)

v2.3.1 2021/06/10

  • #53 Fix: ActiveRecord::ImmutableRelation (@khiav223577)

v2.3.0 2021/06/10

  • #52 Support globalize gem (@khiav223577)
  • #51 Fix: broken test cases caused by mimemagic (@khiav223577)
  • #50 Migrating from Travis CI to GitHub Actions (@khiav223577)
  • #49 Fix: test files should not be included in coverage (@khiav223577)

v2.2.1 2020/12/29

  • #48 fix Rails 6.1 map! deprecation warning (@klausbadelt)

v2.1.0 2020/10/19

  • #47 Use instantiate method to initialize model without calling callbacks (@khiav223577)
  • #45 Support Ruby 2.7 (@khiav223577)
  • #44 Move require from begin..rescue block for better debug message (@khiav223577)
  • #43 Use rails_compatibility to get attribute_types for better compatibility (@khiav223577)
  • #41 Support Rails 6.0 (@khiav223577)

v2.0.4 2019/04/04

  • #40 Fix: inconsistent with pluck when having select on relation (@khiav223577)
  • #39 Fix: undefined local variable or method construct_relation_for_association_calculations in Rails 5.2.2.1 (@MasashiYokota)
  • #36 Fix: broken test cases after bundler 2.0 was released (@khiav223577)
  • #35 refactor #test_pluck_with_includes (@khiav223577)
  • #34 Provide Arel support as well (@snkashis)
  • #33 Fix gemfile path in bin/setup (@snkashis)
  • #32 Move patches into separate files (@khiav223577)

v2.0.3 2018/07/19

  • #30 Fix: includes + pluck_all results in strange output (@khiav223577)

v2.0.2 2018/06/29

  • #28 Fix test cases and the result format may be wrong when plucking multiple columns with nil value may (@khiav223577)
  • #27 [Feature] Mongoid Hooks And Tests Separation (@berniechiu)
  • #26 [FIX] Wrong Module Skipped (@berniechiu)

v2.0.1 2018/05/27

  • #25 Fix that project without mongoid will raise LoadError (@khiav223577)

v2.0.0 2018/05/27

  • #24 Support Mongoid! (@khiav223577)
  • #23 Refactoring Coding Style (@khiav223577)
  • #22 test Rails 5.2 (@khiav223577)
  • #21 should test both 5.0.x and 5.1.x (@khiav223577)
  • #20 test pluck_all in rails 5.1.x (@khiav223577)
  • #19 add test cases to test join with table name and alias (@khiav223577)

v1.2.4 2017/04/11

  • #17 supports carrierwave 1.0.0 (@khiav223577)

v1.2.3 2017/04/03

  • #14 use mass assign to assign values (@khiav223577)
  • #16 Checking if Class has CarrierWave loaded (@basex)
  • #15 Restrict dependency to activerecord (@basex)

v1.2.2 2017/03/14

  • #13 Model.none.pluck_all(..) should return empty array instead of raising exception (@khiav223577)
  • #12 test other ruby version (@khiav223577)

v1.2.1 2017/01/24

  • #11 always return carrierwave uploader if possible (@khiav223577)
  • #10 change pluck_all return value of carrierwave column (@khiav223577)

v1.2.0 2017/01/24

  • #5 Support casting CarrierWave url (@khiav223577)
  • #9 need ActiveRecord version not Rails version (@khiav223577)
  • #8 Upgrade rake version in development (@khiav223577)

v1.1.2 2017/01/06

  • #7 fix pluck_all with join (@khiav223577)

v1.1.1 2017/01/01

  • #4 add code climate (@khiav223577)

v1.1.0 2016/12/21

  • #3 Feature/pluck array (@khiav223577)

v1.0.1 2016/12/20

  • #2 test with multiple rails version (@khiav223577)
  • #1 add basic test cases (@khiav223577)