Skip to content

Tags: httpland/authorization-parser

Tags

1.1.0

Toggle 1.1.0's commit message
chore(release): 1.1.0 [skip ci]

# [1.1.0](1.0.0...1.1.0) (2023-05-02)

### Features

* use external validation for token ([1928b53](1928b53))

### Performance Improvements

* **parse:** optimize regex pattern ([b86dcd6](b86dcd6))
* **parse:** remove complex regex pattern ([dbed45b](dbed45b))
* **parse:** simplify regex pattern ([9af9114](9af9114))

1.1.0-beta.3

Toggle 1.1.0-beta.3's commit message
chore(release): 1.1.0-beta.3 [skip ci]

# [1.1.0-beta.3](1.1.0-beta.2...1.1.0-beta.3) (2023-05-02)

### Performance Improvements

* **parse:** optimize regex pattern ([b86dcd6](b86dcd6))

1.1.0-beta.2

Toggle 1.1.0-beta.2's commit message
chore(release): 1.1.0-beta.2 [skip ci]

# [1.1.0-beta.2](1.1.0-beta.1...1.1.0-beta.2) (2023-05-02)

### Performance Improvements

* **parse:** remove complex regex pattern ([dbed45b](dbed45b))
* **parse:** simplify regex pattern ([9af9114](9af9114))

1.1.0-beta.1

Toggle 1.1.0-beta.1's commit message
chore(release): 1.1.0-beta.1 [skip ci]

# [1.1.0-beta.1](1.0.0...1.1.0-beta.1) (2023-04-29)

### Features

* use external validation for token ([1928b53](1928b53))

1.0.0

Toggle 1.0.0's commit message
chore(release): 1.0.0 [skip ci]

# 1.0.0 (2023-04-28)

### Bug Fixes

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

### Features

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

1.0.0-beta.5

Toggle 1.0.0-beta.5's commit message
chore(release): 1.0.0-beta.5 [skip ci]

# [1.0.0-beta.5](1.0.0-beta.4...1.0.0-beta.5) (2023-04-28)

### Bug Fixes

* improve regex pattern to avoid backtracking ([9300c93](9300c93))

1.0.0-beta.4

Toggle 1.0.0-beta.4's commit message
chore(release): 1.0.0-beta.4 [skip ci]

# [1.0.0-beta.4](1.0.0-beta.3...1.0.0-beta.4) (2023-04-28)

### Features

* **stringify:** add escape for quoted-pair ([5f1bba4](5f1bba4))

1.0.0-beta.3

Toggle 1.0.0-beta.3's commit message
chore(release): 1.0.0-beta.3 [skip ci]

# [1.0.0-beta.3](1.0.0-beta.2...1.0.0-beta.3) (2023-04-27)

### Bug Fixes

* **parse:** fix auth param regex pattern ([8046b0d](8046b0d))
* **parse:** fix to parsing pattern ([c8ee900](c8ee900))

1.0.0-beta.2

Toggle 1.0.0-beta.2's commit message
chore(release): 1.0.0-beta.2 [skip ci]

# [1.0.0-beta.2](1.0.0-beta.1...1.0.0-beta.2) (2023-04-23)

### Features

* **stringify:** add serializer for authrization ([076395a](076395a))
* **types:** rename field to `authParams` ([f2f15b4](f2f15b4))
* **types:** rename field to `params` ([0a51170](0a51170))

1.0.0-beta.1

Toggle 1.0.0-beta.1's commit message
chore(release): 1.0.0-beta.1 [skip ci]

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

### Bug Fixes

* **utils:** fix parse list logic ([2c79a4a](2c79a4a))

### Features

* add authorization field parser ([a8f447f](a8f447f))
* **mod:** export related types ([9a672ed](9a672ed))