edf2csv 0.6.52 → 0.6.54

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 +25 -0
  2. package/package.json +1 -1
package/docs/CHANGELOG.md CHANGED
@@ -3,6 +3,31 @@
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.54
7
+
8
+ ### Fixed: the FAQ's truncation transcript punctuated the hint differently from the tool
9
+
10
+ `The recording looks truncated - it may have been cut short or copied incompletely.` The tool
11
+ writes `truncated. It may`. A hyphen and a lowercase letter where there is a full stop and a
12
+ capital — small, and still a block presented as captured output that no run of edf2csv produces.
13
+
14
+ The test that keeps quoted hints honest checks that each is attached to the diagnostic it belongs
15
+ to, not that it is transcribed character for character, so this sat inside a fenced block being
16
+ read as real.
17
+
18
+ ## 0.6.53
19
+
20
+ ### Changed: the API guard checks class members, not just class names
21
+
22
+ `EdfFile` is one name in the package's exports, so the test asserting api.md documents every
23
+ export was satisfied by the word "EdfFile" appearing once — while two of its twenty-two public
24
+ members went unwritten until 0.6.35 and 0.6.36 found them by hand.
25
+
26
+ The check now walks the prototype of every exported class and requires each member to appear on
27
+ the page. Read off the shipped object rather than the declarations, so it follows what consumers
28
+ actually get. Extended in place rather than added as a new test, since the suite's size is pinned
29
+ on the correctness page and this is the same claim the existing one was making.
30
+
6
31
  ## 0.6.52
7
32
 
8
33
  ### Changed: the long-layout guard learns the wordings that got past it
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.52",
3
+ "version": "0.6.54",
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",