All Versions
73
Latest Version
Avg Release Cycle
62 days
Latest Release
557 days ago

Changelog History
Page 2

  • v2.6.0 Changes

    July 29, 2020

    ๐Ÿ‘Œ Improvements:

    • Use []= method instead of attribute writer method internally to avoid conflicts with read-only attributes (#287)
    • More detailed logging when performing reconciliation (#288)
  • v2.5.1 Changes

    May 18, 2020

    ๐Ÿ›  Bugfixes:

    • Fix migration generation in Rails 6+ (#281)
  • v2.5.0 Changes

    May 12, 2020

    ๐Ÿ›  Bugfixes:

    • Fix counter_culture_fix_counts with Rails 4.2

    ๐Ÿ”„ Changes:

    • Dropped support for Ruby 2.3 and 2.4
  • v2.4.0 Changes

    May 09, 2020

    ๐Ÿ‘Œ Improvements:

    • Allow specifying start and finish options to counter_culture_fix_counts (#279)
  • v2.3.0 Changes

    January 28, 2020

    ๐Ÿ‘Œ Improvements:

    • Allow using scopes in column_names (#272)
  • v2.2.4 Changes

    August 21, 2019

    ๐Ÿ›  Bugfixes:

    • Test and fix behavior in Rails 6.0.0 release (#268)
  • v2.2.3 Changes

    June 20, 2019

    ๐Ÿ‘Œ Improvements:

    • Start testing against MySQL and PostgreSQL as well as sqlite3 (#257)

    ๐Ÿ›  Bugfixes:

    • Fix edge cases in MySQL (#257)
  • v2.2.2 Changes

    May 05, 2019

    ๐Ÿ›  Bugfixes:

    • Don't fail reconciliation in PostgreSQL if the Rails-level primary key is not a DB primary key (#254)
  • v2.2.1 Changes

    April 17, 2019

    ๐Ÿ‘Œ Improvements:

    • Improve logging when verbose is set (#256)
  • v2.2.0 Changes

    April 09, 2019

    ๐Ÿ‘Œ Improvements:

    • Add where option to counter_culture_fix_counts (#250)
    • Add verbose option to counter_culture_fix_counts (#251)

    ๐Ÿ”„ Changes:

    • Dropped support for Ruby 2.2
    • Dropped support for Rails 3.2, 4.0 and 4.1