All Versions
73
Latest Version
Avg Release Cycle
62 days
Latest Release
110 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v0.2.2 Changes
July 11, 2016๐ Bugfixes:
- Use
ActiveSupport.on_load
for better Rails 5 compatibility (see rails/rails#23589)
- Use
-
v0.2.1 Changes
June 15, 2016๐ Improvements:
-
v0.2.0 Changes
April 22, 2016Improvments:
- Major refactor of the code that reduces ActiveRecord method pollution. Documented API is unchanged, but behind the scenes a lot has changed.
- Ability to configure batch size of
counter_culture_fix_size
-
v0.1.34 Changes
October 27, 2015๐ Bugfixes:
- Fixes an issue when using a default scope that adds a join in conjunction with counter_culture
-
v0.1.33 Changes
April 02, 2015๐ Bugfixes:
- Fixes an issue with STI classes and inheritance
-
v0.1.32 Changes
March 16, 2015๐ Improvements:
- Restores compatibility with Rails 3.2 (fixes #100)
-
v0.1.31 Changes
March 07, 2015๐ Bugfixes:
- Avoid issue with has_and_belongs_to_many and transactions by using new after_commit_action version (fixes #88)
-
v0.1.30 Changes
February 10, 2015๐ Bugfixes:
- Correctly use custom relation primary keys (fixes #93)
-
v0.1.29 Changes
December 25, 2014๐ Bugfixes:
- Fix fixing counts with multi-level STI models
-
v0.1.28 Changes
December 07, 2014๐ Bugfixes:
- fixes development and test dependencies