Changelog for
ruby1.8-rubygem-groupdate-doc-3.2.0-1.4.x86_64.rpm :
Tue Jan 31 13:00:00 2017 cooloAATTsuse.com
- updated to version 3.2.0
see installed CHANGELOG.md
[#]# 3.2.0
- Added limited support for SQLite
Sat Oct 29 14:00:00 2016 cooloAATTsuse.com
- updated to version 3.1.1
see installed CHANGELOG.md
[#]# 3.1.1
- Fixed `current: false`
- Fixed `last` with `group_by_quarter`
- Raise `ArgumentError` when `last` option is not supported
Sun Oct 23 14:00:00 2016 cooloAATTsuse.com
- updated to version 3.1.0
see installed CHANGELOG.md
[#]# 3.1.0
- Better support for date columns with `time_zone: false`
- Better date range handling for `range` option
Wed Aug 10 14:00:00 2016 cooloAATTsuse.com
- updated to version 3.0.2
see installed CHANGELOG.md
[#]# 3.0.2
- Fixed `group_by_period` with associations
- Fixed `week_start` option for enumerables
Thu Jul 14 14:00:00 2016 cooloAATTsuse.com
- updated to version 3.0.1
see installed CHANGELOG.md
[#]# 3.0.1
- Added support for Redshift
- Fix for infinite loop in certain cases for Rails 5
Tue May 31 14:00:00 2016 cooloAATTsuse.com
- updated to version 3.0.0
see installed CHANGELOG.md
[#]# 3.0.0
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`.
- 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.
Fri Apr 29 14:00:00 2016 cooloAATTsuse.com
- updated to version 2.5.3
see installed CHANGELOG.md
[#]# 2.5.3
- All tests green with `mysql` gem
- Added support for decimal day start
Wed Mar 16 13:00:00 2016 tampakrapAATTopensuse.org
- Initial commit