|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## Release (2026-07-03) |
| 4 | + |
| 5 | +* eslint-plugin-qunit-dom 1.0.0 (major) |
| 6 | + |
| 7 | +#### :boom: Breaking Change |
| 8 | +* `eslint-plugin-qunit-dom` |
| 9 | + * [#445](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/445) Drop support for Node < 22 ([@nickschot](https://github.com/nickschot)) |
| 10 | + |
| 11 | +#### :rocket: Enhancement |
| 12 | +* `eslint-plugin-qunit-dom` |
| 13 | + * [#336](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/336) Add require-assertion rule ([@backspace](https://github.com/backspace)) |
| 14 | + * [#220](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/220) Rebrand simplabs to Mainmatter ([@BobrImperator](https://github.com/BobrImperator)) |
| 15 | + * [#37](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/37) Reimplement `no-checked-selector` rule ([@Turbo87](https://github.com/Turbo87)) |
| 16 | + * [#36](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/36) no-ok-find: Add support for `assert.equal(find(...).length, 1)` assertions ([@Turbo87](https://github.com/Turbo87)) |
| 17 | + |
| 18 | +#### :bug: Bug Fix |
| 19 | +* `eslint-plugin-qunit-dom` |
| 20 | + * [#35](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/35) no-ok-find: Fix parent scope guards ([@Turbo87](https://github.com/Turbo87)) |
| 21 | + * [#34](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/34) no-ok-find: Fix false positive due to incorrect regex ([@Turbo87](https://github.com/Turbo87)) |
| 22 | + |
| 23 | +#### :memo: Documentation |
| 24 | +* `eslint-plugin-qunit-dom` |
| 25 | + * [#249](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/249) Automate docs with eslint-doc-generator ([@bmish](https://github.com/bmish)) |
| 26 | + |
| 27 | +#### :house: Internal |
| 28 | +* `eslint-plugin-qunit-dom` |
| 29 | + * [#448](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/448) start using release-plan ([@mansona](https://github.com/mansona)) |
| 30 | + * [#33](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/33) no-ok-find: Simplify error messages ([@Turbo87](https://github.com/Turbo87)) |
| 31 | + |
| 32 | +#### Committers: 6 |
| 33 | +- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator)) |
| 34 | +- Bryan Mishkin ([@bmish](https://github.com/bmish)) |
| 35 | +- Buck Doyle ([@backspace](https://github.com/backspace)) |
| 36 | +- Chris Manson ([@mansona](https://github.com/mansona)) |
| 37 | +- Nick Schot ([@nickschot](https://github.com/nickschot)) |
| 38 | +- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) |
| 39 | + |
3 | 40 |
|
4 | 41 |
|
5 | 42 | ## v0.2.0 (2021-09-16) |
|
0 commit comments