Releases: livingdata-co/tabular-data-helpers
Releases · livingdata-co/tabular-data-helpers
v0.0.13
v0.0.12
- Fix delimiter detection and fallback b16c218
v0.0.11
- Add ISO-8859-15 to allowed encodings 402b09e
v0.0.10
v0.0.9
v0.0.8
Notable changes
- Update Node.js minimum version to 20.9
- Update dependencies
Commits
- Fix package.json formatting 48ec026
- Set up new Node.js minimal version to 20.9 4b0fb19
- Update codebase according new xo version a58efc2
- Update xo (0.58.0) 936cdbe
- Update papaparse (5.4.1) ee7560c
- Update chardet (2.0.0) febb4d4
- Adapt codebase to get-stream new version 4187136
- Upgrade dependencies c885dc7
- Update GitHub Actions workflow 167fb08
- Upgrade yarn 5f87f09
- Set packageManager config for corepack 3442814
Full Changelog: v0.0.7...v0.0.8
v0.0.7
v0.0.6
Notable changes
- Compute
readBytes
in validation fromTransform
stream
Commits
- Compute readBytes from a Transform stream 7f29098
v0.0.5
Notable changes
- Add
abort
method tovalidationProcess
instance
Commits
- Add abort method to validationProcess instance 1bb0466
v0.0.4
Notable changes
- Add
createCsvReadStream
helper