Skip to content

Releases: ramonornela/http

0.0.34

04 Jan 10:42
Compare
Choose a tag to compare

0.0.34 (2017-01-04)

Bug Fixes

  • http: clean options postRequest and postRequestError (ffb2992)
  • http: fix return observable with mapper (837434f)
  • http: initialize queue requests (6f1700e)
  • xhrBackend: observable error after events (6a937eb)
  • xhrBackend: run dispatch error before subscribe postRequest and postRequestError (cad77aa)
  • xhrBackend: run postRequest and postRequestError in case not catch error (385531a)

Features

  • http: allow enable throwsExceptions plugins (5f57ff6)
  • http: extends HttpException class base Error (9aea158)
  • http: implementation retry last request (99d8393)
  • http: retry request by id (226a598)
  • http: return params last request (5c6f02a)
  • http: skip throw exception by plugin and restore options plugins (045e2eb)
  • http: skip throwException plugin (d339736)
  • httpException: refactor exception (b753c87)
  • plugins: implmentation callback to exception plugin (df7195f)
  • plugins: set options all plugins (0c6328d)

0.0.33

12 Dec 18:50
Compare
Choose a tag to compare

0.0.32 (2016-12-12)

0.0.32

12 Dec 18:32
Compare
Choose a tag to compare

0.0.32 (2016-12-12)

Bug Fixes

Features

  • http: add plugin options default (2e7f014)
  • http: add return requestFactory (f07279b)
  • http: add setOptions() to request (d93f662)
  • http: check if id exists in metadata (7d4759e)
  • http: Configurações globais para o ResponseOptions (8ac05a0)
  • http: defaultOptions and defaultRequestOptions how configuration (bcdb648)
  • http: merge of default options in case the urlResolver is not configured (1173dd8)
  • http: refactor use HttpEvents (9bcc6b4)
  • http: rename method setDefaultOptions() to setDefaultRequestOptions() (fdc98a3)
  • http: rename responseOptions to options (ab149ac)
  • http: validate setOptions plugin (9dbdaba)
  • Http: Adicionada interface para passar opções de response (ResponseOptions) na request (b950984)
  • Http: Método 'request' que retorna Promise (2846660)
  • Http: Possibilidade de aplicar 'timout' nas requisições (65d0cdc)
  • Http: Possibilidade de passar um objeto com os parametros no método 'request' (0ccf0d8)
  • module: add default request and response to initialize() (0d9a371)
  • module: export interface options (c8dfbc3)
  • plugin: add plugin base (e3843b4)
  • plugin: fix problem assign properties this typescript (72963aa)
  • xhrBackend: post request run after success and error (09f685c)