Skip to content

1.0.0

Choose a tag to compare

@TomokiMiyauci TomokiMiyauci released this 29 Mar 02:34
· 12 commits to main since this release

1.0.0 (2023-03-29)

Bug Fixes

  • if_match: change if-match header parser logic (90a7a37)

Features

  • add conditional request middleware factory (20af8fd)
  • middleware: add support if-range header field (f43a46a)
  • middleware: filter conditional headers if selecting representation (8f37b6b)
  • mod: export related types (f4972a8)
  • mod: export types (6d43a63)
  • preconditions: add checking accept-ranges header before evaluate if-ranges header (13eb7cd)
  • preconditions: add if-match precondition (c431571)
  • preconditions: add if-modified-since header field precondition (621940d)
  • preconditions: add if-none-match precondition (f443b67)
  • preconditions: add if-range field precondition (6d62c8a)
  • preconditions: add If-Unmodified-Since header precondition (43aab36)
  • preconditions: use strict if-none-match field parser (ec6157e)