You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24-12Lines changed: 24 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,30 +5,32 @@ Changelog for the [js-reporters](https://www.npmjs.com/package/js-reporters) pac
5
5
6
6
### Added
7
7
8
-
* QUnitAdapter: Support for `todo` tests. (Timo Tijhof) [#140](https://github.com/js-reporters/js-reporters/pull/140)
8
+
* QUnitAdapter: Support for `todo` tests. (Timo Tijhof) [#140](https://github.com/qunitjs/js-reporters/pull/140)
9
9
10
10
2.0.0 / 2021-04-04
11
11
==================
12
12
13
13
This release provides a simplified spec, with various properties and features removed. Overall the new spec is considered narrower than the previous one. Existing reporters that support old producers should naturally support new producers as well. Existing producers can choose to remain unchanged or to remove older portions in a future release.
14
14
15
+
This release provides a simplified [spec](https://github.com/qunitjs/js-reporters/blob/v2.0.0/spec/cri-draft.adoc), with various properties and features removed. Overall the new spec is considered narrower than the previous one. Existing reporters that support old producers should naturally support new producers as well. Existing producers can choose to remain unchanged or to remove older portions in a future release.
16
+
15
17
### Added
16
18
17
-
* Add SummaryReporter implementation.
19
+
* Add `SummaryReporter` implementation.
18
20
19
21
### Changed
20
22
21
-
* Spec: Rewrite current proposal into a formal specification at [spec/](./spec/cri-draft.adoc). (Timo Tijhof)
22
-
* Spec: Remove "todo" from Assertion event data. [#119](https://github.com/js-reporters/js-reporters/pull/119)
23
+
* Spec: Rewrite current proposal into a formal [specification](https://github.com/qunitjs/js-reporters/blob/v2.0.0/spec/cri-draft.adoc). (Timo Tijhof)
0 commit comments