csv-parser v2.0.0 Release Notes

Release Date: 2018-09-25 // over 5 years ago
  • ๐Ÿ’ฅ Breaking Changes

    ๐Ÿ”‹ Features

    • ๐Ÿ“œ feat: add skipLines option (#64)
    • ๐Ÿ“œ feat: allow headers: false, index column names (628e97c)

    โšก๏ธ Updates

    • Moderately faster benchmarks
    • .editorconfig for standardized editor experience
    • ๐Ÿ‘• ESLint (with eslint-config-standard) implemented
    • ๐Ÿš€ Travis runs tests for Node v6, v8, v10 (Maintenance + Active LTS versions)
    • ๐Ÿšš Tests moved to ava (faster, snapshots)
    • ๐Ÿ“š Documentation refactor, and missing documentation added
    • ๐Ÿ”จ Code refactored using Node v6+ ES6 support
    • ๐Ÿ”จ Benchmark utility refactored and improved