edf2csv 0.5.142 → 0.5.143
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
3
3
|
Notable changes to edf2csv. Versions follow [semantic versioning](https://semver.org); while the
|
|
4
4
|
major version is 0, a minor bump may contain breaking changes.
|
|
5
5
|
|
|
6
|
+
## 0.5.143
|
|
7
|
+
|
|
8
|
+
### Fixed: --help is not handled before every other check
|
|
9
|
+
|
|
10
|
+
cli-reference said `--help` and `--version` are "handled before any other argument checking".
|
|
11
|
+
They are handled before the *inputs* are looked at, which is what the two examples beside the
|
|
12
|
+
claim show — but an unrecognised flag is caught first, so `edf2csv --help --bogus` exits 2 and
|
|
13
|
+
prints no usage. Someone reaching for `--help` to find out what they got wrong was told it
|
|
14
|
+
would work.
|
|
15
|
+
|
|
6
16
|
## 0.5.142
|
|
7
17
|
|
|
8
18
|
### Fixed: an estimate comment describing a quoting rule the writer does not have
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.143",
|
|
4
4
|
"description": "Convert EDF, EDF+ and BDF biosignal recordings (European Data Format) to CSV from the command line. Local, streaming, and never resamples or alters units.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"edf",
|