All Versions
46
Latest Version
Avg Release Cycle
91 days
Latest Release
360 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v3.1.1 Changes
October 26, 2016- ๐ Fixed
current: false
- Fixed
last
withgroup_by_quarter
- ๐ Raise
ArgumentError
whenlast
option is not supported
- ๐ Fixed
-
v3.1.0 Changes
October 22, 2016- ๐ Better support for date columns with
time_zone: false
- ๐ Better date range handling for
range
option
- ๐ Better support for date columns with
-
v3.0.2 Changes
August 09, 2016- Fixed
group_by_period
with associations - ๐ Fixed
week_start
option for enumerables
- Fixed
-
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. Usedates: false
for the previous behavior, or change this globally withGroupdate.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
- โ
All tests green with
-
v2.5.2 Changes
February 16, 2016- โ Added
dates
option to return dates for day, week, month, quarter, and year
- โ Added
-
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
- Added
-
v2.5.0 Changes
September 29, 2015- Added
group_by_period
method - โ Added
current
option - Raise
ArgumentError
if no block given to enumerable
- Added
-
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