|
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
| 12 | +## v11.0.0 (2022-07-20) |
| 13 | + |
| 14 | +#### :boom: Breaking Change |
| 15 | +* [#1517](https://github.com/ember-cli/eslint-plugin-ember/pull/1517) Add `no-array-prototype-extensions` as `recommended` rule ([@bmish](https://github.com/bmish)) |
| 16 | +* [#1515](https://github.com/ember-cli/eslint-plugin-ember/pull/1515) Drop support for ESLint v6 ([@bmish](https://github.com/bmish)) |
| 17 | +* [#1318](https://github.com/ember-cli/eslint-plugin-ember/pull/1318) Drop support for Node 10, 12, 15, 17 ([@aggmoulik](https://github.com/aggmoulik)) |
| 18 | +* [#1519](https://github.com/ember-cli/eslint-plugin-ember/pull/1519) Enable `useOptionalChaining` option by default for `no-get` rule ([@bmish](https://github.com/bmish)) |
| 19 | +* [#1518](https://github.com/ember-cli/eslint-plugin-ember/pull/1518) Remove `base` config ([@bmish](https://github.com/bmish)) |
| 20 | +* [#1516](https://github.com/ember-cli/eslint-plugin-ember/pull/1516) Set config `ecmaVersion` to `2020` ([@bmish](https://github.com/bmish)) |
| 21 | +* [#1513](https://github.com/ember-cli/eslint-plugin-ember/pull/1513) Stop exporting non-Ember utils ([@bmish](https://github.com/bmish)) |
| 22 | +* [#1514](https://github.com/ember-cli/eslint-plugin-ember/pull/1514) Strictly define Node API ([@bmish](https://github.com/bmish)) |
| 23 | +* [#1512](https://github.com/ember-cli/eslint-plugin-ember/pull/1512) Update `avoid-leaking-state-in-ember-objects` rule to augment instead of replace default config ([@bmish](https://github.com/bmish)) |
| 24 | + |
| 25 | +#### :rocket: Enhancement |
| 26 | +* [#1529](https://github.com/ember-cli/eslint-plugin-ember/pull/1529) Better support native class property definitions (and update to ESLint v8 internally) ([@bmish](https://github.com/bmish)) |
| 27 | + |
| 28 | +#### :memo: Documentation |
| 29 | +* [#1484](https://github.com/ember-cli/eslint-plugin-ember/pull/1484) Improve links in `no-array-prototype-extensions` rule doc ([@bmish](https://github.com/bmish)) |
| 30 | +* [#1480](https://github.com/ember-cli/eslint-plugin-ember/pull/1480) Update optional rule example to use actual optional rule ([@bmish](https://github.com/bmish)) |
| 31 | + |
| 32 | +#### :house: Internal |
| 33 | +* [#1481](https://github.com/ember-cli/eslint-plugin-ember/pull/1481) Add Node 18 to CI ([@ddzz](https://github.com/ddzz)) |
| 34 | +* [#1352](https://github.com/ember-cli/eslint-plugin-ember/pull/1352) Upgrade ESLint dependencies and fix new linting issues ([@ddzz](https://github.com/ddzz)) |
| 35 | + |
| 36 | +#### Committers: 3 |
| 37 | +- Bryan Mishkin ([@bmish](https://github.com/bmish)) |
| 38 | +- Darius Dzien ([@ddzz](https://github.com/ddzz)) |
| 39 | +- Moulik Aggarwal ([@aggmoulik](https://github.com/aggmoulik)) |
| 40 | + |
| 41 | + |
11 | 42 | ## v10.6.1 (2022-05-04)
|
12 | 43 |
|
13 | 44 | #### :bug: Bug Fix
|
|
0 commit comments