Skip to content

Commit

Permalink
Version 4.4.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
igoramadas committed Jul 23, 2021
1 parent f819a1a commit bde44eb
Show file tree
Hide file tree
Showing 12 changed files with 487 additions and 497 deletions.
6 changes: 5 additions & 1 deletion History.md
@@ -1,5 +1,9 @@
# Changelog for expresser

4.4.4
=====
* Updated dependencies.

4.4.3
=====
* Option to disable the raw body-parser by setting rawTypes to null.
Expand All @@ -26,7 +30,7 @@
4.3.0
=====
* NEW! Added raw and text body parsers.
* DEPRECATED! The legacy plugin for v3 is not officially deprecated.
* DEPRECATED! The legacy plugin for v3 is now officially deprecated.
* Some refactoring here and there.
* Updated dependencies.

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

Large diffs are not rendered by default.

182 changes: 91 additions & 91 deletions docs/classes/app.app-1.html → docs/classes/app.App.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/classes/logger.export_.html
Expand Up @@ -94,7 +94,7 @@ <h3>Constructors</h3>
<section class="tsd-index-section ">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><a href="logger.export_.html#argscleaner" class="tsd-kind-icon">args<wbr>Cleaner</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><a href="logger.export_.html#argsCleaner" class="tsd-kind-icon">args<wbr>Cleaner</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><a href="logger.export_.html#clean" class="tsd-kind-icon">clean</a></li>
</ul>
</section>
Expand All @@ -121,7 +121,7 @@ <h4 class="tsd-returns-title">Returns <a href="logger.export_.html" class="tsd-s
<section class="tsd-panel-group tsd-member-group ">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-static">
<a name="argscleaner" class="tsd-anchor"></a>
<a name="argsCleaner" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagStatic">Static</span> args<wbr>Cleaner</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-static">
<li class="tsd-signature tsd-kind-icon">args<wbr>Cleaner<span class="tsd-signature-symbol">(</span>obj<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
Expand All @@ -130,7 +130,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> args<wbr>Cleaner</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/expresser/blob/f0391f6/src/logger.ts#L10">logger.ts:10</a></li>
<li>Defined in <a href="https://github.com/igoramadas/expresser/blob/f819a1a/src/logger.ts#L10">logger.ts:10</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -161,7 +161,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> clean</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/expresser/blob/f0391f6/src/logger.ts#L70">logger.ts:70</a></li>
<li>Defined in <a href="https://github.com/igoramadas/expresser/blob/f819a1a/src/logger.ts#L70">logger.ts:70</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -215,7 +215,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span
<a href="logger.export_.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-static">
<a href="logger.export_.html#argscleaner" class="tsd-kind-icon">args<wbr>Cleaner</a>
<a href="logger.export_.html#argsCleaner" class="tsd-kind-icon">args<wbr>Cleaner</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-static">
<a href="logger.export_.html#clean" class="tsd-kind-icon">clean</a>
Expand Down
Expand Up @@ -56,7 +56,7 @@
<a href="../modules/routes.html">routes</a>
</li>
<li>
<a href="routes.routes-1.html">Routes</a>
<a href="routes.Routes.html">Routes</a>
</li>
</ul>
<h1>Class Routes</h1>
Expand Down Expand Up @@ -88,14 +88,14 @@ <h2>Index</h2>
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class"><a href="routes.routes-1.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class"><a href="routes.Routes.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class"><a href="routes.routes-1.html#load" class="tsd-kind-icon">load</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="routes.routes-1.html#loadswagger" class="tsd-kind-icon">load<wbr>Swagger</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="routes.Routes.html#load" class="tsd-kind-icon">load</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="routes.Routes.html#loadSwagger" class="tsd-kind-icon">load<wbr>Swagger</a></li>
</ul>
</section>
</div>
Expand All @@ -107,13 +107,13 @@ <h2>Constructors</h2>
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">new <wbr>Routes<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="routes.routes-1.html" class="tsd-signature-type" data-tsd-kind="Class">Routes</a></li>
<li class="tsd-signature tsd-kind-icon">new <wbr>Routes<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="routes.Routes.html" class="tsd-signature-type" data-tsd-kind="Class">Routes</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
</aside>
<h4 class="tsd-returns-title">Returns <a href="routes.routes-1.html" class="tsd-signature-type" data-tsd-kind="Class">Routes</a></h4>
<h4 class="tsd-returns-title">Returns <a href="routes.Routes.html" class="tsd-signature-type" data-tsd-kind="Class">Routes</a></h4>
</li>
</ul>
</section>
Expand All @@ -124,13 +124,13 @@ <h2>Methods</h2>
<a name="load" class="tsd-anchor"></a>
<h3>load</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">load<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="../interfaces/routes.loadoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">LoadOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
<li class="tsd-signature tsd-kind-icon">load<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="../interfaces/routes.LoadOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">LoadOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/expresser/blob/f0391f6/src/routes.ts#L36">routes.ts:36</a></li>
<li>Defined in <a href="https://github.com/igoramadas/expresser/blob/f819a1a/src/routes.ts#L36">routes.ts:36</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -141,7 +141,7 @@ <h3>load</h3>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>options: <a href="../interfaces/routes.loadoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">LoadOptions</a></h5>
<h5>options: <a href="../interfaces/routes.LoadOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">LoadOptions</a></h5>
<div class="tsd-comment tsd-typography">
<p>Loading options with filename or specs, and handlers.</p>
</div>
Expand All @@ -152,16 +152,16 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</spa
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="loadswagger" class="tsd-anchor"></a>
<a name="loadSwagger" class="tsd-anchor"></a>
<h3>load<wbr>Swagger</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">load<wbr>Swagger<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="../interfaces/routes.loadoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">LoadOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
<li class="tsd-signature tsd-kind-icon">load<wbr>Swagger<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="../interfaces/routes.LoadOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">LoadOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/expresser/blob/f0391f6/src/routes.ts#L103">routes.ts:103</a></li>
<li>Defined in <a href="https://github.com/igoramadas/expresser/blob/f819a1a/src/routes.ts#L103">routes.ts:103</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -172,7 +172,7 @@ <h3>load<wbr>Swagger</h3>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>options: <a href="../interfaces/routes.loadoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">LoadOptions</a></h5>
<h5>options: <a href="../interfaces/routes.LoadOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">LoadOptions</a></h5>
<div class="tsd-comment tsd-typography">
<p>Loading options.</p>
</div>
Expand Down Expand Up @@ -212,23 +212,23 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</spa
</ul>
<ul class="current">
<li class="current tsd-kind-class tsd-parent-kind-module">
<a href="routes.routes-1.html" class="tsd-kind-icon">Routes</a>
<a href="routes.Routes.html" class="tsd-kind-icon">Routes</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class">
<a href="routes.routes-1.html#constructor" class="tsd-kind-icon">constructor</a>
<a href="routes.Routes.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="routes.routes-1.html#load" class="tsd-kind-icon">load</a>
<a href="routes.Routes.html#load" class="tsd-kind-icon">load</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="routes.routes-1.html#loadswagger" class="tsd-kind-icon">load<wbr>Swagger</a>
<a href="routes.Routes.html#loadSwagger" class="tsd-kind-icon">load<wbr>Swagger</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
<li class=" tsd-kind-interface tsd-parent-kind-module">
<a href="../interfaces/routes.loadoptions.html" class="tsd-kind-icon">Load<wbr>Options</a>
<a href="../interfaces/routes.LoadOptions.html" class="tsd-kind-icon">Load<wbr>Options</a>
</li>
</ul>
</nav>
Expand Down
20 changes: 10 additions & 10 deletions docs/interfaces/app.middlewaredefs.html
Expand Up @@ -56,7 +56,7 @@
<a href="../modules/app.html">app</a>
</li>
<li>
<a href="app.middlewaredefs.html">MiddlewareDefs</a>
<a href="app.MiddlewareDefs.html">MiddlewareDefs</a>
</li>
</ul>
<h1>Interface MiddlewareDefs</h1>
Expand All @@ -69,7 +69,7 @@ <h1>Interface MiddlewareDefs</h1>
<section class="tsd-panel tsd-comment">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Middleware definitions to be be passed on app <a href="../classes/app.app-1.html#init">init</a>.</p>
<p>Middleware definitions to be be passed on app <a href="../classes/app.App.html#init">init</a>.</p>
</div>
</div>
</section>
Expand All @@ -88,8 +88,8 @@ <h2>Index</h2>
<section class="tsd-index-section ">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="app.middlewaredefs.html#append" class="tsd-kind-icon">append</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="app.middlewaredefs.html#prepend" class="tsd-kind-icon">prepend</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="app.MiddlewareDefs.html#append" class="tsd-kind-icon">append</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="app.MiddlewareDefs.html#prepend" class="tsd-kind-icon">prepend</a></li>
</ul>
</section>
</div>
Expand All @@ -103,7 +103,7 @@ <h3>append</h3>
<div class="tsd-signature tsd-kind-icon">append<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/expresser/blob/f0391f6/src/app.ts#L21">app.ts:21</a></li>
<li>Defined in <a href="https://github.com/igoramadas/expresser/blob/f819a1a/src/app.ts#L21">app.ts:21</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -118,7 +118,7 @@ <h3>prepend</h3>
<div class="tsd-signature tsd-kind-icon">prepend<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/expresser/blob/f0391f6/src/app.ts#L19">app.ts:19</a></li>
<li>Defined in <a href="https://github.com/igoramadas/expresser/blob/f819a1a/src/app.ts#L19">app.ts:19</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -155,18 +155,18 @@ <h3>prepend</h3>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-class tsd-parent-kind-module">
<a href="../classes/app.app-1.html" class="tsd-kind-icon">App</a>
<a href="../classes/app.App.html" class="tsd-kind-icon">App</a>
</li>
</ul>
<ul class="current">
<li class="current tsd-kind-interface tsd-parent-kind-module">
<a href="app.middlewaredefs.html" class="tsd-kind-icon">Middleware<wbr>Defs</a>
<a href="app.MiddlewareDefs.html" class="tsd-kind-icon">Middleware<wbr>Defs</a>
<ul>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="app.middlewaredefs.html#append" class="tsd-kind-icon">append</a>
<a href="app.MiddlewareDefs.html#append" class="tsd-kind-icon">append</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="app.middlewaredefs.html#prepend" class="tsd-kind-icon">prepend</a>
<a href="app.MiddlewareDefs.html#prepend" class="tsd-kind-icon">prepend</a>
</li>
</ul>
</li>
Expand Down

0 comments on commit bde44eb

Please sign in to comment.