-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
028126d
commit e4a80ab
Showing
11 changed files
with
60 additions
and
33 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,28 @@ | ||
# Changelog | ||
|
||
## 3.0.0 | ||
|
||
### Major Changes | ||
|
||
- 028126d: Improve logging | ||
|
||
1. Added `trace` and `verbose` levels | ||
2. Log pipeline debug info as `trace` (closes #149) | ||
3. Change the semantics of CLI `--verbose` flag | ||
- default level (without flag) is `warn` | ||
- `-v` -> `info` | ||
- `-vv` -> `debug` | ||
- `-vvv` -> `verbose` | ||
- `-vvvv` -> `trace` | ||
4. Added new `--quiet` flag to disable all logging | ||
5. Pipeline variables are logged to `verbose` | ||
|
||
### Patch Changes | ||
|
||
- ccc06d0: Enable TRACE logging level | ||
- Updated dependencies [028126d] | ||
- [email protected] | ||
|
||
## 2.0.0 | ||
|
||
### Major 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# barnard59-csvw | ||
|
||
## 1.0.1 | ||
|
||
### Patch Changes | ||
|
||
- 93a11f5: Added module with a commonly used CSVW filter |
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,12 @@ | ||
# barnard59-test-e2e | ||
|
||
## 0.0.2 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [028126d] | ||
- [email protected] | ||
|
||
## 0.0.1 | ||
|
||
### 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