edf2csv 0.6.47 → 0.6.48

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 +13 -0
  2. package/package.json +1 -1
package/docs/CHANGELOG.md CHANGED
@@ -3,6 +3,19 @@
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.48
7
+
8
+ ### Fixed: nothing said the JSON drops the hint every terminal warning carries
9
+
10
+ A warning on screen is two lines: the message, and an indented hint saying what to do. The
11
+ `warnings` array and `metadata.json`'s `notes` carry `code`, `severity` and `message` — and every
12
+ transcript on the site shows both lines, so a reader moving from the terminal to a script has no
13
+ reason to expect the second one to be gone.
14
+
15
+ Nothing on any page was false about this; it was absent, which for a machine-readable contract
16
+ is the same problem. Said outright now, with the reason — a hint varies with the run while a
17
+ code does not — and a pointer to where the remedy lives.
18
+
6
19
  ## 0.6.47
7
20
 
8
21
  ### Fixed: `INPUT_CHANGED` missing from the list of warnings `--info` cannot raise
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.47",
3
+ "version": "0.6.48",
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",