Skip to content

Latest commit

 

History

History
94 lines (69 loc) · 6.45 KB

CHANGELOG.md

File metadata and controls

94 lines (69 loc) · 6.45 KB

0.3.3 (2016-10-24)

Chores
  • main: Description, author, license comments (522db02f)
Documentation Changes
  • readme: Updated npm install command (92ac6f9f)
Tests
  • main: Description, author, license comments (b11f2fd2)

0.3.2 (2016-10-24)

Documentation Changes
  • contributing: Make version note stand out more (336f615b)
  • badges: Removed scope from version badge (c58f045b)
  • readme: Removed scope from package names (bb70cd38)
Refactors
  • package: Moved name out of scope (55a7cb52)

0.3.1 (2016-10-23)

Chores
Documentation Changes
  • contributing:
  • readme:
  • badges: Added more status badges (6ef1eb23)
Bug Fixes
  • errors:
    • Really fixed callback data on error (eaeba74d)
    • Fixed callback data on error (f4f24e6d)
Other Changes
  • undefined:
Refactors
  • errors:
    • Cleaner error handling without returns (f4de2cae)
    • Moved error handling to function (14ec054c)
Tests
  • main:
  • config:
    • Updated eslint to fail on unused vars (a9fae5ab)
    • Updated eslint settings (5daa4b6d)
    • Use dynamic node versions on Travis CI (aa522ceb)
  • lint: Update eslint to ES6 (18c2e034)
  • undefined: add node v6 to Travis config (ca32e6e2)