Releases: C2FO/fast-csv
Releases · C2FO/fast-csv
v3.4.0
v3.3.0
v3.2.0
v3.0.2
v2.3.0
v2.2.0
Fix for empty last column when contains a delimiter
- Fix for last column empty when line end with a delimiter.
Handling empty last column
Fast CSV will now handles the last column being empty.
Encoding Fixes
- Fix for when chunk returned by transform to the parser ends with a space
- Functionality to give a reason when invalid data
- Fix problem with utf8 encoded streams that have multi-byte characters
- Allow passing sparse array of headers
Node 4-5 Support
- Node 4 and 5 support.
- Deprecating the record event.