All Versions
14
Latest Version
Avg Release Cycle
120 days
Latest Release
1574 days ago

Changelog History
Page 1

  • v3.0.0 Changes

    December 03, 2020

    🚀 In this release node 8 support is dropped and fixed losing all headers after a broken line (#151).

  • v2.3.5

    December 03, 2020
  • v2.3.4

    December 01, 2020
  • v2.3.3

    June 05, 2020
  • v2.3.2 Changes

    November 07, 2019

    🛠 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
  • v2.3.1

    September 23, 2019
  • v2.3.0 Changes

    May 13, 2019

    🔋 Features

    • ✅ feat(TS): expose TS interfaces, add type tests (#128)

    ⚡️ Updates

    • ⚡️ chore: update devDeps and fix npm audit (#129)
  • v2.2.1 Changes

    March 13, 2019

    🛠 Bugfixes

    • 🛠 fix: map final empty value. fixes #124 (#125)
  • v2.2.0 Changes

    March 03, 2019

    🛠 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)
  • v2.1.0 Changes

    October 22, 2018

    🛠 Bugfixes

    • 🛠 fix: mapHeaders error when using binary. fixes #99 (a22f006)
    • 🛠 fix: bin version. fixes #98 (2c95c35)

    🔋 Features

    • 📜 feat: maxRowBytes to limit row length (#88)

    ⚡️ Updates

    • 📄 docs: remove extraneous skipLines. fixes #96 (16944c1)