edf2csv 0.6.43 → 0.6.45

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.45
7
+
8
+ ### Fixed: the warnings page's usage table omitted every `--stdout` refusal
9
+
10
+ Fourteen rows, and the whole `--stdout` family was one of them — "Several recordings with
11
+ `--stdout`" — while the CLI reference lists five distinct ways that flag is refused: a folder,
12
+ `--annotations-only`, a mixed-rate recording in the wide layout, and the four flags it
13
+ contradicts. The empty-folder case and the nested-destination case were missing too.
14
+
15
+ The two pages enumerate the same set and each was missing what the other had, which is the
16
+ failure mode of keeping one list in two places. Both now carry all of it.
17
+
18
+ ## 0.6.44
19
+
20
+ ### Fixed: the CLI reference's exit-2 list omitted the destination collisions
21
+
22
+ Nine categories listed, and the one missing is the only one that can stop a batch of five
23
+ hundred recordings before a byte is written. `assertDistinct` refuses two recordings whose output
24
+ would land in one directory, and refuses one destination sitting inside another; both throw
25
+ `OptionError` and exit 2.
26
+
27
+ The warnings page tabulates the first of the two and the CLI reference tabulated neither, so
28
+ between them the site described half of it. The next version gives the warnings page the rest.
29
+
6
30
  ## 0.6.43
7
31
 
8
32
  ### Fixed: `exceeds_spreadsheet_limit` was emitted by `--info --json` and documented nowhere
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.43",
3
+ "version": "0.6.45",
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",