Skip to content

Commit 4066666

Browse files
committed
12.0.0
1 parent 64228fe commit 4066666

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### v12.0.0 (2020-11-19)
2+
3+
#### Pull requests
4+
5+
- [#773](https://github.com/unexpectedjs/unexpected/pull/773) Require node.js 10+, update dependencies ([Alex J Burke](mailto:[email protected]), [Andreas Lind](mailto:[email protected]), [Andreas Lind](mailto:[email protected]))
6+
- [#775](https://github.com/unexpectedjs/unexpected/pull/775) GitHub actions rebased on the node.js 10 branch ([Alex J Burke](mailto:[email protected]), [Andreas Lind](mailto:[email protected]))
7+
8+
#### Commits to master
9+
10+
- [Fix badge url](https://github.com/unexpectedjs/unexpected/commit/64228fe1e9566b7570d69d7da91bed79ce2e4c83) ([Andreas Lind](mailto:[email protected]))
11+
- [Empty commit to trigger a new build](https://github.com/unexpectedjs/unexpected/commit/f11060762e6ecd2ced28dc8d33fc3242c4d57611) ([Andreas Lind](mailto:[email protected]))
12+
113
### v11.15.1 (2020-11-18)
214

315
- [#771](https://github.com/unexpectedjs/unexpected/pull/771) Fix expect.hook\/expect.clone interaction ([Andreas Lind](mailto:[email protected]))
@@ -491,7 +503,7 @@
491503

492504
#### Pull requests
493505

494-
- [#457](https://github.com/unexpectedjs/unexpected/pull/457) Fixed wrong error message seen in unexpected-dom ([Sune Simonsen](mailto:[email protected]))
506+
- [#457](https://github.com/unexpectedjs/unexpected/pull/457) Fixed wrong error message seen in unexpected-dom ([Sune Simonsen](mailto:[email protected]))
495507
- [#451](https://github.com/unexpectedjs/unexpected/pull/451) Upgrade jest to version 22.4.3 ([Andreas Lind](mailto:[email protected]), [depfu[bot]](mailto:[email protected]))
496508
- [#456](https://github.com/unexpectedjs/unexpected/pull/456) Upgrade rollup-plugin-uglify to version 3.0.0 ([depfu[bot]](mailto:[email protected]))
497509
- [#455](https://github.com/unexpectedjs/unexpected/pull/455) Upgrade rollup-plugin-commonjs to version 9.1.0 ([depfu[bot]](mailto:[email protected]))
@@ -1372,6 +1384,7 @@
13721384
- [Avoid Array.prototype.slice.{call,apply}\(arguments, ...\) in hot code.](https://github.com/unexpectedjs/unexpected/commit/a049f9a5a5c792603bbfa70d895998fa0898d436) ([Andreas Lind](mailto:[email protected]))
13731385

13741386
### v10.1.0
1387+
13751388
- [Build unexpected.js](https://github.com/unexpectedjs/unexpected/commit/19226c4b894dcec359c641b0f000faf68b64162c) ([Sune Simonsen](mailto:[email protected]))
13761389
- [Expose withError on the top level expect](https://github.com/unexpectedjs/unexpected/commit/a5d35c88eb57720d75dd781b66e1f7e6441f2c6a) ([Sune Simonsen](mailto:[email protected]))
13771390
- [Oh, it's not https.](https://github.com/unexpectedjs/unexpected/commit/8c4753741bbca46d3c30c31f03756290dbd1d0cf) ([Andreas Lind](mailto:[email protected]))
@@ -1395,6 +1408,7 @@
13951408
- [+4 more](https://github.com/unexpectedjs/unexpected/compare/v10.0.1...v10.0.2)
13961409

13971410
### v10.0.1
1411+
13981412
- [Build unexpected.js](https://github.com/unexpectedjs/unexpected/commit/9d446062213d892527bd77aa49d7c5e828b16dff) ([Andreas Lind](mailto:[email protected]))
13991413
- [Fixed relaxed match.](https://github.com/unexpectedjs/unexpected/commit/b71a7b9959b846ebb19e1211ce74e614f1bb828c) ([Andreas Lind](mailto:[email protected]))
14001414
- [Upgraded the documentation generator](https://github.com/unexpectedjs/unexpected/commit/983649dc3eefd30ed1b75005f4935da6608c2bf9) ([Sune Simonsen](mailto:[email protected]))
@@ -2471,10 +2485,12 @@
24712485
- [Simple validation of arguments to expect](https://github.com/unexpectedjs/unexpected/commit/b8d16e93b2780aea7a7c43249c71974cd11ff3bb) ([Sune Simonsen](mailto:[email protected]))
24722486

24732487
### v1.0.12
2488+
24742489
- [Set the showDiff property of the thrown errors under the same circumstances as expected\/actual, provided that the types are non-primitive and the same.](https://github.com/unexpectedjs/unexpected/commit/4f72a6a0a840734d7986d3217e6edfcc1a559b3f) ([Andreas Lind Petersen](mailto:[email protected]))
24752490
- [Updated readme to avoid scrolling in examples](https://github.com/unexpectedjs/unexpected/commit/7bdec58b7fe19df271811284ed47fe0b18d221db) ([Sune Simonsen](mailto:[email protected]))
24762491

24772492
### v1.0.11
2493+
24782494
- [Implemented the short string version of 'to be a ... whose items|keys|values satisfy'.](https://github.com/unexpectedjs/unexpected/commit/a79505ccc7bb207bbd7d6159c37e291942321280) ([Andreas Lind Petersen](mailto:[email protected]))
24792495
- [Implement 'to be an array of <type>s'. Fixes \#18.](https://github.com/unexpectedjs/unexpected/commit/d081225bca2bd5df6556b043ebccb1c542ed1a01) ([Andreas Lind Petersen](mailto:[email protected]))
24802496
- [Put \(a|an\) in a consistent order.](https://github.com/unexpectedjs/unexpected/commit/19fcb258d8373e17a1cef5ae2474f0566db50f2e) ([Andreas Lind Petersen](mailto:[email protected]))
@@ -2500,6 +2516,7 @@
25002516
- [#17](https://github.com/unexpectedjs/unexpected/pull/17) Added 'to be an array whose items satisfy' assertion ([Sune Simonsen](mailto:[email protected]))
25012517

25022518
### v1.0.7
2519+
25032520
- [Implemented the uncontroversial suggestions from \#15.](https://github.com/unexpectedjs/unexpected/commit/4f01be3731c218c316a34f0871cb91352ab05a90) ([Andreas Lind Petersen](mailto:[email protected]))
25042521
- [Fixed typo in test.](https://github.com/unexpectedjs/unexpected/commit/8685442772c85dd4a13f754ea19307ad5d829e44) ([Andreas Lind Petersen](mailto:[email protected]))
25052522
- [Use the correct plural form of 'parenthesis'.](https://github.com/unexpectedjs/unexpected/commit/7aa7793d6bc892549e8320f00ba01be6fd08f1fc) ([Andreas Lind Petersen](mailto:[email protected]))
@@ -2563,7 +2580,7 @@
25632580

25642581
### v0.1.1 (2013-09-11)
25652582

2566-
- [#4](https://github.com/unexpectedjs/unexpected/pull/4) Remove unexpected's entries from the stack traces of the thrown error objectsThis is really nice - thank very much! ([Andreas Lind Petersen](mailto:[email protected]))
2583+
- [#4](https://github.com/unexpectedjs/unexpected/pull/4) Remove unexpected's entries from the stack traces of the thrown error objects This is really nice - thank very much! ([Andreas Lind Petersen](mailto:[email protected]))
25672584
- [#3](https://github.com/unexpectedjs/unexpected/pull/3) Fixed regular expression assertions and added shorthands ([Andreas Lind Petersen](mailto:[email protected]))
25682585

25692586
### v0.1.0 (2013-09-03)
@@ -2597,5 +2614,4 @@
25972614
- [Make suggestions when using an unknown assertion](https://github.com/unexpectedjs/unexpected/commit/a40553a2680785ecf8838f1418c5387d1a5e37e6) ([Sune Simonsen](mailto:[email protected]))
25982615
- [Added missing else](https://github.com/unexpectedjs/unexpected/commit/746c7900f88b412dbfea5adc144f772bed9c2f79) ([Sune Simonsen](mailto:[email protected]))
25992616
- [Fixing string indexing on IE](https://github.com/unexpectedjs/unexpected/commit/3c123bd9bff9679fd7b99c1368fca00f817abc00) ([Sune Simonsen](mailto:[email protected]))
2600-
- [+69 more](https://github.com/unexpectedjs/unexpected/compare/85468a94a09e905539d53189c33daadbd383c9b9%5E...v0.0.4)
2601-
2617+
- [+69 more](https://github.com/unexpectedjs/unexpected/compare/3c123bd9bff9679fd7b99c1368fca00f817abc00...v0.0.4)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unexpected",
3-
"version": "11.15.1",
3+
"version": "12.0.0",
44
"author": "Sune Sloth Simonsen <[email protected]>",
55
"keywords": [
66
"assertion",

0 commit comments

Comments
 (0)