edf2csv 0.6.70 → 0.6.71

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.71
7
+
8
+ ### table headers claimed no direction on pages that are mostly tables
9
+
10
+ The reference pages are largely tables: every flag with its default, every diagnostic code with
11
+ its cause, every exit status with what produces it. marked emits `<th>` with no `scope`, so a
12
+ screen reader announcing a cell in the middle of the warnings table had to guess which header
13
+ governed it, and the guess is what the heuristics do rather than what the markup says.
14
+
15
+ One `replaceAll` in the renderer, because every table on this site is the same shape — one header
16
+ row across the top — so `scope="col"` is true of all of them and would have to stop being applied
17
+ blindly the day one of them grows a row header. 18 header cells on the CLI reference alone.
18
+
6
19
  ## 0.6.70
7
20
 
8
21
  ### a screen reader listed five regions all called section
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.70",
3
+ "version": "0.6.71",
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",