File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments