UNPKG

7.26 kBMarkdownView Raw
1<a name="2.0.1"></a>
2## [2.0.1](https://github.com/karma-runner/karma-junit-reporter/compare/v2.0.0...v2.0.1) (2019-10-07)
3
4
5
6<a name="2.0.0"></a>
7# [2.0.0](https://github.com/karma-runner/karma-junit-reporter/compare/v1.2.0...v2.0.0) (2019-10-07)
8
9
10### Bug Fixes
11
12* allow special characters and emoji in output ([59fd3c6](https://github.com/karma-runner/karma-junit-reporter/commit/59fd3c6))
13
14
15### Chores
16
17* **travis:** Drop old nodejs version: NO v10 ([#164](https://github.com/karma-runner/karma-junit-reporter/issues/164)) ([bc07177](https://github.com/karma-runner/karma-junit-reporter/commit/bc07177))
18* remove support for node 6 ([435cb5e](https://github.com/karma-runner/karma-junit-reporter/commit/435cb5e))
19
20
21### Features
22
23* support for new XML format (per SonarQube) ([b0984e0](https://github.com/karma-runner/karma-junit-reporter/commit/b0984e0))
24
25
26### BREAKING CHANGES
27
28* Drop Support for Node 6, to make it possible to use async/await in karma codebase.
29* **travis:** no support for node < 6
30
31* node 10 not supported by libxmljs-mt
32
33
34
35<a name="1.2.0"></a>
36# [1.2.0](https://github.com/karma-runner/karma-junit-reporter/compare/v1.1.0...v1.2.0) (2016-12-06)
37
38
39### Bug Fixes
40
41* initialize var suites early ([e09acb2](https://github.com/karma-runner/karma-junit-reporter/commit/e09acb2))
42* release memory held by a testsuite after we're done with it. ([eacf8bb](https://github.com/karma-runner/karma-junit-reporter/commit/eacf8bb))
43* remove unnecessary nulling out of `suites` ([4202ee8](https://github.com/karma-runner/karma-junit-reporter/commit/4202ee8)), closes [#99](https://github.com/karma-runner/karma-junit-reporter/issues/99)
44
45
46
47<a name="1.1.0"></a>
48# [1.1.0](https://github.com/karma-runner/karma-junit-reporter/compare/v1.0.0...v1.1.0) (2016-06-26)
49
50
51### Bug Fixes
52
53* add defensive checks to safely handle browser disconnects. ([485d87a](https://github.com/karma-runner/karma-junit-reporter/commit/485d87a))
54
55
56
57<a name="1.0.0"></a>
58# [1.0.0](https://github.com/karma-runner/karma-junit-reporter/compare/v0.4.2...v1.0.0) (2016-05-03)
59
60
61
62
63<a name="0.4.2"></a>
64## [0.4.2](https://github.com/karma-runner/karma-junit-reporter/compare/v0.4.1...v0.4.2) (2016-04-08)
65
66
67### Features
68
69* Add support for additional properties to add to the report section ([b67d234](https://github.com/karma-runner/karma-junit-reporter/commit/b67d234))
70
71
72
73<a name="0.4.1"></a>
74## [0.4.1](https://github.com/karma-runner/karma-junit-reporter/compare/v0.4.0...v0.4.1) (2016-03-21)
75
76
77### Bug Fixes
78
79* check if outputFile is set before checking for absolute outputFile ([c8887ac](https://github.com/karma-runner/karma-junit-reporter/commit/c8887ac)), closes [#87](https://github.com/karma-runner/karma-junit-reporter/issues/87)
80
81
82
83<a name="0.4.0"></a>
84# [0.4.0](https://github.com/karma-runner/karma-junit-reporter/compare/v0.3.8...v0.4.0) (2016-03-10)
85
86
87### Bug Fixes
88
89* Handle absolute outputFile paths in Junit Reporter ([d5dc808](https://github.com/karma-runner/karma-junit-reporter/commit/d5dc808)), closes [#83](https://github.com/karma-runner/karma-junit-reporter/issues/83)
90* test name to contain parent suite(s) names ([8e6e202](https://github.com/karma-runner/karma-junit-reporter/commit/8e6e202)), closes [#62](https://github.com/karma-runner/karma-junit-reporter/issues/62)
91
92### Features
93
94* add name and classname formatters ([3f43c51](https://github.com/karma-runner/karma-junit-reporter/commit/3f43c51)), closes [#75](https://github.com/karma-runner/karma-junit-reporter/issues/75)
95
96
97
98<a name="0.3.8"></a>
99## [0.3.8](https://github.com/karma-runner/karma-junit-reporter/compare/v0.3.7...v0.3.8) (2015-10-20)
100
101
102### Features
103
104* **reporter:** add useBrowserName parameter ([2327234](https://github.com/karma-runner/karma-junit-reporter/commit/2327234))
105
106
107
108<a name="0.3.7"></a>
109## [0.3.7](https://github.com/karma-runner/karma-junit-reporter/compare/v0.3.6...v0.3.7) (2015-10-01)
110
111
112### Bug Fixes
113
114* **reporter:** bug creating directory when outputFile specified (#67) ([2205f47](https://github.com/karma-runner/karma-junit-reporter/commit/2205f47))
115
116
117
118<a name="0.3.6"></a>
119## [0.3.6](https://github.com/karma-runner/karma-junit-reporter/compare/v0.3.5...v0.3.6) (2015-09-29)
120
121
122### Bug Fixes
123
124* Bug in building of paths ([1c36509](https://github.com/karma-runner/karma-junit-reporter/commit/1c36509)), closes [#65](https://github.com/karma-runner/karma-junit-reporter/issues/65)
125
126
127
128<a name="0.3.5"></a>
129## [0.3.5](https://github.com/karma-runner/karma-junit-reporter/compare/v0.3.4...v0.3.5) (2015-09-27)
130
131
132### Bug Fixes
133
134* Add back `outputFile` config ([b4583b5](https://github.com/karma-runner/karma-junit-reporter/commit/b4583b5)), closes [#58](https://github.com/karma-runner/karma-junit-reporter/issues/58)
135* Update dependencies ([a1fe8fe](https://github.com/karma-runner/karma-junit-reporter/commit/a1fe8fe))
136
137
138
139<a name="0.3.4"></a>
140## [0.3.4](https://github.com/karma-runner/karma-junit-reporter/compare/v0.3.3...v0.3.4) (2015-08-28)
141
142
143### Bug Fixes
144
145* Change how classname is generated ([e4f7ebd](https://github.com/karma-runner/karma-junit-reporter/commit/e4f7ebd))
146* **config:** Default `outputDir` to `'.'` ([8fdfb73](https://github.com/karma-runner/karma-junit-reporter/commit/8fdfb73)), closes [#54](https://github.com/karma-runner/karma-junit-reporter/issues/54)
147
148### Features
149
150* Upgrade dependencies to their latest versions ([62b5783](https://github.com/karma-runner/karma-junit-reporter/commit/62b5783))
151
152
153
154<a name"0.3.3"></a>
155### 0.3.3 (2015-07-23)
156
157
158#### Bug Fixes
159
160* create browser directory if not exist ([fe14a8d8](https://github.com/karma-runner/karma-junit-reporter/commit/fe14a8d8))
161
162
163<a name"0.3.2"></a>
164### 0.3.2 (2015-07-19)
165
166
167#### Features
168
169* Allow user to specify filename ([71e0e432](https://github.com/karma-runner/karma-junit-reporter/commit/71e0e432))
170
171
172<a name"0.3.1"></a>
173### 0.3.1 (2015-07-13)
174
175
176#### Bug Fixes
177
178* handle browser script failure and put the error to browser report ([d5b365ab](https://github.com/karma-runner/karma-junit-reporter/commit/d5b365ab))
179
180
181<a name"0.3.0"></a>
182## 0.3.0 (2015-07-13)
183
184
185#### Features
186
187* add error tag when browser disconnected ([a1a1e7c4](https://github.com/karma-runner/karma-coverage/commit/a1a1e7c4), closes [#29](https://github.com/karma-runner/karma-coverage/issues/29))
188
189
190<a name"0.2.2"></a>
191### 0.2.2 (2015-07-13)
192
193
194#### Bug Fixes
195
196* reporter fails when browser times out ([00fbfe4c](https://github.com/karma-runner/karma-coverage/commit/00fbfe4c), closes [#16](https://github.com/karma-runner/karma-coverage/issues/16))
197
198
199<a name"0.2.1"></a>
200### 0.2.1 (2015-07-13)
201
202
203#### Bug Fixes
204
205* Compatibility with Karma 0.10 ([29d4de18](https://github.com/karma-runner/karma-coverage/commit/29d4de18))
206* update to work with Karma 0.11 ([a0676bec](https://github.com/karma-runner/karma-coverage/commit/a0676bec))
207
208
209#### Features
210
211* normalize the outputFile path ([85a3b871](https://github.com/karma-runner/karma-coverage/commit/85a3b871))
212* add a default config ([c6c44dbf](https://github.com/karma-runner/karma-coverage/commit/c6c44dbf))
213
214
215<a name"0.1.0"></a>
216## 0.1.0 (2015-07-13)
217
218
219<a name"0.0.2"></a>
220### 0.0.2 (2015-07-13)
221
222
223#### Features
224
225* **reporter.junit:** add a 'skipped' tag for skipped testcases ([b552dcb4](https://github.com/karma-runner/karma-coverage/commit/b552dcb4))
226