edf2csv 0.6.18 → 0.6.19
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 +9 -0
- package/package.json +1 -1
package/docs/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
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.19
|
|
7
|
+
|
|
8
|
+
### Fixed: "only `--info` output goes to stdout", in the paragraph about piping
|
|
9
|
+
|
|
10
|
+
The sentence exists to say a conversion is safe to pipe, and the flag it leaves out is the one
|
|
11
|
+
that puts a CSV on the pipe. `--stdout` is the whole reason someone reads this paragraph before
|
|
12
|
+
writing `edf2csv rec.edf --stdout | head`. Same omission 0.6.17 fixed in getting-started's
|
|
13
|
+
version of the claim, which at least named `--help` and `--version`.
|
|
14
|
+
|
|
6
15
|
## 0.6.18
|
|
7
16
|
|
|
8
17
|
### Fixed: the FAQ's exit codes, in the answer written for scripts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.19",
|
|
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",
|