edf2csv 0.4.68 → 0.4.69

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/CHANGELOG.md +15 -0
  2. package/package.json +1 -1
package/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.4.69
7
+
8
+ ### Added: `formatWallClock` is documented, and every export is checked to be
9
+
10
+ It was exported and mentioned nowhere, which matters more than a missing line. It is the
11
+ function that writes a recording's start time without a timezone, and the trap it exists to
12
+ avoid is one a caller falls into precisely because they did not know there was an
13
+ alternative: `startDateTime` is a UTC `Date` carrying the file's wall-clock digits so they
14
+ round-trip unshifted, and `toISOString()` on it appends a `Z` that asserts UTC. A reader
15
+ converting that to local time moves the recording by their own offset — 13:43:04 in the file
16
+ becomes 08:43:04 in New York.
17
+
18
+ A test now compares every name `dist/index.js` exports against api.md. Twenty-eight exports,
19
+ one of them undocumented, and nothing had been reading the list.
20
+
6
21
  ## 0.4.68
7
22
 
8
23
  ### Fixed: the landing page showed a timezone the format does not have
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.4.68",
3
+ "version": "0.4.69",
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",