All Versions
22
Latest Version
Avg Release Cycle
74 days
Latest Release
1022 days ago

Changelog History
Page 1

  • v1.2.0 Changes

    June 10, 2021
    • ๐Ÿ‘ #50 Support globalize gem (@khiav223577)
  • v1.1.7 Changes

    April 10, 2021
    • #48 Fix: joins incorrect table when doing inverse lookup for HABTM associations with custom name (@khiav223577)
    • #45 Do not publish code coverage for PRs from forks (@moon-moon-husky)
  • v1.1.6 Changes

    February 09, 2021
    • #43 Fix has_and_belongs_to_many issues when it does not specify "through" table (@khiav223577)
    • ๐Ÿ‘ท #42 Migrating from Travis CI to GitHub Actions (@khiav223577)
  • v1.1.5 Changes

    January 10, 2021
    • ๐Ÿš… #39 Compatibility with Rails 6.1.1 (@klausbadelt)
    • โœ… #40 Exclude tests from coverage (@klausbadelt)
  • v1.1.4 Changes

    January 13, 2020
    • โ†ช #36 A workaround to fix mismatched association named. (@khiav223577)
    • ๐Ÿ’Ž #35 Support Ruby 2.7 (@khiav223577)
  • v1.1.3 Changes

    December 17, 2019
    • ๐Ÿ‘ #34 Support for plucking directly on a has_one through association (@khiav223577)
  • v1.1.2 Changes

    September 25, 2019
    • ๐Ÿšš #32 Remove unneeded PreloadedModel (@khiav223577)
    • ๐Ÿš… #31 Support Rails 6.0 (@khiav223577)
    • ๐Ÿ”’ #30 Lock sqlite3 version to 1.3.x (@khiav223577)
    • ๐Ÿš€ #28 Fix: broken test cases after bundler 2.0 was released (@khiav223577)
    • โšก๏ธ #27 Remove deprecated codeclimate-test-reporter gem and update travis config (@khiav223577)
  • v1.1.1 Changes

    July 08, 2018
    • #26 Fix: id may disappear when plucking at model instance (@khiav223577)
    • ๐Ÿ”จ #25 Refactor - move models definition to separate files (@khiav223577)
    • โœ… #24 test Rails 5.2 (@khiav223577)
    • โœ… #23 It should test both 5.0.x and 5.1.x (@khiav223577)
    • #22 #deep_pluck at active model without plucking deeply will cause ArgumentError (@khiav223577)
    • โœจ #20 [ENHANCE] Eliminate Extra Select Loop in Hash Lookup (@berniechiu)
  • v1.1.0 Changes

    February 15, 2018
    • ๐Ÿ‘ #19 Support deep_pluck at active model (@khiav223577)
    • #18 Add rubocop and Improve code quality (@khiav223577)
  • v1.0.3 Changes

    June 30, 2017
    • โœ… #15 test deep_pluck in rails 5.1.x (@khiav223577)
    • #14 Handle polymorphic associations correctly. (@Bogadon)