-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
35 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,25 @@ | ||
# Change Log | ||
|
||
## v0.8.0 | ||
|
||
**Features:** | ||
|
||
* new rule: `no-invalid-assertion` | ||
* `no-inferred-empty-object` checks JSX elements and tagged templates starting from [email protected] | ||
* `no-useless-initializer` checks destructuring defaults | ||
|
||
**Bugfixes:** | ||
|
||
* `no-inferred-empty-object` correctly checks classes with constructor | ||
* `no-inferred-empty-object` correctly checks classes from JavaScript files that have type parameters in JSDoc | ||
* `no-useless-assertion` forbids definite assignment assertions on properties with computed name | ||
* `no-return-await` wraps object literals returned from shorthand arrow functions in parentheses to avoid syntax errors | ||
* `no-useless-spread` no longer autofixes object spread to avoid introducing duplicate key errors | ||
* `--project` flag no longer causes a crash when referencing non-existent files | ||
* `valtyr` correctly loads custom formatters | ||
|
||
Thanks to @aervin for contributing. | ||
|
||
## v0.7.0 | ||
|
||
**Features:** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters