Comparing version 2.12.0 to 2.13.0
2.13.0 / 2020-11-29 | ||
================== | ||
### Added | ||
* Core: Log test name as part of "Assertion after test" failures. (brandonocasey) [#1517](https://github.com/qunitjs/qunit/pull/1517) | ||
* CLI: Add native support for ESM .mjs files on Node 12+. (Timo Tijhof) [#1465](https://github.com/qunitjs/qunit/issues/1465) | ||
### Deprecated | ||
* HTML Reporter: Deprecate PhantomJS. (Steve McClure) | ||
### Fixed | ||
* Core: Count tests run so that `suiteEnd` emits correctly with active filters. (Stephen Yeung) [#1416](https://github.com/qunitjs/qunit/issues/1416) | ||
* Core: Fix test counter bug when nesting invalid test functions. (Timo Tijhof) | ||
* HTML Reporter: Avoid leaking `Map` global in older browsers. (Timo Tijhof) | ||
2.12.0 / 2020-11-08 | ||
@@ -3,0 +21,0 @@ ================== |
@@ -5,7 +5,7 @@ { | ||
"description": "The powerful, easy-to-use testing framework.", | ||
"version": "2.12.0", | ||
"version": "2.13.0", | ||
"homepage": "https://qunitjs.com", | ||
"author": { | ||
"name": "OpenJS Foundation and other contributors", | ||
"url": "https://github.com/qunitjs/qunit/blob/2.12.0/AUTHORS.txt" | ||
"url": "https://github.com/qunitjs/qunit/blob/2.13.0/AUTHORS.txt" | ||
}, | ||
@@ -54,3 +54,2 @@ "repository": { | ||
"@babel/preset-env": "^7.11.0", | ||
"commitplease": "^3.1.0", | ||
"coveralls": "^3.1.0", | ||
@@ -73,3 +72,3 @@ "es6-promise": "^4.2.5", | ||
"grunt-git-authors": "^3.2.0", | ||
"rollup": "^2.26.0", | ||
"rollup": "^2.30.0", | ||
"grunt-search": "^0.1.8", | ||
@@ -82,4 +81,4 @@ "npm-reporter": "file:./test/cli/fixtures/npm-reporter", | ||
"@rollup/plugin-babel": "^5.2.0", | ||
"@rollup/plugin-commonjs": "^15.0.0", | ||
"@rollup/plugin-node-resolve": "^9.0.0", | ||
"@rollup/plugin-commonjs": "^16.0.0", | ||
"@rollup/plugin-node-resolve": "^10.0.0", | ||
"@rollup/plugin-replace": "^2.3.3", | ||
@@ -104,16 +103,2 @@ "semver": "^5.4.1", | ||
}, | ||
"commitplease": { | ||
"components": [ | ||
"All", | ||
"Assert", | ||
"Build", | ||
"CLI", | ||
"Core", | ||
"Docs", | ||
"Dump", | ||
"HTML Reporter", | ||
"Release", | ||
"Tests" | ||
] | ||
}, | ||
"nyc": { | ||
@@ -120,0 +105,0 @@ "include": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
292831
33
12
6814