edf2csv 0.6.74 → 0.6.75
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 +14 -0
- 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.75
|
|
7
|
+
|
|
8
|
+
### the sitemap dated the homepage from files the homepage is not written in
|
|
9
|
+
|
|
10
|
+
0.6.62 gave the sitemap a `<lastmod>` read from commit history, and derived the homepage's date
|
|
11
|
+
from the newest date across `content/*.md`. The homepage's text is not in `content/`. It is in
|
|
12
|
+
Landing.jsx, so the previous release — which rewrote every sentence above the fold — left the
|
|
13
|
+
sitemap reporting a homepage last modified two days earlier, on the same commit that changed it.
|
|
14
|
+
|
|
15
|
+
That is the one direction a wrong date costs something. Reading late is a crawler re-reading a
|
|
16
|
+
page it did not need to; reading early tells it not to bother with a page that has been
|
|
17
|
+
rewritten, which is exactly what a sitemap is supposed to prevent. The homepage's date is now the
|
|
18
|
+
newest of its own sources and the documentation's, since the landing page renders both.
|
|
19
|
+
|
|
6
20
|
## 0.6.74
|
|
7
21
|
|
|
8
22
|
### the Markdown mirrors competed with the pages they mirror
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.75",
|
|
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",
|