csv-parser v3.0.0 Release Notes

Release Date: 2020-12-03 // over 3 years ago
  • ๐Ÿš€ In this release node 8 support is dropped and fixed losing all headers after a broken line (#151).


Previous changes from v2.3.2

  • ๐Ÿ›  Bugfixes

    • ๐Ÿ›  fix: strict + skipLines error. fixes #136

    โšก๏ธ Updates

    • ๐Ÿ“„ docs: stripBomStream -> stripBom
    • โšก๏ธ chore: update execa dependency to 2.1.0 (#147)
    • โœ… chore: use process.execPath rather than node in test (#145)
    • โœ… test: add explicit test for headers option
    • ๐Ÿ“„ docs: add usage note to headers. addresses #142