csv-parser v2.2.0 Release Notes

Release Date: 2019-03-03 // about 5 years ago
  • ๐Ÿ›  Bugfixes

    • ๐Ÿ›  fix: skipLines with header option. fixes #110, #84 (ead4c1f)
    • ๐Ÿ›  fix: properly skip comment lines (65e283d)

    ๐Ÿ”‹ Features

    • ๐Ÿ“œ feat: skipComments (472d8ae)

    โšก๏ธ Updates

    • ๐Ÿ”จ test: refactor tests, break out options
    • ๐Ÿ“„ docs: add note about BOMs
    • ๐Ÿ“ฆ chore: include typescript declaration file in package.json (#115)
    • ๐Ÿ“„ docs: correct syntax error in example usage (#109)
    • ๐Ÿ“„ docs: correct mapValues function name (#107)
    • ๐Ÿ“„ docs: update contributing guide re: concerns in #106
    • โœ… test: add test for #105
    • ๐Ÿ“œ chore: Add Typescript definition (#104)
    • ๐Ÿ“„ docs: fix usage example (#103)
    • ๐Ÿ“„ docs: update mapHeaders function name (#102)