Skip to content

Latest commit

 

History

History
123 lines (82 loc) · 7.28 KB

CHANGELOG.md

File metadata and controls

123 lines (82 loc) · 7.28 KB

3.1.0 (2018-12-06)

  • chore: update changelog (1119361)
  • chore: update changelog (f8a68a4)
  • chore: update package-lock file (43d4d97)
  • feat(APIError): try to parse json content in body field (bff075e)
  • feat(fetch): add cancel callback and return only response-like object (a473860)
  • feat(fetch): fix tests and readme (72b4e8d)
  • fix(ApiCall): fix AbortSignal support (5c5bd73)
  • fix(fetch): fix issues (5fcb6e2)

3.0.1 (2018-12-06)

  • feat(fetch): add cancel callback and return only response-like object (a473860)
  • feat(fetch): fix tests and readme (72b4e8d)
  • fix(ApiCall): fix AbortSignal support (5c5bd73)
  • fix(fetch): fix issues (5fcb6e2)
  • chore: update changelog (f8a68a4)
  • chore: update package-lock file (43d4d97)

3.0.0 (2018-07-27)

  • feat(fetch): add cancel callback and return only response-like object (a473860)
  • feat(fetch): fix tests and readme (72b4e8d)
  • fix(fetch): fix issues (5fcb6e2)

2.2.1 (2018-07-13)

  • fix: callAPI params order (dc468b8)

2.2.0 (2018-07-12)

  • chore: remove package-lock.json (77f69d2)
  • chore: remove yarn.lock and unused nodes from travis (88c84b6)
  • chore: set node engine >= 8.10.0 (900039c)
  • chore: update supported node to 8 more (bd6194c)
  • test(callAPIMethod): add tests for error response with fullResponse flag (b4a54ee)
  • fix: pass body to APIError (85c413a)
  • feat(response): add configuration to return only body or full response (120efdd)

2.1.0 (2017-10-23)

  • chore: update dependencies (e7d8a67)
  • chore(package): update ava to version 0.19.0 (6042ae5)
  • chore(package): update ava to version 0.20.0 (4e2cb10)
  • chore(package): update nyc to version 11.0.2 (06f4e08)
  • chore(package): update sinon to version 3.0.0 (1c4e96f)
  • feat(fetch): alias fetch response method to type (c6fad43)

2.0.1 (2017-03-29)

  • fix(callAPIMethod): bug ff & safari (#26) (15c3065)
  • feat(fetch): headers and body fetch options shortcuts (0d946d1)
  • 2.0.0 (4f0ffda)
  • revert(version): 1.1.0 (b722313)
  • chore(package): update sinon to version 2.0.0 (c25bc8c)

2.0.0 (2017-03-15)

  • revert(version): 1.1.0 (af6eec8)
  • chore(package): update sinon to version 2.0.0 (c25bc8c)* perf(fetch): add content body, when throw Error (7365a02)
  • chore(package): update babel-polyfill to version 6.23.0 (#16) (9aa1a4e)
  • feat: shortcuts for HTTP methods (#15) (ec4a8d1)
  • test: fix tests descriptions (57c0dcc)
  • test: use t.context for shared vars (4a10e03)

1.0.5 (2017-02-08)

  • test: added tests for createAPI (652ec20)
  • test: added tests for utils and callAPIMethod (323e95a)
  • test(applyMiddleware): added coverage (71510ad)
  • chore(package): update ava to version 0.17.0 (2cac815)
  • chore(package): update ava to version 0.18.1 (222487f)
  • chore(package): update babel-core to version 6.22.0 (6a7736b)
  • chore(package): update babel-polyfill to version 6.22.0 (17db0b8)
  • chore(package): update eslint to version 3.14.0 (369e2a3)
  • chore(package): update husky to version 0.12.0 (265ce4e)
  • chore(package): update husky to version 0.13.0 (00eacb5)
  • chore(package): update nyc to version 10.0.0 (43ec440)
  • chore(package): update validate-commit-msg to version 2.10.1 (58fb9d9)
  • chore(yarn): add yarn.lock file (dc50e4a)
  • ci(node): added node v7 (8e62cdd)
  • fix: URL as APINamespace (485c0d2)

1.0.4 (2016-11-21)

  • chore(package): update eslint-plugin-ava to version 4.0.0 (906eb0c)
  • chore(package): update nyc to version 9.0.1 (3595dae)
  • chore(release): do not try to auto-commit before release (0dd1cab)
  • fix: allow for absolute api namespaces (e1c79dd)
  • ci(coverage): added coveralls.io support (e76d073)
  • ci(travis): added target platforms & more (c9309d8)

1.0.3 (2016-11-02)

  • chore(contributing): added commit hooks and documentation for contributing (6ace186)
  • chore(contributing): added pre-commit hooks and docs on contributing (8ba7f95)