Skip to content

Releases: auru/unity-api

v3.0.1

25 Oct 07:46
Compare
Choose a tag to compare
  • fix(ApiCall): fix AbortSignal support (5c5bd73)

v2.2.0

12 Jul 14:40
Compare
Choose a tag to compare
  • 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)

v2.1.0

23 Oct 11:59
Compare
Choose a tag to compare
  • 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)

v2.0.1

23 Oct 11:59
Compare
Choose a tag to compare
  • 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)

v2.0.0

23 Oct 12:00
Compare
Choose a tag to compare
  • 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)

v1.0.5

08 Feb 14:08
Compare
Choose a tag to compare
  • 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)

v1.0.4

21 Nov 08:41
Compare
Choose a tag to compare
  • 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)

v1.0.3

02 Nov 18:24
Compare
Choose a tag to compare
  • chore(contributing): added commit hooks and documentation for contributing (6ace186)
  • chore(contributing): added pre-commit hooks and docs on contributing (8ba7f95)