edf2csv 0.6.84 → 0.6.86
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 +31 -0
- package/package.json +1 -1
package/docs/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,37 @@
|
|
|
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.86
|
|
7
|
+
|
|
8
|
+
### the contents list omitted every diagnostic code on the page about them
|
|
9
|
+
|
|
10
|
+
The on-page contents list showed h2s only. That is right for a page whose subheadings subdivide an
|
|
11
|
+
argument, and wrong for the reference pages, where the subheading is the entry: warnings-and-errors
|
|
12
|
+
is 13,000 words holding 42 of them, one per diagnostic code, and a reader who has just seen
|
|
13
|
+
INPUT_CHANGED in their terminal was handed a list of eleven section titles, not one of which is
|
|
14
|
+
what they came to look up. They could search the page, which is what people did, or scroll 13,000
|
|
15
|
+
words. The ids were already there and already permanent.
|
|
16
|
+
|
|
17
|
+
Subheadings are now listed, indented under their section and set a step smaller, so 53 entries read
|
|
18
|
+
as a structure rather than a wall. The box scrolls at 60% of the viewport rather than pushing the
|
|
19
|
+
first paragraph off the screen on the pages that need it most.
|
|
20
|
+
|
|
21
|
+
## 0.6.85
|
|
22
|
+
|
|
23
|
+
### printing a reference page spent the first sheet on navigation
|
|
24
|
+
|
|
25
|
+
Reference documentation gets printed and saved next to the recordings it describes, and this site
|
|
26
|
+
had no print styles at all. A printed CLI reference spent its first sheet on a sticky header, an
|
|
27
|
+
eleven-item sidebar and a contents list of links that cannot be clicked on paper, then asked the
|
|
28
|
+
printer for a near-black background across every page, which obliging printers supply.
|
|
29
|
+
|
|
30
|
+
The navigation, the contents list, the skip link, the heading permalinks and the footer are the
|
|
31
|
+
parts that only work on a screen, so they are dropped. Colours are forced to black on white.
|
|
32
|
+
Headings avoid breaking away from the text they introduce, and code blocks are allowed to break
|
|
33
|
+
across pages rather than being pushed whole onto the next sheet, since a forty-line transcript
|
|
34
|
+
would otherwise leave half a sheet blank. External links have their destination written out after
|
|
35
|
+
them, because a link on paper is otherwise a word with nowhere to go.
|
|
36
|
+
|
|
6
37
|
## 0.6.84
|
|
7
38
|
|
|
8
39
|
### every heading was addressable and none of them said so
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.86",
|
|
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",
|