Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Latest commit

 

History

History
70 lines (52 loc) · 4.82 KB

CHANGELOG.md

File metadata and controls

70 lines (52 loc) · 4.82 KB

1.2.0 (2016-9-30)

Chores
  • package:
    • Mention unofficial in description (47f88825)
    • Reorder npm keywords a-z (1025271a)
    • Update dev deps (b9131fb2)
    • Replaced test runner and dev deps by dotest (9e7c28b6)
    • update eslint to version 3.0.0 (cca186b0)
Documentation Changes
  • readme:
  • badges:
    • Add code quality status from bitHound (66969890)
    • Add coverage status from Coveralls.io (2c995427)
    • Replaced Gemnasium with bitHound dependencies (d8a16831)
Bug Fixes
  • main: Node v4 and v5 require strict mode (db289eac)
  • config: Fixed timeout config (9400b6cb)
Refactors
  • main:
    • Renamed http to httpreq (f1803348)
    • ES6-style anonymous functions (43d5af5b)
    • Replaced var with const and let (0408d54d)
  • error: Cleaner error handling (ba941ffc)
  • package: Minimum supported node v4.0 (6c41588f)
Code Style Changes
  • eslint:
  • comments: Fixed JSDoc @return (06c97b59)
Tests
  • config: Added bitHound config (6350ed94)
  • fixed: Node v4 and v5 require strict mode (d9de66d4)
  • main:
  • lint: Update eslint to ES6 (2b4b817c)

1.1.2 (2016-5-31)

Chores
Documentation Changes
  • cleanup: Removed dev install, smaller author (511e8d99)
  • badges:
    • Add Gemnasium dependencies status (3ce0a462)
    • Add npm version for changelog (7c64ff9f)