Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 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))
  • Loading branch information
semantic-release-bot committed Apr 28, 2023
1 parent 7994cb8 commit f19fcdd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# 1.0.0 (2023-04-28)


### Bug Fixes

* improve regex pattern to avoid backtracking ([9300c93](https://github.com/httpland/authorization-parser/commit/9300c931a40a9588e617b7f23939049d4e99a6ba))
* **parse:** fix auth param regex pattern ([8046b0d](https://github.com/httpland/authorization-parser/commit/8046b0d1660fd40e90e4ef68dc4a435f816b06ef))
* **parse:** fix to parsing pattern ([c8ee900](https://github.com/httpland/authorization-parser/commit/c8ee900b37bc860ba20ef026f2b59daf1e409bf3))
* **utils:** fix parse list logic ([2c79a4a](https://github.com/httpland/authorization-parser/commit/2c79a4aa84e7685e9f3dc58b7e49068e4331a458))


### Features

* add authorization field parser ([a8f447f](https://github.com/httpland/authorization-parser/commit/a8f447fd9285dd29efb34ff5d700d3cb15289625))
* **mod:** export related types ([9a672ed](https://github.com/httpland/authorization-parser/commit/9a672eddc3a381ab8caac33996ea4a36a99a429c))
* **stringify:** add escape for quoted-pair ([5f1bba4](https://github.com/httpland/authorization-parser/commit/5f1bba43512f61efdd3b9c875e275acf32cf6ebf))
* **stringify:** add serializer for authrization ([076395a](https://github.com/httpland/authorization-parser/commit/076395aea41a5531fe7becb8379691ccce748766))
* **types:** rename field to `authParams` ([f2f15b4](https://github.com/httpland/authorization-parser/commit/f2f15b42220b0d96fbcbb3ee46adc516bb639c1b))
* **types:** rename field to `params` ([0a51170](https://github.com/httpland/authorization-parser/commit/0a51170c9f0fdb04f8315c364c499fc160ca399e))

# [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)


Expand Down

0 comments on commit f19fcdd

Please sign in to comment.