Releases: mafintosh/csv-parser
Releases · mafintosh/csv-parser
v3.0.0
v2.3.2
v2.3.0
v2.2.1
v2.2.0
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
v2.0.0
Breaking Changes
- Drops support for legacy Node versions (versions not in Maintenance or Active LTS)
- refactor: Use RangeError (#73)
Features
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