All Versions
12
Latest Version
Avg Release Cycle
45 days
Latest Release
1676 days ago

Changelog History
Page 1

  • v2.1.7 Changes

    September 24, 2019
    • #50 Support Rails 6.0 (@khiav223577)
    • #49 Lock sqlite3 version to 1.3.x (@khiav223577)
  • v2.1.6 Changes

    January 20, 2019
    • #48 Support has_and_belongs_to_many && has_many through (@khiav223577)
    • #47 Fix: broken test cases after bundler 2.0 was released (@khiav223577)
    • #46 fix typo in README (@Fatmylin)
  • v2.1.5 Changes

    August 03, 2018
    • #44 should fire an extra query if the attribute used to clean cache is not selected (@khiav223577)
    • #45 lazily add global callbacks to ActiveRecord::Base (@khiav223577)
    • #43 Improve the structure of README. (@cybersol795)
  • v2.1.4 Changes

    June 14, 2018
    • #41 Fix: binding problem (@khiav223577)
    • #40 [Refactor] Solve warnings (@khiav223577)
  • v2.1.3 Changes

    June 07, 2018
    • #38 Fix: Eager-loaded models will not register after_commit callback (@khiav223577)
  • v2.1.2 Changes

    June 01, 2018
    • #37 Fix: ModelName cant be referred to in development (@khiav223577)
  • v2.1.1 Changes

    May 25, 2018
    • #35 Preventing registering same callbacks in some cases (@khiav223577)
    • #34 Enhance - automatically clean cache when #touch (@ff2248)
    • #33 [Enhance] Code Climate Gem Deprecation (@berniechiu)
  • v2.1.0 Changes

    May 18, 2018
    • #32 Add test cases to test "store all data in hash" (@khiav223577)
    • #31 Change the syntax of getting self from cache (@khiav223577)
    • #29 test assigning association (@khiav223577)
  • v2.0.3 Changes

    May 14, 2018
    • #28 No need to dump all association caches (@khiav223577)
  • v2.0.2 Changes

    May 14, 2018
    • #27 [Fix] will send query even if has one association is cached (@khiav223577)