Skip to content

Releases: rxtoolkit/csv

v2.1.3

01 Jan 00:46

Choose a tag to compare

2.1.3 (2024-01-01)

Bug Fixes

  • first npm publish from GitHub CD (ea3d330)
  • resolved broken dep (922ae56)
  • resolved broken dependency (3e22ade)

v2.1.2

05 Feb 16:33

Choose a tag to compare

fix: resolved issue where csv-parse no longer parsed CSV properly due to breaking changes in v4.16

v2.1.1

05 Feb 15:59

Choose a tag to compare

fix: resolved issue where upstream error observable would throw fatal exceptions

v2.1.0

06 Dec 19:07

Choose a tag to compare

feat: toCSV operator now properly orders columns if objects are inconsistent

v2.0.0

18 Mar 14:02

Choose a tag to compare

  • feat: toCSV operator now transforms a stream of JS objects into CSV
  • feat: parseCSV operator now transforms a stream of CSV string data to JS objects