Skip to content

Releases: livingdata-co/tabular-data-helpers

v0.0.3

27 Sep 19:41
b45747c
Compare
Choose a tag to compare

Notable changes

  • Fixes

Commits

  • Ensure events is imported before papaparse 343a6b6
  • Fix readBytes + enable chunk mode 7a41fb5
  • Ensure readBytes is OK ec0ac27
  • Fix issue when switching from buffer to stream in auto-decode-stream b739503
  • Ensure blobToStream end 7fd264c

v0.0.2...v0.0.3

v0.0.2

26 Sep 20:03
e8ead39
Compare
Choose a tag to compare

Notable changes

  • Update build process

Commits

  • Replace prepare by prepublishOnly d36e6ce

v0.0.1...v0.0.2

v0.0.1

26 Sep 20:00
c07b711
Compare
Choose a tag to compare

Notable changes

  • Initial release

Commits

  • Update meta 3a9ec3c
  • Add validateCsvFromBlob and Stream 23dc29c
  • Expose totalBytes property to blobToStream instance cb6e90f
  • Expose readBytes property to blobToStream instance 9eebd7c
  • Refactor CSV parsing 708ec8c
  • Enable streams for iconv in browser e5303ec
  • Use polyfills for stream/buffer e1190c3
  • Configure exported functions 3da6550
  • Replace previewCsvFromBuffer by previewCsvFromStream 1b625d0
  • Emit encoding event 59226bb
  • Add createAutoDecodeStream 8f41638
  • Add SWC transpilation 4261396
  • Add previewCsvFromBlob function 2d54b40
  • Add blobToReadableStream function 2af0f72
  • Add BSD linebreak 66fe62c
  • Remove ISO-8859-15 from auto-detected encodings cda84a1
  • Add previewCsvFromBuffer ebb49eb
  • Add detectEncoding function e94f3a0
  • Setup package with xo/ava a74ef0b

677cc38...v0.0.1