edf2csv 0.6.20 → 0.6.21

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 +10 -0
  2. package/package.json +1 -1
package/docs/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
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.21
7
+
8
+ ### Fixed: getting-started said the output directory is the filename "with `_csv` appended"
9
+
10
+ That is `recording.edf_csv`. `defaultOutputDir` strips the extension first, so it is
11
+ `recording_csv` — which the same page prints in its own transcript nine lines above, and which
12
+ the other three pages describing this all state correctly as the extension being removed or
13
+ replaced. One page, contradicting itself and the other three, on the first fact anyone learns
14
+ about where their output goes.
15
+
6
16
  ## 0.6.20
7
17
 
8
18
  ### Fixed: two pages quoted the short-read error as 0.6.4 stopped printing it
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.20",
3
+ "version": "0.6.21",
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",