Skip to content

Commit b1efd33

Browse files
committed
12.0.5
1 parent 3a2a0c6 commit b1efd33

2 files changed

Lines changed: 66 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,68 @@
1-
### v12.0.4 (2022-02-21)
1+
### v13.2.1 (2023-07-29)
2+
3+
- [#856](https://github.com/unexpectedjs/unexpected/pull/856) Avoid uncaught exception in 'to satisfy' when the diff is only in properties with symbol keys ([Andreas Lind](mailto:andreas.lind@workday.com))
4+
5+
### v13.2.0 (2023-07-20)
6+
7+
#### Pull requests
8+
9+
- [#855](https://github.com/unexpectedjs/unexpected/pull/855) Don't require `array-like` subtypes to have the same constructor in order to be equal ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
10+
11+
#### Commits to master
12+
13+
- [Fix anchor references in UnexpectedError docs](https://github.com/unexpectedjs/unexpected/commit/6eca723088fbc7e53a7c4061a0be117c469f19e5) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
14+
- [Pin Deno to the mostly recently working 1.30.3 version.](https://github.com/unexpectedjs/unexpected/commit/e1d2aa298ce64aef8713a8088136c09418c2f650) ([Alex J Burke](mailto:alex@alexjeffburke.com))
15+
- [Switch to a newer ubuntu worker version in CI.](https://github.com/unexpectedjs/unexpected/commit/2646c175aeef8d081dbf40a2296781ba9e6520c2) ([Alex J Burke](mailto:alex@alexjeffburke.com))
16+
- [Upgrade dependencies related to documentation handling.](https://github.com/unexpectedjs/unexpected/commit/7d6454224319e556546adce4ceeb2697ad89472d) ([Alex J Burke](mailto:alex@alexjeffburke.com))
17+
- [Align .nvmrc with the minimum node raise in commit 1f9cac6.](https://github.com/unexpectedjs/unexpected/commit/ae7deb3438fce525265e1e9385b59c9d667e5ad6) ([Alex J Burke](mailto:alex@alexjeffburke.com))
18+
19+
### v13.1.0 (2022-12-23)
20+
21+
#### Pull requests
22+
23+
- [#853](https://github.com/unexpectedjs/unexpected/pull/853) Upgrade ukkonen to version 2.1.0 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
24+
25+
#### Commits to master
26+
27+
- [Fix doc typos](https://github.com/unexpectedjs/unexpected/commit/4876931d038985622e2ac14c4dfc9e7c3e15257f) ([Andreas Lind](mailto:andreas.lind@workday.com))
28+
29+
### v13.0.1 (2022-08-22)
30+
31+
#### Pull requests
32+
33+
- [#852](https://github.com/unexpectedjs/unexpected/pull/852) Fix bug that caused expect\({foo: 123}, 'to satisfy', {foo: undefined}\) to pass ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
34+
35+
#### Commits to master
36+
37+
- [Fix CHANGELOG generation in preversion script now that an npm env var changed](https://github.com/unexpectedjs/unexpected/commit/c1ed24216e12c8bcb80f9a2996a63dd8a95ae495) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
38+
- [Unskip test that succeeds now we treat functions as objects](https://github.com/unexpectedjs/unexpected/commit/34da0beb8984149acfb69e06805db122ad0ad42f) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
39+
- [Fix typos in test descriptions](https://github.com/unexpectedjs/unexpected/commit/aa1eff45b0dacdb85002afed952e5cf148a73579) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
40+
41+
### v12.0.5 (2023-07-29)
42+
43+
#### Pull requests
44+
45+
- [#856](https://github.com/unexpectedjs/unexpected/pull/856) Avoid uncaught exception in 'to satisfy' when the diff is only in properties with symbol keys ([Andreas Lind](mailto:andreas.lind@workday.com))
46+
- [#855](https://github.com/unexpectedjs/unexpected/pull/855) Don't require `array-like` subtypes to have the same constructor in order to be equal ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
47+
- [#853](https://github.com/unexpectedjs/unexpected/pull/853) Upgrade ukkonen to version 2.1.0 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
48+
- [#852](https://github.com/unexpectedjs/unexpected/pull/852) Fix bug that caused expect\({foo: 123}, 'to satisfy', {foo: undefined}\) to pass ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
49+
- [#820](https://github.com/unexpectedjs/unexpected/pull/820) Upgrade eslint-plugin-markdown to version 2.2.1 ([Andreas Lind](mailto:andreaslindpetersen@gmail.com), [depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
50+
- [#847](https://github.com/unexpectedjs/unexpected/pull/847) Upgrade jasmine to version 3.99.0 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
51+
- [#851](https://github.com/unexpectedjs/unexpected/pull/851) Inspect BigInts as `123n` instead of `BigInt\(123\)` ([Andreas Lind](mailto:andreas.lind@workday.com))
52+
- [#782](https://github.com/unexpectedjs/unexpected/pull/782) Remove legacy support for addAssertion without a subject type ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
53+
- [#781](https://github.com/unexpectedjs/unexpected/pull/781) to satisfy: Disallow satisfying against a non-plain object ([Andreas Lind](mailto:andreas.lind@peakon.com))
54+
- [#785](https://github.com/unexpectedjs/unexpected/pull/785) Add the parent expect to the prototype chain of a child expect ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
55+
56+
#### Commits to master
57+
58+
- [Fix anchor references in UnexpectedError docs](https://github.com/unexpectedjs/unexpected/commit/6eca723088fbc7e53a7c4061a0be117c469f19e5) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
59+
- [Pin Deno to the mostly recently working 1.30.3 version.](https://github.com/unexpectedjs/unexpected/commit/e1d2aa298ce64aef8713a8088136c09418c2f650) ([Alex J Burke](mailto:alex@alexjeffburke.com))
60+
- [Switch to a newer ubuntu worker version in CI.](https://github.com/unexpectedjs/unexpected/commit/2646c175aeef8d081dbf40a2296781ba9e6520c2) ([Alex J Burke](mailto:alex@alexjeffburke.com))
61+
- [Upgrade dependencies related to documentation handling.](https://github.com/unexpectedjs/unexpected/commit/7d6454224319e556546adce4ceeb2697ad89472d) ([Alex J Burke](mailto:alex@alexjeffburke.com))
62+
- [Align .nvmrc with the minimum node raise in commit 1f9cac6.](https://github.com/unexpectedjs/unexpected/commit/ae7deb3438fce525265e1e9385b59c9d667e5ad6) ([Alex J Burke](mailto:alex@alexjeffburke.com))
63+
- [+15 more](https://github.com/unexpectedjs/unexpected/compare/v12.0.4...v12.0.5)
64+
65+
### v12.0.4 (2022-02-22)
266

367
- [#850](https://github.com/unexpectedjs/unexpected/pull/850) Always escape special characters in string diffs ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
468
- [#848](https://github.com/unexpectedjs/unexpected/pull/848) Upgrade jasmine-core to version 4.0.0 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))

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": "12.0.4",
3+
"version": "12.0.5",
44
"author": "Sune Sloth Simonsen <sune@we-knowhow.dk>",
55
"keywords": [
66
"assertion",

0 commit comments

Comments
 (0)