You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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))
0 commit comments