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

Changelog History
Page 3

  • v3.1.1 Changes

    October 26, 2016
    • ๐Ÿ›  Fixed current: false
    • Fixed last with group_by_quarter
    • ๐Ÿ‘ Raise ArgumentError when last option is not supported
  • v3.1.0 Changes

    October 22, 2016
    • ๐Ÿ‘ Better support for date columns with time_zone: false
    • ๐Ÿ‘ Better date range handling for range option
  • v3.0.2 Changes

    August 09, 2016
    • Fixed group_by_period with associations
    • ๐Ÿ›  Fixed week_start option for enumerables
  • v3.0.1 Changes

    July 13, 2016
    • โž• Added support for Redshift
    • ๐Ÿ›  Fix for infinite loop in certain cases for Rails 5
  • v3.0.0 Changes

    May 30, 2016

    ๐Ÿ’ฅ Breaking changes

    • โšก๏ธ Date objects are now returned for day, week, month, quarter, and year by default. Use dates: false for the previous behavior, or change this globally with Groupdate.dates = false.
    • 0๏ธโƒฃ Array and hash methods no longer return the entire series by default. Use series: true for the previous behavior.
    • The series: false option now returns the correct types and order, and plays nicely with other options.
  • v2.5.3 Changes

    April 28, 2016
    • โœ… All tests green with mysql gem
    • โž• Added support for decimal day start
  • v2.5.2 Changes

    February 16, 2016
    • โž• Added dates option to return dates for day, week, month, quarter, and year
  • v2.5.1 Changes

    February 03, 2016
    • Added group_by_quarter
    • โž• Added default_value option
    • Accept symbol for format option
    • Raise ArgumentError if no field specified
    • โž• Added support for ActiveRecord 5 beta
  • v2.5.0 Changes

    September 29, 2015
    • Added group_by_period method
    • โž• Added current option
    • Raise ArgumentError if no block given to enumerable
  • v2.4.0 Changes

    December 28, 2014
    • โž• Added localization
    • โž• Added carry_forward option
    • โž• Added series: false option for arrays and hashes
    • ๐Ÿ›  Fixed issue w/ Brasilia Summer Time
    • ๐Ÿ›  Fixed issues w/ ActiveRecord 4.2