edf2csv 0.6.67 → 0.6.68

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 +15 -0
  2. package/package.json +1 -1
package/docs/CHANGELOG.md CHANGED
@@ -3,6 +3,21 @@
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.68
7
+
8
+ ### the Markdown mirror of every page was served and linked from nowhere
9
+
10
+ The build has written a plain-Markdown mirror of every page to `/docs/<slug>.md` since the
11
+ llms.txt work, and Vercel serves them with a `text/markdown` content type. Nothing on the site
12
+ ever linked one. They were discoverable by reading llms.txt, guessing the convention, or reading
13
+ the prerenderer — which is a strange place to hide the copy of the documentation meant for people
14
+ and agents who do not want to strip HTML.
15
+
16
+ Each page now declares its mirror with `<link rel="alternate" type="text/markdown">`, which is
17
+ where a machine looks, and says so in a line under the previous/next links, which is where a
18
+ person looks. That line also points at llms-full.txt, the whole documentation as one file, for
19
+ the same reason.
20
+
6
21
  ## 0.6.67
7
22
 
8
23
  ### the 404 was the only page with no way back to the source
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.67",
3
+ "version": "0.6.68",
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",