Skip to content

Commit e32b78e

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2023-04-02) ### Features * **handler:** add types for http handler ([a0f3785](a0f3785)) * **handler:** remove handler module ([44c719f](44c719f)) * **handlers:** rename types ([cdf2721](cdf2721)) * **header:** add caching header enum ([1844621](1844621)) * **header:** add conditional header fields ([863f4cb](863f4cb)) * **header:** add content negotiation header fields ([cc6c3d0](cc6c3d0)) * **header:** add fileld to representation header ([58965b2](58965b2)) * **header:** add filtering by header field name function ([84c402c](84c402c)) * **header:** add message forwarding header fields ([f2a439f](f2a439f)) * **header:** add message metadata header fields ([75bb6ee](75bb6ee)) * **header:** add range requests header fields ([7c00c47](7c00c47)) * **header:** add representation header enum ([2561134](2561134)) * **header:** add type guard for headers ([6622fa2](6622fa2)) * **header:** improve type guard ([7ce4075](7ce4075)) * **header:** remove irrelevant modules ([404620e](404620e)) * **headers:** add `isSingletonField` function ([9109451](9109451)) * **headers:** add `mergeHeaders` function ([cd224d3](cd224d3)) * **headers:** add `parseFieldValue` function ([2dca3bd](2dca3bd)) * **headers:** add checking equality of `Headers` object ([66c108f](66c108f)) * **headers:** add options to `mergeHeaders`, accept custom merge function ([e161c6d](e161c6d)) * **header:** stop const enum ([f416a82](f416a82)) * **heaer:** add http authentication header fields ([5cfa316](5cfa316)) * **message:** add `withHeader` function ([1f4260d](1f4260d)) * **method:** add http method enum ([5e31439](5e31439)) * **method:** add method utilities ([44a025c](44a025c)) * **method:** add retrieve method checking function ([702f18f](702f18f)) * **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:** add types for http methods ([2f59e87](2f59e87)) * **request:** change `equalsRequest` interface ([d6afee9](d6afee9)) * **requests:** add `equalsRequest` function ([383be15](383be15)) * **requests:** add `isRequest` function ([cf92dc1](cf92dc1)) * **requests:** add checking request body equality ([4ddca1b](4ddca1b)) * **requests:** rename to `HttpMethod` from `Method` ([097490b](097490b)) * **response:** add checking body type to `equalsResponse` ([415bfee](415bfee)) * **response:** add throwing error pattern to `equalsResponse` ([d58690a](d58690a)) * **responses:** add `equalsResponse` function ([b1d8ade](b1d8ade)) * **responses:** add `isResponse` function ([176d614](176d614)) * **responses:** add `safeResponse` function ([74e9aed](74e9aed)) * **responses:** add checking body content ([3c57c76](3c57c76)) * **responses:** add overload types to `equalsResponse` ([7af961b](7af961b)) * **responses:** change `safeResponse` interface ([ffd3ddc](ffd3ddc))
1 parent fd37677 commit e32b78e

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
# 1.0.0 (2023-04-02)
2+
3+
4+
### Features
5+
6+
* **handler:** add types for http handler ([a0f3785](https://github.com/httpland/http-utils/commit/a0f3785df6686cd9f6e201bffb9d5befbcf1155e))
7+
* **handler:** remove handler module ([44c719f](https://github.com/httpland/http-utils/commit/44c719fb3a3da3ce93698f86fa30c24948d94282))
8+
* **handlers:** rename types ([cdf2721](https://github.com/httpland/http-utils/commit/cdf27215e4a33289b744903ec1f4afa4ff3f28cb))
9+
* **header:** add caching header enum ([1844621](https://github.com/httpland/http-utils/commit/1844621b43293e362c41af24ef2f57dcf24eac4b))
10+
* **header:** add conditional header fields ([863f4cb](https://github.com/httpland/http-utils/commit/863f4cb905e0b981de616acc58b54be0512f437c))
11+
* **header:** add content negotiation header fields ([cc6c3d0](https://github.com/httpland/http-utils/commit/cc6c3d0eb0c3605d9b118e703fdda86c93b9237e))
12+
* **header:** add fileld to representation header ([58965b2](https://github.com/httpland/http-utils/commit/58965b247926983b1e81462adcdb7eb69d2cc13e))
13+
* **header:** add filtering by header field name function ([84c402c](https://github.com/httpland/http-utils/commit/84c402c5ab224f12bbd42df662c5552628d26507))
14+
* **header:** add message forwarding header fields ([f2a439f](https://github.com/httpland/http-utils/commit/f2a439fcfa629b11813d6e66d02482c3f53e9cb8))
15+
* **header:** add message metadata header fields ([75bb6ee](https://github.com/httpland/http-utils/commit/75bb6ee636af69c3814a79c19ac9a86ae781e498))
16+
* **header:** add range requests header fields ([7c00c47](https://github.com/httpland/http-utils/commit/7c00c47fec3e0edd9cbf794b8ef602a0298d3eca))
17+
* **header:** add representation header enum ([2561134](https://github.com/httpland/http-utils/commit/25611347552a620ea19bc301ca5357179ebb5533))
18+
* **header:** add type guard for headers ([6622fa2](https://github.com/httpland/http-utils/commit/6622fa2bd0e5cea619a16cffadd43b308bf2417d))
19+
* **header:** improve type guard ([7ce4075](https://github.com/httpland/http-utils/commit/7ce4075089bdbb745c2c5fe3bca859afc4a9e890))
20+
* **header:** remove irrelevant modules ([404620e](https://github.com/httpland/http-utils/commit/404620ef041b560e348129b838f5d474aa6caa8e))
21+
* **headers:** add `isSingletonField` function ([9109451](https://github.com/httpland/http-utils/commit/9109451c156610289b91405aa86a9fe7ae828d1f))
22+
* **headers:** add `mergeHeaders` function ([cd224d3](https://github.com/httpland/http-utils/commit/cd224d39f6ae7b9817b5122fe2226b21c7c0fffc))
23+
* **headers:** add `parseFieldValue` function ([2dca3bd](https://github.com/httpland/http-utils/commit/2dca3bd26076c8982e15c4f65fc34c523361a003))
24+
* **headers:** add checking equality of `Headers` object ([66c108f](https://github.com/httpland/http-utils/commit/66c108f3c7a5cbd8a881f560fac6bbff0f51cbc1))
25+
* **headers:** add options to `mergeHeaders`, accept custom merge function ([e161c6d](https://github.com/httpland/http-utils/commit/e161c6d30cf3306d27b6c02bf4d54946bf16febc))
26+
* **header:** stop const enum ([f416a82](https://github.com/httpland/http-utils/commit/f416a82cdd5a37dc6cb32d5ae86d3c684dc5d404))
27+
* **heaer:** add http authentication header fields ([5cfa316](https://github.com/httpland/http-utils/commit/5cfa3166e9eaa8a15e0f2c82779466e7a0bfb55b))
28+
* **message:** add `withHeader` function ([1f4260d](https://github.com/httpland/http-utils/commit/1f4260d8b6ed10a6057439264181c5844e7837e3))
29+
* **method:** add http method enum ([5e31439](https://github.com/httpland/http-utils/commit/5e31439fdeaf4ea5a25bee094cebacc7552a45b9))
30+
* **method:** add method utilities ([44a025c](https://github.com/httpland/http-utils/commit/44a025c7d6311bbd0f2e5e40ae8521527d7a26d4))
31+
* **method:** add retrieve method checking function ([702f18f](https://github.com/httpland/http-utils/commit/702f18fb3caa68bf0366dd7636cd5ea73d6b7a21))
32+
* **method:** improve types from enum ([a44845a](https://github.com/httpland/http-utils/commit/a44845a98b1912310517effb9127fb5d7aa87e46))
33+
* **mod:** remove index entry point ([c616b57](https://github.com/httpland/http-utils/commit/c616b57ec39786e410d1d626994fc332f99e9518))
34+
* **mod:** remove unnecessary module ([ee7b865](https://github.com/httpland/http-utils/commit/ee7b865c520bbc176b7db8da5410090da6f083e4))
35+
* remove `safeResponse` function ([d4fd65e](https://github.com/httpland/http-utils/commit/d4fd65eb42ab04d3d2ae8c1eab8a309cb74e53ef))
36+
* **request:** add types for http methods ([2f59e87](https://github.com/httpland/http-utils/commit/2f59e870d4e2e9c54bf9c9295db416276cc55553))
37+
* **request:** change `equalsRequest` interface ([d6afee9](https://github.com/httpland/http-utils/commit/d6afee9ff5c83886ae64f3428e2bd9c830c87b4e))
38+
* **requests:** add `equalsRequest` function ([383be15](https://github.com/httpland/http-utils/commit/383be151e21df37cc35ee8c255288f20e9bf2957))
39+
* **requests:** add `isRequest` function ([cf92dc1](https://github.com/httpland/http-utils/commit/cf92dc1440c40198ba2b8f48898e14dc145acf9d))
40+
* **requests:** add checking request body equality ([4ddca1b](https://github.com/httpland/http-utils/commit/4ddca1b7c0fa7869fb37f76b561cc05cc1ede646))
41+
* **requests:** rename to `HttpMethod` from `Method` ([097490b](https://github.com/httpland/http-utils/commit/097490b9d21df9ac57ba9684812cc0981a3b670c))
42+
* **response:** add checking body type to `equalsResponse` ([415bfee](https://github.com/httpland/http-utils/commit/415bfee5c53464f106bbfce98d778348740fe41d))
43+
* **response:** add throwing error pattern to `equalsResponse` ([d58690a](https://github.com/httpland/http-utils/commit/d58690a8f18ac8db1d108af9d849b49a8e68855b))
44+
* **responses:** add `equalsResponse` function ([b1d8ade](https://github.com/httpland/http-utils/commit/b1d8adeff317cfa74e80f9c64e9e79f6be516da9))
45+
* **responses:** add `isResponse` function ([176d614](https://github.com/httpland/http-utils/commit/176d61486ce7cc2e1f974c8925c15f6a440f1c03))
46+
* **responses:** add `safeResponse` function ([74e9aed](https://github.com/httpland/http-utils/commit/74e9aedc489abe35dac6224762aa5836d2cf3535))
47+
* **responses:** add checking body content ([3c57c76](https://github.com/httpland/http-utils/commit/3c57c76fa85b85c6157c0c5a459aca0bee500f8e))
48+
* **responses:** add overload types to `equalsResponse` ([7af961b](https://github.com/httpland/http-utils/commit/7af961b06a8c56ef0b1c6931b95366bc740d0966))
49+
* **responses:** change `safeResponse` interface ([ffd3ddc](https://github.com/httpland/http-utils/commit/ffd3ddc79d1ed3f7ca67b1e4ae0b02dbc50d69e8))
50+
151
# [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)
252

353

0 commit comments

Comments
 (0)