edf2csv 0.5.34 → 0.5.35

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/CHANGELOG.md +20 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,26 @@
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.5.35
7
+
8
+ ### Fixed: four documents disagreeing with the tool or with themselves
9
+
10
+ - **`CITATION.cff` declared 0.4.19** while package.json said 0.5.34 — 107 releases behind. It
11
+ is the file a citation is generated from, so it is the one version number that ends up in
12
+ somebody else's bibliography rather than only on a page here. A test holds it to
13
+ package.json now.
14
+ - **warnings-and-errors.md said `DISCONTINUOUS` "covers five related conditions"** and listed
15
+ five; the code raises six. The missing one is the EDF+C file whose own records disagree
16
+ about its continuity, which appeared nowhere on the page despite being the condition with
17
+ the most careful implementation behind it — the tolerance it compares against is what
18
+ 0.4.41 exists for.
19
+ - **correctness.md opened with "Eight separate claims"** over a sentence reading "covers seven
20
+ different things, verified seven different ways". Consecutive lines.
21
+ - **api.md said `require("edf2csv")` "won't work".** It works on any Node that can require an
22
+ ESM graph, since nothing here uses top-level `await` — verified on 22.16 and 24.4. It does
23
+ fail on the older Node 20 releases that predate that support, which are inside the declared
24
+ range, so the page now says that and points at `await import()` as the portable form.
25
+
6
26
  ## 0.5.34
7
27
 
8
28
  ### Fixed: `--info` over a folder left its warnings unattributable
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.5.34",
3
+ "version": "0.5.35",
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",