Skip to content

Latest commit

 

History

History
243 lines (158 loc) · 14 KB

File metadata and controls

243 lines (158 loc) · 14 KB

1.3.0 (2018-03-06)

Documentation Changes
New Features
  • interface: Promisified all methods (54a74b59)
Refactors
  • interface: Switched to es6-promisify (4dfae869)
  • package: Minimum node version 8.0.0 (ad64bb9a)
Code Style Changes
  • syntax: Only set doRequest of httpreq (f24606f6)

1.2.7 (2018-03-02)

Bug Fixes
  • config: parseInt timeout and defaults (db336a14)

1.2.6 (2018-03-01)

Documentation Changes
  • badges: Moved Greenkeeper to the badges (e07b9f99)
Bug Fixes
Refactors
  • main: Cleaner interface statements (91e06140)
  • testGet: Reduced complexity (6e1b2738)
  • pollingCallback:
Tests

1.2.5 (2017-09-09)

Chores
  • repo: Removed package-lock.json (fef5aa2a)

1.2.4 (2017-7-8)

Chores
  • repo: Added package-lock.json (194a2651)
  • package:
Documentation Changes
Bug Fixes
  • testGet: Get resource with polling failed (bb909295)
Refactors
  • testGet: Prevent extra request on polling (c5d9d5f3)
Code Style Changes
  • code: Use ES6 arrow functions (dc84c68b)
  • comments: Clean up JSDoc comments (94badba7)
Tests
  • main: Improved test coverage (0270034e)
  • config: Add node v8 to Travis CI (76489631)

1.2.3 (2017-3-23)

Chores
Documentation Changes
  • readme:
Bug Fixes
  • testGet: Improved resource handling (380cc790)

1.2.2 (2017-2-16)

Tests
  • fix: Fix test.get data.state check (49b20bfd)

1.2.1 (2017-2-16)

Chores
Bug Fixes
  • test.get: Fix binary-mode on more resources (e3817e23)
Refactors
  • test.get: Cleaner loop condition (3291bf6c)
Tests
  • config:
  • main: Add API error test with polling (3af45111)
  • fix: Don’t overwrite cache with data (3460c768)

1.2.0 (2017-2-16)

Documentation Changes
  • readme: Add test.get polling argument #9 (52887ff6)
New Features
  • test.get: Add auto polling argument (8eed2378)
Tests
  • style: Use dotest test() function (634beb54)
  • fix: Fixed browser.get data.id type (9d163261)
  • main: Add polling test (8af63f88)

1.1.5 (2017-2-16)

Documentation Changes
  • badges: Fix typo in repo name (aea0385b)

1.1.4 (2017-2-16)

Documentation Changes

1.1.3 (2017-2-16)

Refactors
  • apiRequest: Timeout must not be replaced (06e0ed79)
  • apiResponse: No default for props.method (051fa477)
  • errors: Moved cb errors to doError() (72c26638)
Tests
  • main: Added test Error request failed (74cfa98a)

1.1.2 (2017-2-16)

Chores
  • develop:
    • Added bitHound config (07b12fdf)
    • ESLint config for ES6, minor edit (befbb042)
    • Added _history files to gitignore (3d336191)
  • package:
Documentation Changes
  • badges:
    • Added code quality status (4ade2453)
    • Added coverage status (4beec872)
    • Replaced Gemnasium with bitHound (a0d88bc2)
    • Add Gemnasium dependencies status (48fd8ee0)
    • Add npm version for changelog (54e5449a)
  • readme: Reduced author footnote (2cb1bc44)
Other Changes
  • undefined:
Refactors
  • main: Rewrite to cleaner code style (2494004b)
  • package: Minimum supported node v4.0 (665aeb7b)
Tests
  • config:
    • Update Travis node versions (c467c098)
    • Use dynamic node versions on Travis CI (53ada208)
  • lint: Update eslint to ES6 (902b1878)
  • undefined:
    • add node v6 to Travis config (7b36f34c)
    • wait one second between requests (ae9c9043)
    • don't fail on incomplete response data (d712e048)