edf2csv 0.6.66 → 0.6.67

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.67
7
+
8
+ ### the 404 was the only page with no way back to the source
9
+
10
+ The 404 was the one page with no footer, which made it the one page with no link to the
11
+ repository or the package — a page reached by a broken link or a typo, and therefore the page
12
+ most likely to be somebody's first, offering the fewest ways out. It also had no skip link, and
13
+ its header carried one nav item where every other page carries four.
14
+
15
+ The footer is now a single string both the documentation pages and the 404 render, rather than a
16
+ literal copied into one of them, which is what let them diverge in the first place. The two
17
+ inline `style` attributes it was laying itself out with became rules in the stylesheet next to
18
+ the ones they were duplicating.
19
+
6
20
  ## 0.6.66
7
21
 
8
22
  ### reaching the prose by keyboard took fifteen tab stops
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.66",
3
+ "version": "0.6.67",
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",