-
Notifications
You must be signed in to change notification settings - Fork 8
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
4 changed files
with
24 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# @feature-sliced/steiger-plugin | ||
|
||
## 0.2.0 | ||
|
||
### Minor Changes | ||
|
||
- Add a new rule `import-locality` | ||
- BREAKING: Stop exporting types from @feature-sliced/steiger-plugin, moving them to a private package @steiger/types instead. Later they will be exposed in the toolkit for building custom rules. | ||
- Add a new rule `no-file-segments` | ||
- Add a new rule `no-processes` | ||
|
||
### Patch Changes | ||
|
||
- Fix the rules not working on Windows | ||
- Fix the `repetitive-naming` rule complaining about a single slice | ||
- Fix the `public-api` rule demanding indexes on App |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# steiger | ||
|
||
## 0.2.0 | ||
|
||
### Minor Changes | ||
|
||
- Implement a rudimentary auto-fix engine | ||
|
||
## 0.1.2 | ||
|
||
### Patch Changes | ||
|
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