Commit e32b78e
committed
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
1 file changed
+50
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
1 | 51 | | |
2 | 52 | | |
3 | 53 | | |
| |||
0 commit comments