Skip to content

Commit d8fecd1

Browse files
committed
Docs: Import missing change logs of some past releases
1 parent b7c9cd7 commit d8fecd1

File tree

2 files changed

+24
-13
lines changed

2 files changed

+24
-13
lines changed

CHANGELOG.md

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,32 @@ Changelog for the [js-reporters](https://www.npmjs.com/package/js-reporters) pac
55

66
### Added
77

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)
99

1010
2.0.0 / 2021-04-04
1111
==================
1212

1313
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.
1414

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+
1517
### Added
1618

17-
* Add SummaryReporter implementation.
19+
* Add `SummaryReporter` implementation.
1820

1921
### Changed
2022

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)
24+
* Spec: Remove "todo" from Assertion event data. (Keith Cirkel) [#119](https://github.com/qunitjs/js-reporters/pull/119)
2325
* Spec: Remove "tests" and "childSuites" from SuiteStart and SuiteEnd event data.
2426
* Spec: Prefer `null` instead of `undefined` for optional fields.
25-
* TapReporter: Improve formatting of multi-line strings. [#109](https://github.com/js-reporters/js-reporters/issues/109)
27+
* TapReporter: Improve formatting of multi-line strings. [#109](https://github.com/qunitjs/js-reporters/issues/109)
2628

2729
### Fixed
2830

29-
* TapReporter: Fix support objects with cycles, avoiding uncaught errors. (Zachary Mulgrew) [#104](https://github.com/js-reporters/js-reporters/issues/104)
30-
* TapReporter: Defend against mocked `console` object. [#125](https://github.com/js-reporters/js-reporters/issues/125)
31-
* MochaAdapter: Fix support for Mocha 8, due to changes in `STATE_PENDING`. [#116](https://github.com/js-reporters/js-reporters/issues/116)
31+
* TapReporter: Fix support objects with cycles, avoiding uncaught errors. (Zachary Mulgrew) [#104](https://github.com/qunitjs/js-reporters/issues/104)
32+
* TapReporter: Defend against mocked `console` object. [#125](https://github.com/qunitjs/js-reporters/issues/125)
33+
* MochaAdapter: Fix support for Mocha 8, due to changes in `STATE_PENDING`. [#116](https://github.com/qunitjs/js-reporters/issues/116)
3234

3335
### Removed
3436

@@ -41,19 +43,19 @@ This release provides a simplified spec, with various properties and features re
4143

4244
### Changed
4345

44-
* TapReporter: Align `actual` with `expected` in TAP output. (Robert Jackson) [#107](https://github.com/js-reporters/js-reporters/pull/107)
46+
* TapReporter: Align `actual` with `expected` in TAP output. (Robert Jackson) [#107](https://github.com/qunitjs/js-reporters/pull/107)
4547

4648
### Fixed
4749

48-
* Helpers: Correct spelling in `autoRegister()` error message. (P. Roebuck) [#108](https://github.com/js-reporters/js-reporters/issues/108)
49-
* TapReporter: Revert "Fix YAML syntax". [#110](https://github.com/js-reporters/js-reporters/issues/110)
50+
* Helpers: Correct spelling in `autoRegister()` error message. (P. Roebuck) [#108](https://github.com/qunitjs/js-reporters/issues/108)
51+
* TapReporter: Revert "Fix YAML syntax". [#110](https://github.com/qunitjs/js-reporters/issues/110)
5052

5153
1.2.2 / 2019-05-13
5254
==================
5355

5456
### Fixed
5557

56-
* TapReporter: Fix YAML syntax. (jeberger) [#110](https://github.com/js-reporters/js-reporters/issues/110)
58+
* TapReporter: Fix YAML syntax. (jeberger) [#110](https://github.com/qunitjs/js-reporters/issues/110)
5759

5860
1.2.1 / 2017-07-04
5961
==================
@@ -74,3 +76,13 @@ This release provides a simplified spec, with various properties and features re
7476
* TapReporter: Improve TAP information and styling. (Florentin Simion)
7577
* TapReporter: Support todo test in TAP reporter. (Trent Willis)
7678
* Docs: Add API docs for the js-reporters package. (Florentin Simion)
79+
80+
1.1.0 / 2016-08-10
81+
==================
82+
83+
* Fix IE8 support by removing ES5 getters. (Florentin Simion) [#82](https://github.com/qunitjs/js-reporters/pull/82)
84+
* Add testCounts property for Suites. (Florentin Simion) [#85](https://github.com/qunitjs/js-reporters/pull/85)
85+
* Add assertions property for tests. (Florentin Simion) [#31](https://github.com/qunitjs/js-reporters/issues/31)
86+
* Normalize assertions. (Florentin Simion) [#81](https://github.com/qunitjs/js-reporters/pull/81)
87+
* Change test `testName` property to `name`. (Florentin Simion) [#81](https://github.com/qunitjs/js-reporters/pull/81)
88+
* Add types to the event data. (Florentin Simion) [#84](https://github.com/qunitjs/js-reporters/pull/84)

RELEASE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
1010
3. Commit with message `Release X.Y.Z`, and create a signed tag `git tag -s "vX.Y.Z" -m "Release X.Y.Z"`
1111
4. Push the commit and tag to GitHub.
1212
5. Run `npm run build` (may run in isolation), followed by `npm publish`.
13-
6. Publish a new [release on GitHub](https://github.com/js-reporters/js-reporters/releases) with a copy of the changelog.
1413

1514
That's all!

0 commit comments

Comments
 (0)