-
Notifications
You must be signed in to change notification settings - Fork 5
/
History.txt
63 lines (48 loc) · 1.28 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
== 0.7.0 2012-09-05
* Improve look with Twitter bootstrap
* Move graph to flot
* Fix additional row loading in Chrome
== 0.6.5 2012-02-20
* Interal restructure, code clean up
== 0.6.4 2011-10-06
* remove HAML, SASS requirement
* fix broken steps on 1.9.2
* fix errors with < 10 items for a statistic
== 0.6.3 2011-08-16
* update dependant gems, be less restrictive on versions
* adjust statistics interface to improve metric_fu integration
== 0.6.2 2011-06-26
* Only show top 10 items on page load
== 0.6.1 2011-06-23
* fix issue with Ruby 1.9.2
* update jQuery
== 0.6.0 2011-6-6
* Graph for overall statistics
== 0.5.0 2011-5-17
* Use gherkin gem to parse features
* Added empty step detection
* Added unused step count to summary
* Added quiet option
== 0.4.0 2011-3-29
* Better HTML output
* Structured like other gems
* Maintainability improvements
* Better test coverage
== 0.3.3 2011-03-05
* Better HTML output
== 0.3.2 - 2011-02-27
* Bugfix in option parsing
* Bugfix for missing constants
== 0.3.1 - 2011-02-26
* Fix broken include [Robert Postill]
== 0.3.0 - 2011-02-26
* Added text report
* Bug fix for missing constants
== 0.2.1 - 2011-02-19
* Proper option parsing
== 0.2 - 2011-02-14
* Added some specs
* Improved output
* Updated usage message
== 0.1 - 2011-01-16
* Initial release