Skip to content

Commit f19fcdd

Browse files
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 parent 7994cb8 commit f19fcdd

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 1.0.0 (2023-04-28)
2+
3+
4+
### Bug Fixes
5+
6+
* improve regex pattern to avoid backtracking ([9300c93](https://github.com/httpland/authorization-parser/commit/9300c931a40a9588e617b7f23939049d4e99a6ba))
7+
* **parse:** fix auth param regex pattern ([8046b0d](https://github.com/httpland/authorization-parser/commit/8046b0d1660fd40e90e4ef68dc4a435f816b06ef))
8+
* **parse:** fix to parsing pattern ([c8ee900](https://github.com/httpland/authorization-parser/commit/c8ee900b37bc860ba20ef026f2b59daf1e409bf3))
9+
* **utils:** fix parse list logic ([2c79a4a](https://github.com/httpland/authorization-parser/commit/2c79a4aa84e7685e9f3dc58b7e49068e4331a458))
10+
11+
12+
### Features
13+
14+
* add authorization field parser ([a8f447f](https://github.com/httpland/authorization-parser/commit/a8f447fd9285dd29efb34ff5d700d3cb15289625))
15+
* **mod:** export related types ([9a672ed](https://github.com/httpland/authorization-parser/commit/9a672eddc3a381ab8caac33996ea4a36a99a429c))
16+
* **stringify:** add escape for quoted-pair ([5f1bba4](https://github.com/httpland/authorization-parser/commit/5f1bba43512f61efdd3b9c875e275acf32cf6ebf))
17+
* **stringify:** add serializer for authrization ([076395a](https://github.com/httpland/authorization-parser/commit/076395aea41a5531fe7becb8379691ccce748766))
18+
* **types:** rename field to `authParams` ([f2f15b4](https://github.com/httpland/authorization-parser/commit/f2f15b42220b0d96fbcbb3ee46adc516bb639c1b))
19+
* **types:** rename field to `params` ([0a51170](https://github.com/httpland/authorization-parser/commit/0a51170c9f0fdb04f8315c364c499fc160ca399e))
20+
121
# [1.0.0-beta.5](https://github.com/httpland/authorization-parser/compare/1.0.0-beta.4...1.0.0-beta.5) (2023-04-28)
222

323

0 commit comments

Comments
 (0)