edf2csv 0.6.18 → 0.6.20

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.
Files changed (2) hide show
  1. package/docs/CHANGELOG.md +22 -0
  2. package/package.json +1 -1
package/docs/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
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.20
7
+
8
+ ### Fixed: two pages quoted the short-read error as 0.6.4 stopped printing it
9
+
10
+ 0.6.4 put the count through `counted` so it could not say "1 were available", which added the
11
+ noun: the message now reads `but only 131072 bytes were available`. Two pages quote that error
12
+ verbatim and neither was updated, so this repository spent four versions showing output its own
13
+ tool does not produce — the exact defect most of the 0.5 line was spent removing, introduced by
14
+ a fix for a different one.
15
+
16
+ Nothing caught it. The suite pins the quoted *hints* and the warnings of one example command;
17
+ these two are error transcripts in prose, which nothing reads.
18
+
19
+ ## 0.6.19
20
+
21
+ ### Fixed: "only `--info` output goes to stdout", in the paragraph about piping
22
+
23
+ The sentence exists to say a conversion is safe to pipe, and the flag it leaves out is the one
24
+ that puts a CSV on the pipe. `--stdout` is the whole reason someone reads this paragraph before
25
+ writing `edf2csv rec.edf --stdout | head`. Same omission 0.6.17 fixed in getting-started's
26
+ version of the claim, which at least named `--help` and `--version`.
27
+
6
28
  ## 0.6.18
7
29
 
8
30
  ### 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.18",
3
+ "version": "0.6.20",
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",