All Versions
46
Latest Version
Avg Release Cycle
91 days
Latest Release
751 days ago

Changelog History
Page 1

  • v6.1.0 Changes

    April 05, 2022
    • ➕ Added expand_range option
  • v6.0.1 Changes

    January 16, 2022
    • 🛠 Fixed incorrect results (error before 6.0) with includes with Active Record 6.1+
  • v6.0.0 Changes

    January 15, 2022
    • Raise ActiveRecord::UnknownAttributeReference for non-attribute arguments
    • Raise ArgumentError for ranges with string bounds
    • ➕ Added n option for Redshift
    • 🔄 Changed SQL to return dates instead of times for day, week, month, quarter, and year
    • ✂ Removed dates option
    • ⬇️ Dropped support for Ruby < 2.6 and Rails < 5.2
  • v5.2.4 Changes

    December 15, 2021
    • Simplified queries for Active Record 7 and MySQL
  • v5.2.3 Changes

    December 06, 2021
    • 🛠 Fixed error and warnings with Active Record 7
  • v5.2.2 Changes

    February 08, 2021
    • ➕ Added support for nil..nil ranges in range option
  • v5.2.1 Changes

    September 09, 2020
    • 👌 Improved error message for invalid ranges
    • 🛠 Fixed bug with date string ranges
  • v5.2.0 Changes

    September 07, 2020
    • ➕ Added warning for non-attribute argument
    • ➕ Added support for beginless and endless ranges in range option
  • v5.1.0 Changes

    July 30, 2020
    • ➕ Added n option to minute and second for custom durations
  • v5.0.0 Changes

    February 18, 2020
    • ➕ Added support for week_start for SQLite
    • ➕ Added support for full weekday names
    • Made day_start behavior consistent between Active Record and enumerable
    • Made last option extend to end of current period
    • Raise error when day_start and week_start passed to unsupported methods
    • The day_start option no longer applies to shorter periods
    • 🛠 Fixed inconsistent time zone info errors around DST with MySQL and PostgreSQL
    • 👌 Improved performance of format option
    • ✂ Removed deprecated positional arguments for time zone and range
    • 🚀 Dropped support for mysql gem (last release was 2013)