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

Release 2.0.0

Choose a tag to compare

@surol surol released this 08 Nov 07:45
· 621 commits to master since this release

New Features

  • Preconfigured custom parser can be constructed by newHthvParser() function.
  • New custom parsers:
    • hthvParseCommented() to parse header values including comments,
    • hthvParseDirectives() to parse directives with space-separated parameters,
    • hthvParseSemiSep() to parse semicolon-separated items without parameters,
    • hthvParseURIs() to parse URIs without parameters.
  • Angle-bracketed strings support.

Breaking Changes

  • Comments are not recognized by default.
    A comment option may be passed to parser configuration. Or hthvParseCommented() can be used instead.