edf2csv 0.6.15 → 0.6.17
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/docs/CHANGELOG.md +19 -0
- package/package.json +1 -1
package/docs/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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.6.17
|
|
7
|
+
|
|
8
|
+
### Fixed: the list of what writes to stdout left out `--stdout`
|
|
9
|
+
|
|
10
|
+
"Only `--info` and `--json` write to stdout — along with `--help` and `--version`" is an
|
|
11
|
+
enumeration that says "only", on the page that teaches the stream split, and it omits the flag
|
|
12
|
+
named after the stream. 0.5.144 found `--help` and `--version` missing from this same sentence
|
|
13
|
+
and added them; the third was there the whole time and is the one whose entire purpose is to
|
|
14
|
+
put a CSV on stdout.
|
|
15
|
+
|
|
16
|
+
## 0.6.16
|
|
17
|
+
|
|
18
|
+
### Fixed: getting-started's exit statuses had the same gap the README did
|
|
19
|
+
|
|
20
|
+
0.6.10 fixed this on the README and this page says it too, in its own words, with the same two
|
|
21
|
+
omissions: a `--strict` run that converts a recording perfectly and warns about it exits 1
|
|
22
|
+
without anything having failed to read or write, and Ctrl-C exits 130. Both pages are read
|
|
23
|
+
before anyone reaches the CLI reference, which has had the full table all along.
|
|
24
|
+
|
|
6
25
|
## 0.6.15
|
|
7
26
|
|
|
8
27
|
### Fixed: two more pages said `--info` reads "the first sixteen records"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.17",
|
|
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",
|