Releases: jtwebman/csv-batch
Releases · jtwebman/csv-batch
2.0.6
2.0.5
Fix column header overriding
- 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
- 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
- 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
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.