Releases: badgateway/structured-headers
Releases · badgateway/structured-headers
v0.1.0
- Fully up to date with draft-ietf-httpbis-header-structure-09.
- Package renamed to 'structured-headers'.
- Conversion to typescript.
- The
parseBinary
function is renamed toparseByteSequence
, to match the
rename in draft-ietf-httpbis-header-structure-08. - Support for Booleans.
- The
parseIdentifier
function is renamed toparseToken
, to match the
rename in draft-ietf-httpbis-header-structure-09. - Renamed
parseParameterizedList
toparseParamList
. It's shorter.
v0.0.2
v0.0.1
- First version!
- Parses all of the 04 draft of the specification.