edf2csv 0.6.63 → 0.6.65
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.
- package/docs/CHANGELOG.md +29 -0
- package/package.json +1 -1
package/docs/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,35 @@
|
|
|
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.65
|
|
7
|
+
|
|
8
|
+
### every documentation page said two of its links were the current one
|
|
9
|
+
|
|
10
|
+
Every prerendered page carried `aria-current="true"` on the header's "Docs" link, hard-coded,
|
|
11
|
+
while the sidebar correctly marked the page actually being read. A screen reader on the CLI
|
|
12
|
+
reference was therefore told two links were the current one, and neither the header link nor the
|
|
13
|
+
page it points at is the CLI reference. The attribute also drives the styling rule the sidebar
|
|
14
|
+
uses, so the header link rendered permanently highlighted, as though it were where you were.
|
|
15
|
+
|
|
16
|
+
The header is a link to the documentation, not a claim about which page is open. The sidebar is
|
|
17
|
+
where that is expressed, and it was already expressing it correctly.
|
|
18
|
+
|
|
19
|
+
## 0.6.64
|
|
20
|
+
|
|
21
|
+
### the hero said four things before saying what the tool does
|
|
22
|
+
|
|
23
|
+
The hero read "EDF, EDF+ and BDF biosignal files become CSV you can open in pandas, R or Excel.
|
|
24
|
+
Local, streaming, and honest about what it found" — two sentences, four claims, before saying
|
|
25
|
+
plainly what the thing does. The repository's own About field has said it in one sentence the
|
|
26
|
+
whole time: convert EEG and biosignal files to CSV in one command. That is now the lede, and the
|
|
27
|
+
claims it displaced are made by the sections underneath, which is where a reader who wants them
|
|
28
|
+
is already going.
|
|
29
|
+
|
|
30
|
+
The meta description carried the same problem in a worse place. It read "Convert EDF, EDF+ and
|
|
31
|
+
BDF recordings - EEG, ECG, sleep studies - to CSV with one command", and that parenthetical is
|
|
32
|
+
what a search result and a pasted link show first. It now leads with the sentence and states the
|
|
33
|
+
formats after it, with no dashes to read around.
|
|
34
|
+
|
|
6
35
|
## 0.6.63
|
|
7
36
|
|
|
8
37
|
### Fixed: phones could scroll the whole site sideways, and every heading faded in
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.65",
|
|
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",
|