Skip to content

Releases: httpland/conditional-request-middleware

1.2.0

02 May 04:18
Compare
Choose a tag to compare

1.2.0 (2023-05-02)

Bug Fixes

  • if_match: fix to parse list-based fields syntax (0c0006d)

Features

  • deps: update deps version (192e84f)

1.2.0-beta.1

02 May 03:40
Compare
Choose a tag to compare
1.2.0-beta.1 Pre-release
Pre-release

1.2.0-beta.1 (2023-05-02)

Bug Fixes

  • if_match: fix to parse list-based fields syntax (0c0006d)

Features

  • deps: update deps version (192e84f)

1.1.0

02 Apr 15:45
Compare
Choose a tag to compare

1.1.0 (2023-04-02)

Features

  • deps: update deps version (6dea5aa)

1.1.0-beta.1

02 Apr 15:32
Compare
Choose a tag to compare
1.1.0-beta.1 Pre-release
Pre-release

1.1.0-beta.1 (2023-04-02)

Features

  • deps: update deps version (6dea5aa)

1.0.0

29 Mar 02:34
Compare
Choose a tag to compare

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)

1.0.0-beta.3

29 Mar 01:41
Compare
Choose a tag to compare
1.0.0-beta.3 Pre-release
Pre-release

1.0.0-beta.3 (2023-03-29)

Bug Fixes

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

Features

  • mod: export related types (f4972a8)

1.0.0-beta.2

27 Mar 11:49
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release

1.0.0-beta.2 (2023-03-27)

Features

  • middleware: filter conditional headers if selecting representation (8f37b6b)
  • preconditions: add checking accept-ranges header before evaluate if-ranges header (13eb7cd)

1.0.0-beta.1

24 Mar 12:30
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release

1.0.0-beta.1 (2023-03-24)

Features

  • add conditional request middleware factory (20af8fd)
  • middleware: add support if-range header field (f43a46a)
  • mod: export types (6d43a63)
  • 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)