edf2csv 0.6.53 → 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 +12 -0
  2. package/package.json +1 -1
package/docs/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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
+
6
18
  ## 0.6.53
7
19
 
8
20
  ### Changed: the API guard checks class members, not just class names
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.53",
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",