Skip to content

Releases: joshamaju/effect-fetch

v2.1.0

29 Jul 21:22
Compare
Choose a tag to compare

Minor Changes

  • 7d253cd: Add Client layer construction function
  • fd6589c: Rename Interceptor.Context to Interceptor.Chain for accessing the interceptor request chain inside interceptors
  • e1f5de2: Add request timeout interceptor
  • a9b8769: Rename the Typescript type for exported HTTP status codes
  • 928eb6c: Add support for request timeout when using Client
  • ec988a5: Add request body helpers that attach body data and required headers for json, text and form body types to Client

Patch Changes

  • 587a942: Use correct build file path for default interceptors
  • 3bbdb55: Remove custom pretty logger attached to Logger interceptor
  • 03b687e: Update effect peer dependency version
  • d7f818e: Accept number as timeout durationfor Timeout interceptor

v2.0.0

13 Jul 21:33
Compare
Choose a tag to compare

Major Changes

Minor Changes

  • da12ae5: Provide client type simplifier

v1.4.0

08 Feb 15:51
Compare
Choose a tag to compare

Minor Changes

  • f08a8eb: Provide constructor to clone/copy existing interceptors
  • a86b2ab: Add client constructor factory function
  • a70e096: Client with default http methods

Patch Changes

  • a31a0d4: Add default response status OK filter

v1.3.0

23 Jan 10:28
Compare
Choose a tag to compare

Minor Changes

  • 35673ad: Client with default http methods
  • 275041a: Base URL interceptor that attaches a base URL to every request

v1.2.7

03 Jan 14:51
Compare
Choose a tag to compare

Patch Changes

v1.2.6

03 Jan 14:36
Compare
Choose a tag to compare

Patch Changes

  • 2929a20: include package typescript types

v1.2.5

03 Jan 14:28
Compare
Choose a tag to compare

Patch Changes

v1.2.4

03 Jan 14:19
Compare
Choose a tag to compare

Patch Changes

  • 0baf89c: re-export all modules from single entry point

v1.2.3

19 Dec 15:30
Compare
Choose a tag to compare

Patch Changes

  • 64f5280: Fix Interceptor reference in Logger interceptor

v1.2.2

18 Dec 20:37
Compare
Choose a tag to compare

Patch Changes