Skip to main content
Module

x/http_utils/CHANGELOG.md

HTTP utility collection for Fetch API
Go to Latest
File

1.0.0 (2023-04-02)

Features

  • handler: add types for http handler (a0f3785)
  • handler: remove handler module (44c719f)
  • handlers: rename types (cdf2721)
  • header: add caching header enum (1844621)
  • header: add conditional header fields (863f4cb)
  • header: add content negotiation header fields (cc6c3d0)
  • header: add fileld to representation header (58965b2)
  • header: add filtering by header field name function (84c402c)
  • header: add message forwarding header fields (f2a439f)
  • header: add message metadata header fields (75bb6ee)
  • header: add range requests header fields (7c00c47)
  • header: add representation header enum (2561134)
  • header: add type guard for headers (6622fa2)
  • header: improve type guard (7ce4075)
  • header: remove irrelevant modules (404620e)
  • headers: add isSingletonField function (9109451)
  • headers: add mergeHeaders function (cd224d3)
  • headers: add parseFieldValue function (2dca3bd)
  • headers: add checking equality of Headers object (66c108f)
  • headers: add options to mergeHeaders, accept custom merge function (e161c6d)
  • header: stop const enum (f416a82)
  • heaer: add http authentication header fields (5cfa316)
  • message: add withHeader function (1f4260d)
  • method: add http method enum (5e31439)
  • method: add method utilities (44a025c)
  • method: add retrieve method checking function (702f18f)
  • method: improve types from enum (a44845a)
  • mod: remove index entry point (c616b57)
  • mod: remove unnecessary module (ee7b865)
  • remove safeResponse function (d4fd65e)
  • request: add types for http methods (2f59e87)
  • request: change equalsRequest interface (d6afee9)
  • requests: add equalsRequest function (383be15)
  • requests: add isRequest function (cf92dc1)
  • requests: add checking request body equality (4ddca1b)
  • requests: rename to HttpMethod from Method (097490b)
  • response: add checking body type to equalsResponse (415bfee)
  • response: add throwing error pattern to equalsResponse (d58690a)
  • responses: add equalsResponse function (b1d8ade)
  • responses: add isResponse function (176d614)
  • responses: add safeResponse function (74e9aed)
  • responses: add checking body content (3c57c76)
  • responses: add overload types to equalsResponse (7af961b)
  • responses: change safeResponse interface (ffd3ddc)

1.0.0-beta.16 (2023-04-01)

Features

  • header: improve type guard (7ce4075)
  • header: remove irrelevant modules (404620e)
  • header: stop const enum (f416a82)
  • method: improve types from enum (a44845a)
  • mod: remove index entry point (c616b57)
  • mod: remove unnecessary module (ee7b865)
  • remove safeResponse function (d4fd65e)
  • request: change equalsRequest interface (d6afee9)
  • response: add checking body type to equalsResponse (415bfee)

1.0.0-beta.15 (2023-04-01)

Features

  • message: add withHeader function (1f4260d)

1.0.0-beta.14 (2023-03-23)

Features

  • handler: remove handler module (44c719f)
  • header: add filtering by header field name function (84c402c)
  • header: add type guard for headers (6622fa2)

1.0.0-beta.13 (2023-03-06)

Features

  • header: add message forwarding header fields (f2a439f)
  • header: add message metadata header fields (75bb6ee)

1.0.0-beta.12 (2023-03-05)

Features

  • header: add range requests header fields (7c00c47)
  • method: add retrieve method checking function (702f18f)

1.0.0-beta.11 (2023-03-04)

Features

  • header: add conditional header fields (863f4cb)
  • header: add content negotiation header fields (cc6c3d0)
  • heaer: add http authentication header fields (5cfa316)

1.0.0-beta.10 (2023-03-04)

Features

  • header: add caching header enum (1844621)

1.0.0-beta.9 (2023-03-04)

Features

  • header: add fileld to representation header (58965b2)
  • header: add representation header enum (2561134)

1.0.0-beta.8 (2023-03-03)

Features

  • response: add throwing error pattern to equalsResponse (d58690a)

1.0.0-beta.7 (2023-03-01)

Features

  • method: add http method enum (5e31439)
  • method: add method utilities (44a025c)
  • responses: add overload types to equalsResponse (7af961b)

1.0.0-beta.6 (2022-10-13)

Features

  • responses: add checking body content (3c57c76)

1.0.0-beta.5 (2022-10-11)

Features

  • requests: add checking request body equality (4ddca1b)

1.0.0-beta.4 (2022-10-08)

Features

  • requests: add isRequest function (cf92dc1)
  • responses: add isResponse function (176d614)

1.0.0-beta.3 (2022-10-02)

Features

  • handlers: rename types (cdf2721)
  • headers: add parseFieldValue function (2dca3bd)
  • headers: add options to mergeHeaders, accept custom merge function (e161c6d)
  • responses: change safeResponse interface (ffd3ddc)

1.0.0-beta.2 (2022-09-14)

Features

  • headers: add isSingletonField function (9109451)
  • headers: add mergeHeaders function (cd224d3)
  • headers: add checking equality of Headers object (66c108f)
  • requests: add equalsRequest function (383be15)
  • requests: rename to HttpMethod from Method (097490b)
  • responses: add equalsResponse function (b1d8ade)
  • responses: add safeResponse function (74e9aed)

1.0.0-beta.1 (2022-08-19)

Features

  • handler: add types for http handler (a0f3785)
  • request: add types for http methods (2f59e87)