This repository was archived by the owner on Mar 16, 2025. It is now read-only.
Releases: hatsyjs/http-header-value
Releases · hatsyjs/http-header-value
Release 4.0.0
Release 3.7.1
Packaging
- Mark package free of side effects.
Release 3.7.0
Changes
- Declare
HthvDelimiterasenumratherconst enum.
Packaging
- Build with
@run-z/project-config. - Make exports compatible with
Node16module resolution. - Expose type definitions with
typesVersionsproperty.
Release 3.6.0
Packaging
- Bundle in ESM format only.
Release 3.5.3
Fixes
- Move
@hatsy/http-header-value/headerstype declarations to dedicated file.
Release 3.5.2
Fixes
- Fix ESM chunk file extension.
Release 3.5.1
Fixes
- Exclude build configs from the package.
Release 3.5.0
Packaging
"type": "module"
Release 3.4.0
Packaging
- Declare exports in
package.json.
Release 3.3.0
New Features
Add support for content negotiation:
httpContentNegotiator()implements generic content negotiation algorithm.httpMimeNegotiator()implementsAcceptrequest header processing.httpLanguageNegotiator()implementsAccept-Languagerequest header processing.httpEncodingNegotiator()implementsAccept-Encodingrequest header processing.