Skip to content

Releases: remscodes/drino

v1.3.0

09 Sep 18:06
Compare
Choose a tag to compare

Features

  • Add new pipe methods : report and finalize.

Improvements

  • Url type is no longer restricted by specific prefix.
  • Interceptors are moved from requestConfig to instance config.

Full Changelog: v1.2.1...v1.3.0

Commits : https://github.com/remscodes/drino/commits/v1.3.0

v1.2.1

28 Aug 18:31
Compare
Choose a tag to compare

v1.2.0

28 Aug 18:07
Compare
Choose a tag to compare

Features

  • Timeout request.

Improvements

  • baseUrl for instance config.
  • prefix and url for request config.
  • Content-Type header inferred from body type.

Full Changelog: v1.1.0...v1.2.0

Commits : https://github.com/remscodes/drino/commits/v1.2.0

v1.1.0

23 Aug 23:08
Compare
Choose a tag to compare

Features

  • Interceptors :

    • beforeConsume : before the request is launched.
    • afterConsume : when the response has been received.
    • beforeResult : before the result callback (observer) or before the then() arg callback (promise).
    • beforeError : before the error callback (observer) or before the catch() arg callback (promise).
    • beforeFinish : before the finish callback (observer) or before the finally() arg callback (promise).
  • HttpRequest object for being passed into interceptors.

Full Changelog: v1.0.0...v1.1.0

Commits : https://github.com/remscodes/drino/commits/v1.1.0

v1.0.0

19 Aug 13:41
Compare
Choose a tag to compare

Features

  • Requests (GET, DELETE, HEAD, POST, PUT, PATCH)
  • Instance : create() and child()
  • Abort request
  • Pipe methods : transform() and check()

Commits : https://github.com/remscodes/drino/commits/v1.0.0