Skip to content

Latest commit

 

History

History
99 lines (51 loc) · 5.26 KB

CHANGELOG.md

File metadata and controls

99 lines (51 loc) · 5.26 KB

1.1.0 (2023-05-02)

Features

  • use external validation for token (1928b53)

Performance Improvements

  • parse: optimize regex pattern (b86dcd6)
  • parse: remove complex regex pattern (dbed45b)
  • parse: simplify regex pattern (9af9114)

1.1.0-beta.3 (2023-05-02)

Performance Improvements

  • parse: optimize regex pattern (b86dcd6)

1.1.0-beta.2 (2023-05-02)

Performance Improvements

  • parse: remove complex regex pattern (dbed45b)
  • parse: simplify regex pattern (9af9114)

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

Features

  • use external validation for token (1928b53)

1.0.0 (2023-04-28)

Bug Fixes

  • improve regex pattern to avoid backtracking (9300c93)
  • parse: fix auth param regex pattern (8046b0d)
  • parse: fix to parsing pattern (c8ee900)
  • utils: fix parse list logic (2c79a4a)

Features

  • add authorization field parser (a8f447f)
  • mod: export related types (9a672ed)
  • stringify: add escape for quoted-pair (5f1bba4)
  • stringify: add serializer for authrization (076395a)
  • types: rename field to authParams (f2f15b4)
  • types: rename field to params (0a51170)

1.0.0-beta.5 (2023-04-28)

Bug Fixes

  • improve regex pattern to avoid backtracking (9300c93)

1.0.0-beta.4 (2023-04-28)

Features

  • stringify: add escape for quoted-pair (5f1bba4)

1.0.0-beta.3 (2023-04-27)

Bug Fixes

  • parse: fix auth param regex pattern (8046b0d)
  • parse: fix to parsing pattern (c8ee900)

1.0.0-beta.2 (2023-04-23)

Features

  • stringify: add serializer for authrization (076395a)
  • types: rename field to authParams (f2f15b4)
  • types: rename field to params (0a51170)

1.0.0-beta.1 (2023-04-23)

Bug Fixes

  • utils: fix parse list logic (2c79a4a)

Features

  • add authorization field parser (a8f447f)
  • mod: export related types (9a672ed)