Skip to content

v2.0.0

Compare
Choose a tag to compare
@shellscape shellscape released this 25 Sep 12:21
· 55 commits to master since this release

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