Skip to content

Commit

Permalink
Build: Prepare 2.18.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Feb 15, 2022
1 parent aa49c17 commit e91441e
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .mailmap
Expand Up @@ -40,8 +40,9 @@ Wesley Walser <waw325@gmail.com>
Rob Kinninmont <robk@twitter.com>
Marc Portier <marc.portier@gmail.com>
Michael Righi <michael@righi.me>
Timo Tijhof <krinklemail@gmail.com>
Timo Tijhof <krinklemail@gmail.com> <49699333+dependabot[bot]@users.noreply.github.com>
Timo Tijhof <krinkle@fastmail.com>
Timo Tijhof <krinkle@fastmail.com> <krinklemail@gmail.com>
Timo Tijhof <krinkle@fastmail.com> <49699333+dependabot[bot]@users.noreply.github.com>
Jan Alonzo <jmalonzo@taguchimail.com>
Daniel Trebbien <dtrebbien@gmail.com>
Bob Fanger <bfanger@gmail.com>
Expand Down
4 changes: 3 additions & 1 deletion AUTHORS.txt
Expand Up @@ -32,7 +32,7 @@ Wesley Walser <waw325@gmail.com>
Rob Kinninmont <robk@twitter.com>
Marc Portier <marc.portier@gmail.com>
Michael Righi <michael@righi.me>
Timo Tijhof <krinklemail@gmail.com>
Timo Tijhof <krinkle@fastmail.com>
Jan Alonzo <jmalonzo@taguchimail.com>
Daniel Trebbien <dtrebbien@gmail.com>
Bob Fanger <bfanger@gmail.com>
Expand Down Expand Up @@ -179,3 +179,5 @@ Ryuta Kamizono <kamipo@gmail.com>
Chris Krycho <hello@chriskrycho.com>
Ben Demboski <demboskb@gmail.com>
Jan Buscht枚ns <jan@buschtoens.me>
Jarek Radosz <jradosz@gmail.com>
Izel Nakri <contact@izelnakri.com>
15 changes: 15 additions & 0 deletions History.md
@@ -1,4 +1,19 @@

2.18.0 / 2022-02-15
==================

### Added

* Assert: New `assert.propContains()` for partial object comparison. (Izel Nakri) [#1668](https://github.com/qunitjs/qunit/pull/1668)
* Core: Add `QUnit.hooks` to globally add beforeEach and afterEach. (Timo Tijhof) [#1475](https://github.com/qunitjs/qunit/issues/1475)
* CLI: Add support for watching `.ts` files when TypeScript is used. (Timo Tijhof) [#1669](https://github.com/qunitjs/qunit/issues/1669)
* CLI: Add support for watching `.json`, `.cjs`, and `.mjs` files. [#1676](https://github.com/qunitjs/qunit/pull/1676)

### Fixed

* CLI: Fix ESM file imports on Windows to use file-protocol URLs. (Timo Tijhof) [#1667](https://github.com/qunitjs/qunit/issues/1667)
* CLI: Improve performance of watch mode by recursively ignoring directories. (Timo Tijhof) [#1676](https://github.com/qunitjs/qunit/pull/1676)

2.17.2 / 2021-09-19
==================

Expand Down
2 changes: 1 addition & 1 deletion docs/QUnit/hooks.md
Expand Up @@ -4,7 +4,7 @@ title: QUnit.hooks
excerpt: Add global callbacks to run before or after each test.
groups:
- main
version_added: "unreleased"
version_added: "2.18.0"
---

`QUnit.hooks.beforeEach( callback )`<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/assert/notPropContains.md
Expand Up @@ -4,7 +4,7 @@ title: assert.notPropContains()
excerpt: Check that an object does not contain certain properties.
groups:
- assert
version_added: "unreleased"
version_added: "2.18.0"
---

`notPropContains( actual, expected, message = "" )`
Expand Down
2 changes: 1 addition & 1 deletion docs/assert/propContains.md
Expand Up @@ -4,7 +4,7 @@ title: assert.propContains()
excerpt: Check that an object contains certain properties.
groups:
- assert
version_added: "unreleased"
version_added: "2.18.0"
---

`propContains( actual, expected, message = "" )`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "qunit",
"title": "QUnit",
"description": "The powerful, easy-to-use testing framework.",
"version": "2.17.2-pre",
"version": "2.18.0-pre",
"homepage": "https://qunitjs.com",
"author": {
"name": "OpenJS Foundation and other contributors",
Expand Down

0 comments on commit e91441e

Please sign in to comment.