Skip to content

Commit 5a1a284

Browse files
committed
doc: Add CHANGELOG.md with past release notes
1 parent 77f00c4 commit 5a1a284

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

CHANGELOG.md

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Changelog
2+
3+
## v2.0.0
4+
5+
Changed:
6+
7+
* Update from QUnit 2.1 to QUnit 2.11. See [upstream release notes](https://github.com/qunitjs/qunit/blob/2.11.2/History.md). [#138](https://github.com/qunitjs/node-qunit/issues/138)
8+
9+
Removed:
10+
11+
* **(SEMVER-MAJOR)** Drop support for EOL Node.js 8 and earlier. See [more information](https://github.com/nodejs/Release). Node 10 or higher is now required.
12+
13+
## v1.0.0
14+
15+
This release upgrades QUnit to 2.x. See also <https://qunitjs.com/upgrade-guide-2.x/>.
16+
17+
Changed:
18+
19+
* **(SEMVER-MAJOR)** Update qunitjs version from 1.23.1 to 2.1.1. (Timo Tijhof)
20+
* Update istanbul from 0.2-harmony to 0.4.5. [#127](https://github.com/qunitjs/node-qunit/issues/127)
21+
* doc: Update description and add npm version badge to readme.
22+
23+
Removed:
24+
25+
* **(SEMVER-MAJOR)** Drop support for legacy Node.js ([more information](https://github.com/nodejs/LTS/tree/a5b8bc19b5#readme)). Node 4 or higher is now required.
26+
27+
## v0.9.3
28+
29+
**Note:** The next release will drop support for QUnit 1.x. The new API already works in QUnit 1.23. Use node-qunit 0.9.3 to migrate first, for a seamless upgrade to QUnit 2 after this. See <https://qunitjs.com/upgrade-guide-2.x/> for more information.
30+
31+
Changed:
32+
33+
* Update qunitjs version from 1.10.0 to 1.23.1. (Yomi Osamiluyi)
34+
* tests: Use shorter timeouts to speed up the async test fixtures.
35+
36+
## v0.9.2
37+
38+
Fixes:
39+
40+
* Add support for Node 6 and Node 7. (Timo Tijhof) [#133](https://github.com/qunitjs/node-qunit/issues/133)
41+
42+
## v0.9.0
43+
44+
Removed:
45+
46+
* Removed buggy regexp option from instrument filter. (Bruno Jouhier) [#126](https://github.com/qunitjs/node-qunit/pull/126)
47+
48+
## v0.8.0
49+
50+
Added:
51+
* Support instrumentation of multiple files through a new `coverage.files` option. (Bruno Jouhier) [#125](https://github.com/qunitjs/node-qunit/pull/125)

0 commit comments

Comments
 (0)