Skip to content

Commit

Permalink
chore(release): 1.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.3](v1.1.2...v1.1.3) (2022-09-19)

### Performance Improvements

* add generics to the `BindenResponse` class ([8315288](8315288))
  • Loading branch information
semantic-release-bot authored and vansergen committed Sep 19, 2022
1 parent 9ca1f40 commit 89df7b8
Show file tree
Hide file tree
Showing 30 changed files with 968 additions and 15,341 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.1.3](https://github.com/binden-js/binden/compare/v1.1.2...v1.1.3) (2022-09-19)

### Performance Improvements

- add generics to the `BindenResponse` class ([8315288](https://github.com/binden-js/binden/commit/8315288246d57a97dfecf20f120ac1b8c01adeba))

## [1.1.2](https://github.com/binden-js/binden/compare/v1.1.1...v1.1.2) (2022-09-06)

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,6 @@ ul.tsd-type-parameter-list h5 {
background: var(--color-background-secondary);
border-bottom: 1px var(--color-accent) solid;
transition: transform 0.3s ease-in-out;
margin: 0 auto;
}
.tsd-page-toolbar a {
color: var(--color-text);
Expand All @@ -1125,6 +1124,7 @@ ul.tsd-type-parameter-list h5 {
display: flex;
justify-content: space-between;
height: 2.5rem;
margin: 0 auto;
}
.tsd-page-toolbar .table-cell {
position: relative;
Expand Down
183 changes: 142 additions & 41 deletions docs/classes/Binden.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions docs/classes/BindenError.html
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ <h3 class="tsd-anchor-link">
</h3>
<div class="tsd-signature">
cause<span class="tsd-signature-symbol">?:</span>
<span class="tsd-signature-type">Error</span>
<span class="tsd-signature-type">unknown</span>
</div>
<aside class="tsd-sources">
<p>Inherited from Error.cause</p>
Expand Down Expand Up @@ -698,7 +698,7 @@ <h3 class="tsd-anchor-link">
<p>Inherited from Error.message</p>
<ul>
<li>
Defined in node_modules/typescript/lib/lib.es5.d.ts:1029
Defined in node_modules/typescript/lib/lib.es5.d.ts:1041
</li>
</ul>
</aside>
Expand Down Expand Up @@ -732,7 +732,7 @@ <h3 class="tsd-anchor-link">
<p>Inherited from Error.name</p>
<ul>
<li>
Defined in node_modules/typescript/lib/lib.es5.d.ts:1028
Defined in node_modules/typescript/lib/lib.es5.d.ts:1040
</li>
</ul>
</aside>
Expand Down Expand Up @@ -767,7 +767,7 @@ <h3 class="tsd-anchor-link">
<p>Inherited from Error.stack</p>
<ul>
<li>
Defined in node_modules/typescript/lib/lib.es5.d.ts:1030
Defined in node_modules/typescript/lib/lib.es5.d.ts:1042
</li>
</ul>
</aside>
Expand Down Expand Up @@ -959,8 +959,8 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/binden-js/binden/blob/main/src/error.ts#L39"
>src/error.ts:39</a
href="https://github.com/binden-js/binden/blob/main/src/error.ts#L43"
>src/error.ts:43</a
>
</li>
</ul>
Expand Down Expand Up @@ -1021,8 +1021,8 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/binden-js/binden/blob/main/src/error.ts#L47"
>src/error.ts:47</a
href="https://github.com/binden-js/binden/blob/main/src/error.ts#L51"
>src/error.ts:51</a
>
</li>
</ul>
Expand Down Expand Up @@ -1069,8 +1069,8 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/binden-js/binden/blob/main/src/error.ts#L43"
>src/error.ts:43</a
href="https://github.com/binden-js/binden/blob/main/src/error.ts#L47"
>src/error.ts:47</a
>
</li>
</ul>
Expand Down
38 changes: 19 additions & 19 deletions docs/classes/BindenRequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -1572,7 +1572,7 @@ <h4 class="tsd-returns-title">
<aside class="tsd-sources">
<p>Inherited from IncomingMessage.constructor</p>
<ul>
<li>Defined in node_modules/@types/node/http.d.ts:840</li>
<li>Defined in node_modules/@types/node/http.d.ts:928</li>
</ul>
</aside>
</li>
Expand Down Expand Up @@ -2134,7 +2134,7 @@ <h3>Deprecated</h3>
<aside class="tsd-sources">
<p>Inherited from IncomingMessage.aborted</p>
<ul>
<li>Defined in node_modules/@types/node/http.d.ts:847</li>
<li>Defined in node_modules/@types/node/http.d.ts:935</li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -2225,7 +2225,7 @@ <h3>Since</h3>
<aside class="tsd-sources">
<p>Inherited from IncomingMessage.complete</p>
<ul>
<li>Defined in node_modules/@types/node/http.d.ts:882</li>
<li>Defined in node_modules/@types/node/http.d.ts:970</li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -2269,7 +2269,7 @@ <h3>Deprecated</h3>
<aside class="tsd-sources">
<p>Inherited from IncomingMessage.connection</p>
<ul>
<li>Defined in node_modules/@types/node/http.d.ts:888</li>
<li>Defined in node_modules/@types/node/http.d.ts:976</li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -2430,7 +2430,7 @@ <h3>Since</h3>
<aside class="tsd-sources">
<p>Inherited from IncomingMessage.headers</p>
<ul>
<li>Defined in node_modules/@types/node/http.d.ts:925</li>
<li>Defined in node_modules/@types/node/http.d.ts:1013</li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -2480,7 +2480,7 @@ <h3>Since</h3>
<aside class="tsd-sources">
<p>Inherited from IncomingMessage.httpVersion</p>
<ul>
<li>Defined in node_modules/@types/node/http.d.ts:856</li>
<li>Defined in node_modules/@types/node/http.d.ts:944</li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -2517,7 +2517,7 @@ <h3 class="tsd-anchor-link">
<aside class="tsd-sources">
<p>Inherited from IncomingMessage.httpVersionMajor</p>
<ul>
<li>Defined in node_modules/@types/node/http.d.ts:857</li>
<li>Defined in node_modules/@types/node/http.d.ts:945</li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -2554,7 +2554,7 @@ <h3 class="tsd-anchor-link">
<aside class="tsd-sources">
<p>Inherited from IncomingMessage.httpVersionMinor</p>
<ul>
<li>Defined in node_modules/@types/node/http.d.ts:858</li>
<li>Defined in node_modules/@types/node/http.d.ts:946</li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -2599,7 +2599,7 @@ <h3>Since</h3>
<aside class="tsd-sources">
<p>Inherited from IncomingMessage.method</p>
<ul>
<li>Defined in node_modules/@types/node/http.d.ts:973</li>
<li>Defined in node_modules/@types/node/http.d.ts:1061</li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -2654,7 +2654,7 @@ <h3>Since</h3>
<aside class="tsd-sources">
<p>Inherited from IncomingMessage.rawHeaders</p>
<ul>
<li>Defined in node_modules/@types/node/http.d.ts:950</li>
<li>Defined in node_modules/@types/node/http.d.ts:1038</li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -2700,7 +2700,7 @@ <h3>Since</h3>
<aside class="tsd-sources">
<p>Inherited from IncomingMessage.rawTrailers</p>
<ul>
<li>Defined in node_modules/@types/node/http.d.ts:961</li>
<li>Defined in node_modules/@types/node/http.d.ts:1049</li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -3173,7 +3173,7 @@ <h3>Since</h3>
<aside class="tsd-sources">
<p>Inherited from IncomingMessage.socket</p>
<ul>
<li>Defined in node_modules/@types/node/http.d.ts:900</li>
<li>Defined in node_modules/@types/node/http.d.ts:988</li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -3222,7 +3222,7 @@ <h3>Since</h3>
<aside class="tsd-sources">
<p>Inherited from IncomingMessage.statusCode</p>
<ul>
<li>Defined in node_modules/@types/node/http.d.ts:1020</li>
<li>Defined in node_modules/@types/node/http.d.ts:1108</li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -3272,7 +3272,7 @@ <h3>Since</h3>
<aside class="tsd-sources">
<p>Inherited from IncomingMessage.statusMessage</p>
<ul>
<li>Defined in node_modules/@types/node/http.d.ts:1027</li>
<li>Defined in node_modules/@types/node/http.d.ts:1115</li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -3319,7 +3319,7 @@ <h3>Since</h3>
<aside class="tsd-sources">
<p>Inherited from IncomingMessage.trailers</p>
<ul>
<li>Defined in node_modules/@types/node/http.d.ts:955</li>
<li>Defined in node_modules/@types/node/http.d.ts:1043</li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -3394,7 +3394,7 @@ <h3>Since</h3>
<aside class="tsd-sources">
<p>Inherited from IncomingMessage.url</p>
<ul>
<li>Defined in node_modules/@types/node/http.d.ts:1013</li>
<li>Defined in node_modules/@types/node/http.d.ts:1101</li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -4496,7 +4496,7 @@ <h4 class="tsd-returns-title">
><span class="tsd-signature-symbol">&gt;</span>
</h4>
<aside class="tsd-sources">
<p>Inherited from IncomingMessage.__@asyncIterator@21745</p>
<p>Inherited from IncomingMessage.__@asyncIterator@21638</p>
<ul>
<li>Defined in node_modules/@types/node/stream.d.ts:502</li>
</ul>
Expand Down Expand Up @@ -5873,7 +5873,7 @@ <h4 class="tsd-returns-title">
<aside class="tsd-sources">
<p>Inherited from IncomingMessage.destroy</p>
<ul>
<li>Defined in node_modules/@types/node/http.d.ts:1033</li>
<li>Defined in node_modules/@types/node/http.d.ts:1121</li>
</ul>
</aside>
</li>
Expand Down Expand Up @@ -12590,7 +12590,7 @@ <h4 class="tsd-returns-title">
<aside class="tsd-sources">
<p>Inherited from IncomingMessage.setTimeout</p>
<ul>
<li>Defined in node_modules/@types/node/http.d.ts:966</li>
<li>Defined in node_modules/@types/node/http.d.ts:1054</li>
</ul>
</aside>
</li>
Expand Down
Loading

0 comments on commit 89df7b8

Please sign in to comment.