Skip to content

Latest commit

 

History

History
348 lines (171 loc) · 11.3 KB

CHANGELOG.md

File metadata and controls

348 lines (171 loc) · 11.3 KB

0.12.1 (2015-12-26)

Features

  • service-handler: export service-handler in its own overridable module (d277cd1)

0.12.0 (2015-12-24)

Bug Fixes

  • api: add guard condition against no services (753d490)
  • test: update test to use buildRequest (8e75110)

Features

  • api: add get syntactic sugar helper (8d10c77)
  • api: add a generic request caller (a0af144)
  • http-verbs: add all http verb methods (4d42651)
  • request: add extra method parameter (56ab663)
  • service-handler: add support for option method (d0a74fc)
  • url: support either the id or a path or url (c7b3767)

0.11.1 (2015-12-24)

Features

  • api: throw specific error on abort (4443ccb)
  • bower: upgrade super agent dependency (24a0427)
  • middleware: enable disabling for a service by configuration (ea280f4)

0.11.0 (2015-12-24)

Bug Fixes

  • self: remove usage (291ef93)
  • test: add polyfill for phantomjs (a7ef2b8), closes #8

Features

  • middleware: add middleware concept (5202605)
  • service-handler: refactor error handling (75617f8)

0.10.6 (2015-12-23)

Bug Fixes

  • self: remove usage (291ef93)
  • test: add polyfill for phantomjs (a7ef2b8), closes #8

Features

  • middleware: add middleware concept (5202605)
  • service-handler: refactor error handling (75617f8)

<a name"0.10.5">

0.10.5 (2015-04-20)

Bug Fixes

  • timeout: remove broken support for timeout (13c676a6)

<a name"0.10.4">

0.10.4 (2015-04-20)

Bug Fixes

  • callback: reject promise if res.error (ffbf7375)

0.10.3 (2015-04-12)

Bug Fixes

  • callback: promises with superagent (e6d00a5c)

0.10.2 (2015-04-11)

Bug Fixes

  • package.json: fix package.json main entrypoint (548658c2)

0.10.1 (2015-03-31)

Features

  • error: reject promise on error (f46dd9dd)

0.10.0 (2015-03-27)

Features

  • api:
    • support runtime configuration (f905786c)
    • support no configuration at init (78427ada)

0.9.0 (2015-03-20)

Bug Fixes

  • request: fix issue on unsupported method message (d95e631e)

Features

0.8.6 (2015-02-10)

Bug fixes

  • request:: don't pass data to delete (1b306ca2)

0.8.5 (2015-01-31)

Features

  • timeout: trick superagent logic to return a timeout error (03c636c4)

0.8.4 (2015-01-31)

Features

  • timeout: add support for timeout (c0a5d3be)

0.8.3 (2015-01-16)

Features

  • buildUrl: do not prepend baseUrl if path is already an url (fbaa0418)

0.8.2 (2015-12-16)

Bug Fixes

  • end.response: resolve response as first argument (60d8702c)

0.8.1 (2014-12-10)

Bug Fixes

  • result: change condition to not return an error on 3xx (9b50aae0)

0.8.0 (2014-12-08)

Features

  • serviceHandler:
  • servicehandler: set default to null to avoid truthy test (c5a83b24)

0.7.0 (2014-10-29)

Bug Fixes

  • serviceHandler: add query args to service handler sugar (b859ce9b)
  • tests: change request calling as api changed (213e044b)

Features

  • before: add before clb to do stuff before .end (e7f3b49a)

0.6.6 (2014-10-26)

Features

  • query: support to add query args to url (cdcaced3)
  • request: add support for query string (ab720d6f)

0.6.5 (2014-09-18)

Features

0.6.4 (2014-09-16)

Bug Fixes

  • params.regexp: use a generic pattern. (27fa264c)

0.6.3 (2014-09-14)

Features

  • remove.header: add removeHeader API call (8d3cdbe7)

0.6.2 (2014-08-14)

Bug Fixes

  • buildUrl: guard against undefined tokens (f6454d4f)

0.6.1 (2014-08-14)

0.6.0 (2014-08-14)

Features

  • superagent: set superagent as an external dependencies (ca5a12d4)

Breaking Changes

  • remove superagent-e6 dependency (ca5a12d4)

0.5.0 (2014-08-14)

Features

  • headers: add runtime headers (5c51a62a)

0.4.1 (2014-07-31)

Bug Fixes

  • serviceHandler: bind closure to the api context (b7986d53)

0.4.0 (2014-07-30)

Breaking Changes

  • Services syntactic sugar methods are now placed in the api property instead of directly added to the superapi instance. Will prevent any possible collision.

Bug Fixes

  • url: do not replace a token if not a given parameter (40fdadc2)

Features

  • credentials: add support for withCredentials (f2c5806d)
  • handlers: pass data and params back to response handlers (1dcad34e)
  • superagent: add an es6 version for cjs and amd (a51ec32a)

0.3.0 (2014-07-19)

Bug Fixes

  • api: service handlers are now set in a closure (fc2ab98c)
  • callback: fix issue about wrong context (5b5814cb)

Features

  • parameters: add support for parameterized url (4221cc48)

0.2.0 (2014-05-12)

Bug Fixes

  • superagent: add a wrapper around superagent not es6 friendly (e7d9460a)
  • typo: and jshint warnings (dafa9a0f)

Features

  • service: service are available as method on the api instance (8fb7d402)