-
fixed migration template
-
fixed data type returned by the report methods
-
Fixed another bug where two report runs with different :end_date values would lead to invalid data
-
Entries in the report cache entry are no longer identified by the :limit the report was run with (YOU WILL HAVE TO RECREATE YOUR CACHE TABLE!)
-
rewrote the data retrieval and processing code, it’s now much more compact and less complicated with fewer cache misses
-
FIXED: duplicate key error when using custom time zones (thanks to myronmarston (github.com/myronmarston))
-
new :end_date option: if specified, only data for the reporting periods for (end date - (limit - 1)) until (end date) will be included in the result set (thanks to myronmarston (github.com/myronmarston) for the great work)
-
added rcov report and spec report
-
cannot remember, should habe started a history file right from the beginning…