edf2csv 0.6.46 → 0.6.47

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 +14 -0
  2. package/package.json +1 -1
package/docs/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
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.47
7
+
8
+ ### Fixed: `INPUT_CHANGED` missing from the list of warnings `--info` cannot raise
9
+
10
+ It is raised in exactly two places, both inside `convert()`, and `--info` reaches neither. The
11
+ page lists four things a conversion can report that `--info` cannot and this was a fifth.
12
+
13
+ The guard behind that list cannot catch it. It converts every fixture, compares the codes
14
+ against `--info`'s, and requires any difference to be named on the page — and `INPUT_CHANGED`
15
+ fires only when a file moves mid-conversion, which a static fixture never does. So the sweep sees
16
+ the code on neither side and has nothing to compare. Same shape as 0.6.25, where the code was
17
+ missing a section: guards that compare observed behaviour are blind to what never happens in the
18
+ fixture set.
19
+
6
20
  ## 0.6.46
7
21
 
8
22
  ### Fixed: `--info --json` had no field reference, and was described as "the same fields"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.46",
3
+ "version": "0.6.47",
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",