Skip to content

Commit 9018fba

Browse files
committed
Update CHANGELOG
1 parent acb2d67 commit 9018fba

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## v7.11.0 (2020-03-20)
2+
3+
#### :rocket: Enhancement
4+
* [#695](https://github.com/ember-cli/eslint-plugin-ember/pull/695) Add new rule `no-incorrect-computed-macros` ([@bmish](https://github.com/bmish))
5+
* [#709](https://github.com/ember-cli/eslint-plugin-ember/pull/709) Add new rule `no-invalid-dependent-keys` ([@TheMBTH](https://github.com/TheMBTH))
6+
* [#718](https://github.com/ember-cli/eslint-plugin-ember/pull/718) Add new rule `no-replace-test-comments` ([@jaydgruber](https://github.com/jaydgruber))
7+
* [#705](https://github.com/ember-cli/eslint-plugin-ember/pull/705) Support TypeScript files when checking if rules are running on Ember module or test files ([@bmish](https://github.com/bmish))
8+
9+
#### :bug: Bug Fix
10+
* [#719](https://github.com/ember-cli/eslint-plugin-ember/pull/719) Validate imports before reporting violations in `no-invalid-debug-function-arguments` rule ([@bmish](https://github.com/bmish))
11+
12+
#### :memo: Documentation
13+
* [#716](https://github.com/ember-cli/eslint-plugin-ember/pull/716) Revamp the guide for contributing a new rule ([@bmish](https://github.com/bmish))
14+
* [#715](https://github.com/ember-cli/eslint-plugin-ember/pull/715) Mention if a rule is auto-fixable in its documentation ([@bmish](https://github.com/bmish))
15+
* [#713](https://github.com/ember-cli/eslint-plugin-ember/pull/713) Add tests to ensure each rule documentation file has the right title and an examples section ([@bmish](https://github.com/bmish))
16+
* [#711](https://github.com/ember-cli/eslint-plugin-ember/pull/711) Improve contribution guide for adding new rules ([@TheMBTH](https://github.com/TheMBTH))
17+
18+
#### :house: Internal
19+
* [#720](https://github.com/ember-cli/eslint-plugin-ember/pull/720) Add tests to ensure some computed property rules handle the @computed decorator ([@bmish](https://github.com/bmish))
20+
21+
#### Committers: 3
22+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
23+
- L@elaps ([@TheMBTH](https://github.com/TheMBTH))
24+
- [@jaydgruber](https://github.com/jaydgruber)
25+
126
## v7.10.1 (2020-03-07)
227

328
#### :bug: Bug Fix

0 commit comments

Comments
 (0)