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: History.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -585,7 +585,7 @@ QUnit 3.0 Roadmap and feedback: https://github.com/qunitjs/qunit/issues/1498
585
585
2.4.0 / 2017-07-08
586
586
==================
587
587
588
-
* Assert: New [`assert.timeout()`](http://localhost:4000/api/assert/timeout/) for setting per-test timeout durations. (Trent Willis) [#1165](https://github.com/qunitjs/qunit/pull/1165)
588
+
* Assert: New [`assert.timeout()`](https://qunitjs.com/api/assert/timeout/) for setting per-test timeout durations. (Trent Willis) [#1165](https://github.com/qunitjs/qunit/pull/1165)
589
589
* Assert: Fix assert.push deprecation link.
590
590
* CLI: Better messaging on early exits.
591
591
* CLI: Default to non-zero exit code.
@@ -750,7 +750,7 @@ QUnit 3.0 Roadmap and feedback: https://github.com/qunitjs/qunit/issues/1498
750
750
1.22.0 / 2016-02-23
751
751
==================
752
752
753
-
* Assert: New [`assert.pushResult()`](http://localhost:4000/api/assert/pushResult/) method. (YongWoo Jeon) [#920](https://github.com/qunitjs/qunit/pull/920)
753
+
* Assert: New [`assert.pushResult()`](https://qunitjs.com/api/assert/pushResult/) method. (YongWoo Jeon) [#920](https://github.com/qunitjs/qunit/pull/920)
754
754
* Assert: Extend Assert methods to QUnit for backwards compatibility.
755
755
* HTML Reporter: Escape setUrl output.
756
756
@@ -1005,7 +1005,7 @@ QUnit 3.0 Roadmap and feedback: https://github.com/qunitjs/qunit/issues/1498
1005
1005
1006
1006
* Core: A test without any assertions now fails by default, unless [`assert.expect(0)`](https://qunitjs.com/api/assert/expect/) is called. [#178](https://github.com/qunitjs/qunit/issues/178)
1007
1007
* Core: Add `QUnit.pushFailure` to log error conditions like exceptions. Accepts stacktrace as second argument, allowing extraction with catched exceptions (useful even in Safari). [#210](https://github.com/qunitjs/qunit/issues/210)
1008
-
* Core: Apply [`notrycatch` option](http://localhost:4000/api/config/notrycatch/) to setup and teardown hooks. [#203](https://github.com/qunitjs/qunit/issues/203)[#204](https://github.com/qunitjs/qunit/issues/204)
1008
+
* Core: Apply [`notrycatch` option](https://qunitjs.com/api/config/notrycatch/) to setup and teardown hooks. [#203](https://github.com/qunitjs/qunit/issues/203)[#204](https://github.com/qunitjs/qunit/issues/204)
1009
1009
* Core: Extend exports object with QUnit properties at the end of the file to export everything.
1010
1010
* Core: Prefix test-related session-storage items to make removal more specific. [#213](https://github.com/qunitjs/qunit/issues/213)
1011
1011
* HTML Reporter: Sort objects in value dumps alphabetically to improve diffs. [#206](https://github.com/qunitjs/qunit/issues/206)
Copy file name to clipboardexpand all lines: docs/_posts/2012-03-10-qunit-1-4-0.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ tags:
10
10
11
11
* Core: A test without any assertions now fails by default, unless [`assert.expect(0)`](https://qunitjs.com/api/assert/expect/) is called. [#178](https://github.com/qunitjs/qunit/issues/178)
12
12
* Core: Add `QUnit.pushFailure` to log error conditions like exceptions. Accepts stacktrace as second argument, allowing extraction with catched exceptions (useful even in Safari). [#210](https://github.com/qunitjs/qunit/issues/210)
13
-
* Core: Apply [`notrycatch` option](http://localhost:4000/api/config/notrycatch/) to setup and teardown hooks. [#203](https://github.com/qunitjs/qunit/issues/203)[#204](https://github.com/qunitjs/qunit/issues/204)
13
+
* Core: Apply [`notrycatch` option](https://qunitjs.com/api/config/notrycatch/) to setup and teardown hooks. [#203](https://github.com/qunitjs/qunit/issues/203)[#204](https://github.com/qunitjs/qunit/issues/204)
14
14
* Core: Extend exports object with QUnit properties at the end of the file to export everything.
15
15
* Core: Prefix test-related session-storage items to make removal more specific. [#213](https://github.com/qunitjs/qunit/issues/213)
16
16
* HTML Reporter: Sort objects in value dumps alphabetically to improve diffs. [#206](https://github.com/qunitjs/qunit/issues/206)
0 commit comments