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

Changelog History
Page 2

  • v4.3.0 Changes

    December 26, 2019
    • ๐Ÿ›  Fixed error with empty results in Ruby 2.7
    • ๐Ÿ›  Fixed deprecation warnings in Ruby 2.7
    • ๐Ÿ—„ Deprecated positional arguments for time zone and range
  • v4.2.0 Changes

    October 28, 2019
    • Added day_of_year
    • โฌ‡๏ธ Dropped support for Rails 4.2
  • v4.1.2 Changes

    May 27, 2019
    • ๐Ÿ›  Fixed error with empty data and current: false
    • ๐Ÿ›  Fixed error in time zone check for Rails < 5.2
    • Prevent infinite loop with endless ranges
  • v4.1.1 Changes

    December 11, 2018
    • Made column resolution consistent with group
    • โž• Added support for alias_attribute
  • v4.1.0 Changes

    November 05, 2018
    • ๐ŸŽ Many performance improvements
    • โž• Added check for consistent time zone info
    • ๐Ÿ›  Fixed error message for invalid queries with MySQL and SQLite
    • ๐Ÿ›  Fixed issue with enumerable methods ignoring nils
  • v4.0.2 Changes

    October 15, 2018
    • ๐Ÿ‘‰ Make current option work without last
    • ๐Ÿ›  Fixed default value for maximum, minimum, and average (periods with no results now return nil instead of 0, pass default_value: 0 for previous behavior)
  • v4.0.1 Changes

    May 03, 2018
    • ๐Ÿ›  Fixed incorrect range with last option near time change
  • v4.0.0 Changes

    February 22, 2018
    • Custom calculation methods are supported by default - groupdate_calculation_methods is no longer needed

    ๐Ÿ’ฅ Breaking changes

    • โฌ‡๏ธ Dropped support for Rails < 4.2
    • Invalid options now throw an ArgumentError
    • โšก๏ธ group_by methods return an ActiveRecord::Relation instead of a Groupdate::Series
    • week_start now affects day_of_week
    • โœ‚ Removed support for reverse_order (was never supported in Rails 5)
  • v3.2.1 Changes

    February 22, 2018
    • Added minute_of_hour
    • โž• Added support for unscoped
  • v3.2.0 Changes

    January 31, 2017
    • โž• Added limited support for SQLite