Skip to content

Releases: badgateway/structured-headers

v0.1.0

16 May 03:42
Compare
Choose a tag to compare
  • Fully up to date with draft-ietf-httpbis-header-structure-09.
  • Package renamed to 'structured-headers'.
  • Conversion to typescript.
  • The parseBinary function is renamed to parseByteSequence, to match the
    rename in draft-ietf-httpbis-header-structure-08.
  • Support for Booleans.
  • The parseIdentifier function is renamed to parseToken, to match the
    rename in draft-ietf-httpbis-header-structure-09.
  • Renamed parseParameterizedList to parseParamList. It's shorter.

v0.0.2

16 May 03:41
Compare
Choose a tag to compare
  • Added minified webpacked version.
  • Added readme.
  • Fixed a small bug in identifier parsing.
  • 100% unittest coverage.

v0.0.1

16 May 03:41
Compare
Choose a tag to compare