-
Notifications
You must be signed in to change notification settings - Fork 3
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
Arthur Soulié
committed
May 16, 2022
1 parent
b55a42d
commit ced1cac
Showing
2 changed files
with
27 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 |
---|---|---|
@@ -1,3 +1,28 @@ | ||
# Changelog for haskell-style-checker | ||
|
||
## Unreleased changes | ||
## 2.0.0.0 | ||
|
||
### Features | ||
|
||
- Added Vera compatibility option | ||
- Added Argos compatibility option | ||
- Changed input methods now taking a list of directories and files at the end of cli options and if none, reads from stdin | ||
- Added style issues gravity | ||
|
||
### Miscellaneous | ||
|
||
- Deprecated old cli options parser for optparse-applicative | ||
- Added basic barebone system tests | ||
- Changed CI to create a multi-job workflow | ||
- Added documentation to a good part of the code | ||
|
||
## 2.1.0.0 | ||
|
||
### Features | ||
|
||
- Added dumping manifest option (--dump-manifest) | ||
|
||
### Miscellaneous | ||
|
||
- Update CI artifact name | ||
- Cleaner code |
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