Skip to content

Releases: jtwebman/csv-batch

2.0.6

02 Jul 03:45
Compare
Choose a tag to compare
  • Updated Dev Dependencies and package.json version.
  • Update tests to run and support Node.js 18 and drop tests in Node.js 17.

2.0.5

07 Mar 08:15
Compare
Choose a tag to compare
  • Update dev deps
  • Testing on windows and in supported node versions
  • Fix eslint on windows

Fix column header overriding

22 Jul 23:29
Compare
Choose a tag to compare
  • If the header setting was set to true and you passed columns it wasn't overriding the headers with your defined headers. This is now fixed.

Fix dev dependencies security alert

01 Jun 04:02
fddd8d0
Compare
Choose a tag to compare
  • The dev dependencies had a security alert so we bumped all the versions.
  • Add node 17 and 18 to run tests on and removed node 15.

Fix missed final batch

06 Feb 21:38
adccb8b
Compare
Choose a tag to compare
  • Fixed the issue where if you were batching and the last batch wasn't the same as the max batch size it would get missed.

Add reducer and cleanup

24 Jan 18:54
Compare
Choose a tag to compare

Cleanup and added reducers

  • Cleaned up promise code to async
  • Breaking change to rename transform setting to map
  • Now only support node 10+
  • Add reducer and getInitialValue to support aggregations including batching
  • Update dev dependencies
  • Fix broken http test.