edf2csv 0.6.32 → 0.6.34

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 +24 -0
  2. package/package.json +1 -1
package/docs/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
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.34
7
+
8
+ ### Fixed: the `NO_SAMPLES` summary repeated a conflation the warning itself stopped making
9
+
10
+ "No signal file was written because nothing carries any" is the wording for one of two cases.
11
+ The other is a recording holding nothing but EDF+ annotations, which has no channel that could
12
+ have carried anything — and the conversion prints a different sentence for it precisely because
13
+ the first one was, as the source comment puts it, three false statements in one warning when
14
+ applied to that file.
15
+
16
+ The summary line kept the wording that was split in two.
17
+
18
+ ## 0.6.33
19
+
20
+ ### Fixed: the CLI reference's exit codes, the fifth and last page with this gap
21
+
22
+ "`1` — The file or the destination is the problem" is the sentence the source quotes back at
23
+ itself: `USAGE_ERROR_CODES` in `run.ts` carries it verbatim as the distinction the exit codes
24
+ draw. It is exactly right for every code path except `--strict`, where neither the file nor the
25
+ destination is the problem and the output is written in full.
26
+
27
+ That completes the sweep — README, getting-started, the FAQ, the warnings page and this one all
28
+ now say the same thing about exit 1, and all five list 130.
29
+
6
30
  ## 0.6.32
7
31
 
8
32
  ### Fixed: the canonical exit-code table had the gap the other three pages had
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.32",
3
+ "version": "0.6.34",
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",