We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8edbff commit 61c11c0Copy full SHA for 61c11c0
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v2.0.1
4
+
5
+Fixed:
6
7
+* Switch from deprecated `QUnit.load()` to `QUnit.start()`, to fix deprecation
8
+ warning in QUnit 2.21 and later. (Timo Tijhof) [77f00c47a4](https://github.com/qunitjs/node-qunit/commit/77f00c47a4c40677de2f6ef3d6d2e6edf47cf118)
9
10
## v2.0.0
11
12
Changed:
package.json
@@ -1,7 +1,7 @@
{
"name": "node-qunit",
"description": "QUnit testing framework for Node.js",
- "version": "2.0.0",
+ "version": "2.0.1",
"author": "Oleg Slobodskoi <oleg008@gmail.com>",
"contributors": [
0 commit comments