Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Releases: hatsyjs/http-header-value

Release 4.0.0

17 Sep 06:33
v4.0.0
7b284dd

Choose a tag to compare

Packaging

  • Rename package to unscoped http-header-value.
  • Switch to ES2022.

Release 3.7.1

24 May 09:40
v3.7.1
574f9f0

Choose a tag to compare

Packaging

  • Mark package free of side effects.

Release 3.7.0

27 Jan 09:27
v3.7.0
e049c2a

Choose a tag to compare

Changes

  • Declare HthvDelimiter as enum rather const enum.

Packaging

  • Build with @run-z/project-config.
  • Make exports compatible with Node16 module resolution.
  • Expose type definitions with typesVersions property.

Release 3.6.0

28 May 06:08
v3.6.0

Choose a tag to compare

Packaging

  • Bundle in ESM format only.

Release 3.5.3

26 Nov 09:02

Choose a tag to compare

Fixes

  • Move @hatsy/http-header-value/headers type declarations to dedicated file.

Release 3.5.2

26 Nov 08:11

Choose a tag to compare

Fixes

  • Fix ESM chunk file extension.

Release 3.5.1

10 Nov 08:52

Choose a tag to compare

Fixes

  • Exclude build configs from the package.

Release 3.5.0

07 Nov 05:28

Choose a tag to compare

Packaging

  • "type": "module"

Release 3.4.0

26 Aug 05:46

Choose a tag to compare

Packaging

  • Declare exports in package.json.

Release 3.3.0

17 Jun 08:48

Choose a tag to compare

New Features

Add support for content negotiation:

  • httpContentNegotiator() implements generic content negotiation algorithm.
  • httpMimeNegotiator() implements Accept request header processing.
  • httpLanguageNegotiator() implements Accept-Language request header processing.
  • httpEncodingNegotiator() implements Accept-Encoding request header processing.