Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 976 Bytes

HISTORY.rdoc

File metadata and controls

24 lines (14 loc) · 976 Bytes

v1.3.1

  • fixed migration template

  • fixed data type returned by the report methods

v1.3

  • 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

v1.2

v1.1

  • 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

prior to v1.1

  • cannot remember, should habe started a history file right from the beginning…