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

Changelog History
Page 4

  • v2.3.0 Changes

    August 31, 2014
    • 0๏ธโƒฃ Raise error when ActiveRecord::Base.default_timezone is not :utc
    • Added day_of_month
    • Added month_of_year
    • Do not quote column name
  • v2.2.1 Changes

    June 23, 2014
    • ๐Ÿ›  Fixed ActiveRecord 3 associations
  • v2.2.0 Changes

    June 22, 2014
    • โž• Added support for arrays and hashes
  • v2.1.1 Changes

    May 17, 2014
    • ๐Ÿ›  Fixed format option with multiple groups
    • ๐Ÿ‘ Better error message if time zone support is missing for MySQL
  • v2.1.0 Changes

    March 16, 2014
    • โž• Added last option
    • โž• Added format option
  • v2.0.4 Changes

    March 12, 2014
    • โž• Added multiple groups
    • โž• Added order
    • Subsequent methods no longer modify relation
  • v2.0.3 Changes

    March 11, 2014
    • Implemented respond_to?
  • v2.0.2 Changes

    March 11, 2014
    • where, joins, and includes no longer need to be before the group_by method
  • v2.0.1 Changes

    March 07, 2014
    • ๐Ÿ‘‰ Use time zone instead of UTC for results
  • v2.0.0 Changes

    March 07, 2014
    • 0๏ธโƒฃ Returns entire series by default
    • โž• Added day_start option
    • ๐Ÿ‘ Better interface