Skip to content

Commit 4f5c769

Browse files
chore(release): 1.0.0-beta.16 [skip ci]
# [1.0.0-beta.16](1.0.0-beta.15...1.0.0-beta.16) (2023-04-01) ### Features * **header:** improve type guard ([7ce4075](7ce4075)) * **header:** remove irrelevant modules ([404620e](404620e)) * **header:** stop const enum ([f416a82](f416a82)) * **method:** improve types from enum ([a44845a](a44845a)) * **mod:** remove index entry point ([c616b57](c616b57)) * **mod:** remove unnecessary module ([ee7b865](ee7b865)) * remove `safeResponse` function ([d4fd65e](d4fd65e)) * **request:** change `equalsRequest` interface ([d6afee9](d6afee9)) * **response:** add checking body type to `equalsResponse` ([415bfee](415bfee))
1 parent 36868e4 commit 4f5c769

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.0.0-beta.16](https://github.com/httpland/http-utils/compare/1.0.0-beta.15...1.0.0-beta.16) (2023-04-01)
2+
3+
4+
### Features
5+
6+
* **header:** improve type guard ([7ce4075](https://github.com/httpland/http-utils/commit/7ce4075089bdbb745c2c5fe3bca859afc4a9e890))
7+
* **header:** remove irrelevant modules ([404620e](https://github.com/httpland/http-utils/commit/404620ef041b560e348129b838f5d474aa6caa8e))
8+
* **header:** stop const enum ([f416a82](https://github.com/httpland/http-utils/commit/f416a82cdd5a37dc6cb32d5ae86d3c684dc5d404))
9+
* **method:** improve types from enum ([a44845a](https://github.com/httpland/http-utils/commit/a44845a98b1912310517effb9127fb5d7aa87e46))
10+
* **mod:** remove index entry point ([c616b57](https://github.com/httpland/http-utils/commit/c616b57ec39786e410d1d626994fc332f99e9518))
11+
* **mod:** remove unnecessary module ([ee7b865](https://github.com/httpland/http-utils/commit/ee7b865c520bbc176b7db8da5410090da6f083e4))
12+
* remove `safeResponse` function ([d4fd65e](https://github.com/httpland/http-utils/commit/d4fd65eb42ab04d3d2ae8c1eab8a309cb74e53ef))
13+
* **request:** change `equalsRequest` interface ([d6afee9](https://github.com/httpland/http-utils/commit/d6afee9ff5c83886ae64f3428e2bd9c830c87b4e))
14+
* **response:** add checking body type to `equalsResponse` ([415bfee](https://github.com/httpland/http-utils/commit/415bfee5c53464f106bbfce98d778348740fe41d))
15+
116
# [1.0.0-beta.15](https://github.com/httpland/http-utils/compare/1.0.0-beta.14...1.0.0-beta.15) (2023-04-01)
217

318

0 commit comments

Comments
 (0)