Releases: httpland/authorization-parser
Releases · httpland/authorization-parser
1.1.0
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
Performance Improvements
- parse: optimize regex pattern (b86dcd6)
1.1.0-beta.2
Performance Improvements
- parse: remove complex regex pattern (dbed45b)
- parse: simplify regex pattern (9af9114)
1.1.0-beta.1
Features
- use external validation for token (1928b53)
1.0.0
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
Bug Fixes
- improve regex pattern to avoid backtracking (9300c93)
1.0.0-beta.4
Features
- stringify: add escape for quoted-pair (5f1bba4)
1.0.0-beta.3
Bug Fixes
- parse: fix auth param regex pattern (8046b0d)
- parse: fix to parsing pattern (c8ee900)
1.0.0-beta.2
Features
- stringify: add serializer for authrization (076395a)
- types: rename field to
authParams
(f2f15b4)
- types: rename field to
params
(0a51170)
1.0.0-beta.1
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)