Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 4.82 KB

CHANGELOG.md

File metadata and controls

60 lines (47 loc) · 4.82 KB

2.0.1 (2016-7-8)

Chores
  • cleanup: Cleaner err check (38ccf031)
  • package:
Documentation Changes
  • badges:
    • Added dependencies and coverage (46492a2c)
    • Add npm version for changelog (14b5bf57)
Bug Fixes
  • getStats: Fixed iface iteration break (c2352093)
  • errors:
    • Report command failed instead of stderr (735a911e)
    • More useful invalid interface error (c0884cbd)
  • setup: Fixed config defaults (cae6985b)
Other Changes
  • cleanup: Removed unused vars (6ad03f98)
  • undefined:
    • always run both test commands (e480cc5f)
    • added files to include on npm (a94a96d4)
Refactors
  • main:
  • errors: Moved errors to function (b4918cc8)
  • preinstall:
  • package: Minimum supported node v4.0 (5f7d16b2)
Tests
  • script:
  • ci: Run local bin instead of replacing system vnstat (982fffaa)
  • package: Add coverage dev deps and runner (44c4a429)
  • lint: Updated eslint config for ES6 (c6facff6)
  • undefined: add node v6 to Travis config (6ff96248)