All Versions
14
Latest Version
Avg Release Cycle
120 days
Latest Release
1211 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)