-
Notifications
You must be signed in to change notification settings - Fork 35
/
History.txt
111 lines (61 loc) · 2.22 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
=== 3.0.3 / 2013-10-08
* 1 unknown:
* Escape suite and testcase name. (statianzo) #12
=== 3.0.2 / 2013-08-19
* 4 unknowns:
* Fix --ci-dir option.
* Fix --ci-dir option.
* Merge pull request #11 from zcrowell/patch-1
* Trying to specify TESTOPTS="--ci-dir=foo" results in OptionParser::NeedlessArgument because --ci-dir is missing a mandatory argument.
=== 3.0.1 / 2013-07-12
* 1 unknown:
* Fix Ci class after changes to Reporter. (ferrous26) #9
=== 3.0.0 / 2013-07-03
* 1 major enhancement:
* Retool to support minitest 5.
* 1 bug fix:
* Use inspect to correctly escape test/class names. (eentzel) Fixes #8
* 5 unknowns:
* Add autotest plugin.
* Add notes to autotest plugin.
* Update readme to reflect changes.
* Use Isolate file.
* Use error label.
=== 2.4.0 / 2012-11-10
This release let's people use either 3.x or 4.x as 4.x doesn't break the
needed api
* 1 unknown:
* Broaden minitest dependency (millgmi #7)
=== 2.3.1 / 2012-11-10
* 1 bug fix:
* Fix generate_suite to report number of errors correctly (millgmi). fix #7
=== 2.3.0 / 2012-07-19
* 1 minor enhancement:
* Adds zentest as devdep. Forces gem of minitest
* 4 unknowns:
* Adds hoe-version.
* CGI.escape suite name in generated filename. Fixes #5.
* Edited to remove second require of cgi.
* I was seeing the wrong version of minitest being loaded in rake multi.
=== 2.2.0 / 2012-05-10
This release was created separate from 2.1.0 incase people don't want to upgrade to 3.0 (why?)
* 1 minor enhancement
* Bumps minitest dep to latest version.
* 1 unknowns:
* Updates .gitignore for pkg dir.
=== 2.1.0 / 2012-05-10
* 1 minor enhancement
* Adds ability to disable cleaning report dir. #2
* 1 bug fix
* Uses M::Unit::after_tests instead of M::Unit#status to trigger finish method. Fixes #3
* 6 unknowns:
* @report_dir doesn't need to be initialized here because I do it a few lines later.
* Changes clean switch to positive accessor. #2
* Cleans up init variables. Removes runner reset. Appeases warning.
* Removes cruft
=== 2.0.0 / 2012-04-15
* 1 major enhancement
* Updates to use #record method from newer MiniTest. Removes copied code, yay!
=== 1.0.0 / 2011-09-23
* 1 major enhancement
* Birthday!