edf2csv 0.6.62 → 0.6.64

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 +44 -0
  2. package/package.json +1 -1
package/docs/CHANGELOG.md CHANGED
@@ -3,6 +3,50 @@
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.64
7
+
8
+ ### the hero said four things before saying what the tool does
9
+
10
+ The hero read "EDF, EDF+ and BDF biosignal files become CSV you can open in pandas, R or Excel.
11
+ Local, streaming, and honest about what it found" — two sentences, four claims, before saying
12
+ plainly what the thing does. The repository's own About field has said it in one sentence the
13
+ whole time: convert EEG and biosignal files to CSV in one command. That is now the lede, and the
14
+ claims it displaced are made by the sections underneath, which is where a reader who wants them
15
+ is already going.
16
+
17
+ The meta description carried the same problem in a worse place. It read "Convert EDF, EDF+ and
18
+ BDF recordings - EEG, ECG, sleep studies - to CSV with one command", and that parenthetical is
19
+ what a search result and a pasted link show first. It now leads with the sentence and states the
20
+ formats after it, with no dashes to read around.
21
+
22
+ ## 0.6.63
23
+
24
+ ### Fixed: phones could scroll the whole site sideways, and every heading faded in
25
+
26
+ Three grids collapse to a single column on narrow screens, and all three collapsed to `1fr`.
27
+ A plain `1fr` track has `min-width: auto`, so the one child with an unwrappable width — the
28
+ scope readout's 420px minimum on the landing page, a CSV sample's longest line in the docs —
29
+ set the track wider than the phone, and every element on the page shared one clipped right
30
+ edge with 26px of sideways scroll to find it. The two-column desktop layouts already used
31
+ `minmax(0, 1fr)` for exactly this reason; the single-column collapses now match them. The
32
+ code blocks scroll inside their own boxes, which was always the intent.
33
+
34
+ The scroll-reveal animation is gone. Every section's heading, lede and body used to fade
35
+ upward as the reader reached it, which was defended in the README as arriving "in reading
36
+ order" — but a page where every heading rises into place is indistinguishable from every
37
+ other page where every heading rises into place, and the pattern costs something real here:
38
+ the prerendered landing page shipped its text wrapped in inline `opacity: 0` until the bundle
39
+ arrived to animate it. Content is now simply present. Motion stays where it argues something
40
+ — the hero trace turning into rows, the 765 interpolated dots appearing out of nowhere — and
41
+ in interaction feedback. The hero's own entrance became three lines of CSS, which paint with
42
+ the HTML instead of after it.
43
+
44
+ Two smaller things. The documentation grid on the landing page held eleven cards in a
45
+ four-column grid, leaving a permanent empty cell; a twelfth card now points at
46
+ llms-full.txt, the whole documentation as one plain-text file for pasting into a coding
47
+ agent — a real destination this site already served without linking to it. And the footer
48
+ finally links the npm package, which no page on the site did.
49
+
6
50
  ## 0.6.62
7
51
 
8
52
  ### Changed: the homepage is real HTML, and a pasted link unfurls into something
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.62",
3
+ "version": "0.6.64",
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",