This repository has been archived by the owner on Nov 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
/
ChangeLog
120 lines (82 loc) · 2.93 KB
/
ChangeLog
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
111
112
113
114
115
116
117
118
119
120
2018-12-17 version 1.4.10
* Fix suite regular expression to support "(cached)"
2018-12-13 version 1.4.9
* Handle dangling suite (issue #63)
2018-02-01 version 1.4.8
* Fix appending of output and errors (@teodorst in PR #57)
2017-09-24 version 1.4.6
* Use 0 instead of N/A for missing time (issue #54)
2017-09-24 version 1.4.5
* Support long lines (@jaytaylor in PR #51 & #52)
2017-03-21 version 1.4.4
* Escape user-provided strings in XML output (@xperimental in PR #47)
2016-11-23 version 1.4.3
* Experimental gotest lexer
2016-11-23 version 1.4.2
* Fix bug when tests ends with fatal (@tamird in PR #42)
2016-11-22 version 1.4.1
* Allow negative times (@jordanlewis in PR #43)
2016-10-16 version 1.4.0
* Code reorg (@amibiz in PR #36)
* Expose library (issue #39)
2016-09-15 version 1.3.1
* Support runners that don't print a per-suite summary (@benley in PR #34)
2016-08-21 version 1.3.0
* Support go 1.7 subtests (@aprice in github PR #28)
2016-02-17 version 1.2.4
* Support prints in output (@davars in PR #7)
2015-12-29 version 1.2.3
* Split to files and some cleanup
2015-07-18 version 1.2.2
* Support go 1.5 test output (github issue #23)
2015-06-25 version 1.2.1
* Ignore SetUpTest and TearDownTest (@pippio in github PR #22)
2015-06-16 version 1.2.0
* Support xunit.net (@tischda in github PR #21)
* More testing (@tischda in github PR #21)
2014-12-16 version 1.1.1
* Better error message (github issue #19)
2014-08-21 version 1.1.0
* Support for testify (Joakim Lundborg PR #6)
2014-08-21 version 1.0.0
* Bumping to 1.0.0, it's been long enough :)
2014-08-14 version 0.3.1
* Fixed two small errors found by "go vet"
2014-06-04 version 0.3.0
* Option to fail on data races (Jiri Sima in bitbucket PR #5)
2014-06-04 version 0.2.12
* Handle 0 time tests (github issue #16)
2014-05-13 version 0.2.11
* Add skipped to XML output (John Khvatov, github pull #15)
2014-04-22 version 0.2.10
* Handle empty directories and panic in tests (Jiri Sima PR #4)
2014-02-19 version 0.2.9
* More permissive test names (github #13)
2014-02-19 version 0.2.8
* Fixed running examples (Luke Curley, github #11)
2014-02-19 version 0.2.7
* Handle build failures (John Khvatov, github pull #9)
2014-01-17 version 0.2.6
* Handle error in last test (Daniel Speed, github pull #4)
2013-10-21 version 0.2.5
* Handle SKIP (Yukinari Toyota)
2013-10-21 version 0.2.4
* Handle passing suites (cee-dub in github pull #3)
2013-09-27 version 0.2.3
* Handle [no test files] (issue #4)
2013-09-17 version 0.2.2
* Add "testsuites" when multiple (issue #3)
2013-09-14 version 0.2.1
* More code cleanup
2013-09-14 version 0.2.0
* gocheck support
* Some cleanup
2013-07-29 version 0.1.3
* suites added (using package name as suite name)
2013-06-18 version 0.1.2
* testcases node added for bamboo compatibility, some dummy change.
* xml generation now use template engine
2012-07-23 version 0.1.1
* Fix edge case with FAIL (thanks Thomas Pelletier)
2012-04-06 version 0.1.0
* Initial release