-
Notifications
You must be signed in to change notification settings - Fork 15
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
2 changed files
with
23 additions
and
8 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,3 +1,18 @@ | ||
### 1.1.0 | ||
|
||
- Update to [email protected] | ||
- Do not send event for disabled flows when lintDisabledFlows is false | ||
- Allow a flow-scoped warning to be disabled for that flow Fixes #15 | ||
- Consider method property when detecting duplicate HTTP In paths Fixes #19 | ||
- Ensure rule settings that are cleared get removed from runtime settings Fixes #11 | ||
- Add allowDefaultName options to function/link rules (#34) @knolleary | ||
- Handle junctions in overlapping-nodes rule (#33) @knolleary | ||
- Run eslint on all parts of Function node and handle built-ins (#24) @knolleary | ||
- Support --version option (#25) @k-toumura | ||
- Add option to skip linting disabled flows (#14) @knolleary | ||
- Fix function-eslint rule for precise linting (#18) @k-toumura | ||
- Improve no-loop detection (#13) @knolleary | ||
|
||
### 1.0.2 | ||
|
||
- Handle rule that is disabled at the top level config | ||
|
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