Skip to content

Latest commit

 

History

History
102 lines (76 loc) · 6.97 KB

CHANGELOG.md

File metadata and controls

102 lines (76 loc) · 6.97 KB

1.5.1 (2017-09-27)

Chores
Documentation Changes
Bug Fixes
  • talk: Changed base url to HTTPS (#11) (f076fff0)
  • response:
    • doError calls should include options (f343eac2)
    • Rewrite error response (#11) (b51a9861)
  • doError: Fixed missing options (#11) (65516ab2)
Code Style Changes
Tests
  • config:
    • Replaced node 7 with 8 on Travis (b1ab64fe)
    • Travis CI update node versions (77482d04)
    • Use dynamic node versions on Travis CI (070c1451)
  • main:

1.5.0 (2016-9-5)

Chores
Documentation Changes
  • badges:
    • Replace Gemnasium with bitHound (caf00ceb)
    • Deeplink Gemnasium to dependencies tab (47757a2c)
    • Add npm version for changelog (9375aef4)
  • readme: Cleaner author footnote (0c07240a)
Bug Fixes
Other Changes
  • example: Consistent return (4ca95552)
  • undefined:
Refactors
  • main:
    • Moved response handling to function (9590f0db)
    • Cleaner methods code with JSDoc (02bc29bb)
  • package: Minimum supported node v4.0 (f3ae249e)
Code Style Changes
  • comment: Add intro and JSdoc (b3044289)
Tests
  • config:
  • lint: Update eslint to ES6 (d4ffdaa1)
  • undefined:
    • add node v6 to Travis config (76bda9c1)
    • wait one second between tests (7013b9af)
    • don't fail when response is incomplete (bae4d515)