Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardalan Amini committed Jul 5, 2018
2 parents 9466b3b + f14f8d3 commit 7138ade
Show file tree
Hide file tree
Showing 31 changed files with 2,674 additions and 1,801 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [next](https://github.com/foxifyjs/foxify/releases/tag/next) - *2018-__-__*

**Implemented enhancements:**

- added `https` option
- added `https.key` setting
- added `https.cert` setting
- added `json schema` option to routing
- improved performance

## [v0.7.0](https://github.com/foxifyjs/foxify/releases/tag/v0.7.0) - *2018-05-19*

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

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions docs/classes/encapsulation.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/foxifyjs/foxify/blob/e963317/src/exceptions/Encapsulation.ts#L8">exceptions/Encapsulation.ts:8</a></li>
<li>Defined in <a href="https://github.com/foxifyjs/foxify/blob/c2e5e8e/src/exceptions/Encapsulation.ts#L8">exceptions/Encapsulation.ts:8</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -157,7 +157,7 @@ <h3><span class="tsd-flag ts-flagProtected">Protected</span> _fn</h3>
<div class="tsd-signature tsd-kind-icon">_fn<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/foxifyjs/foxify/blob/e963317/src/exceptions/Encapsulation.ts#L8">exceptions/Encapsulation.ts:8</a></li>
<li>Defined in <a href="https://github.com/foxifyjs/foxify/blob/c2e5e8e/src/exceptions/Encapsulation.ts#L8">exceptions/Encapsulation.ts:8</a></li>
</ul>
</aside>
<div class="tsd-type-declaration">
Expand Down Expand Up @@ -201,7 +201,7 @@ <h3>run</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/foxifyjs/foxify/blob/e963317/src/exceptions/Encapsulation.ts#L14">exceptions/Encapsulation.ts:14</a></li>
<li>Defined in <a href="https://github.com/foxifyjs/foxify/blob/c2e5e8e/src/exceptions/Encapsulation.ts#L14">exceptions/Encapsulation.ts:14</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -265,6 +265,9 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</spa
<li class=" tsd-kind-class">
<a href="router.html" class="tsd-kind-icon">Router</a>
</li>
<li class=" tsd-kind-class">
<a href="server.html" class="tsd-kind-icon">Server</a>
</li>
<li class=" tsd-kind-variable tsd-is-not-exported">
<a href="../globals.html#status_codes" class="tsd-kind-icon">STATUS_<wbr>CODES</a>
</li>
Expand Down
17 changes: 10 additions & 7 deletions docs/classes/engine.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> Callback</h3>
<div class="tsd-signature tsd-kind-icon">Callback<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/foxifyjs/foxify/blob/e963317/src/view/Engine.ts#L5">view/Engine.ts:5</a></li>
<li>Defined in <a href="https://github.com/foxifyjs/foxify/blob/c2e5e8e/src/view/Engine.ts#L5">view/Engine.ts:5</a></li>
</ul>
</aside>
<div class="tsd-type-declaration">
Expand Down Expand Up @@ -157,7 +157,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/foxifyjs/foxify/blob/e963317/src/view/Engine.ts#L11">view/Engine.ts:11</a></li>
<li>Defined in <a href="https://github.com/foxifyjs/foxify/blob/c2e5e8e/src/view/Engine.ts#L11">view/Engine.ts:11</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -197,7 +197,7 @@ <h3><span class="tsd-flag ts-flagProtected">Protected</span> _ext</h3>
<div class="tsd-signature tsd-kind-icon">_ext<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/foxifyjs/foxify/blob/e963317/src/view/Engine.ts#L10">view/Engine.ts:10</a></li>
<li>Defined in <a href="https://github.com/foxifyjs/foxify/blob/c2e5e8e/src/view/Engine.ts#L10">view/Engine.ts:10</a></li>
</ul>
</aside>
</section>
Expand All @@ -207,7 +207,7 @@ <h3><span class="tsd-flag ts-flagProtected">Protected</span> _handler</h3>
<div class="tsd-signature tsd-kind-icon">_handler<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/foxifyjs/foxify/blob/e963317/src/view/Engine.ts#L11">view/Engine.ts:11</a></li>
<li>Defined in <a href="https://github.com/foxifyjs/foxify/blob/c2e5e8e/src/view/Engine.ts#L11">view/Engine.ts:11</a></li>
</ul>
</aside>
<div class="tsd-type-declaration">
Expand Down Expand Up @@ -238,7 +238,7 @@ <h3><span class="tsd-flag ts-flagProtected">Protected</span> _path</h3>
<div class="tsd-signature tsd-kind-icon">_path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/foxifyjs/foxify/blob/e963317/src/view/Engine.ts#L9">view/Engine.ts:9</a></li>
<li>Defined in <a href="https://github.com/foxifyjs/foxify/blob/c2e5e8e/src/view/Engine.ts#L9">view/Engine.ts:9</a></li>
</ul>
</aside>
</section>
Expand All @@ -255,7 +255,7 @@ <h3>render</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/foxifyjs/foxify/blob/e963317/src/view/Engine.ts#L19">view/Engine.ts:19</a></li>
<li>Defined in <a href="https://github.com/foxifyjs/foxify/blob/c2e5e8e/src/view/Engine.ts#L19">view/Engine.ts:19</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -284,7 +284,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> response<wbr>Patch</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/foxifyjs/foxify/blob/e963317/src/view/Engine.ts#L23">view/Engine.ts:23</a></li>
<li>Defined in <a href="https://github.com/foxifyjs/foxify/blob/c2e5e8e/src/view/Engine.ts#L23">view/Engine.ts:23</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -357,6 +357,9 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">ServerRes
<li class=" tsd-kind-class">
<a href="router.html" class="tsd-kind-icon">Router</a>
</li>
<li class=" tsd-kind-class">
<a href="server.html" class="tsd-kind-icon">Server</a>
</li>
<li class=" tsd-kind-variable tsd-is-not-exported">
<a href="../globals.html#status_codes" class="tsd-kind-icon">STATUS_<wbr>CODES</a>
</li>
Expand Down
Loading

0 comments on commit 7138ade

Please sign in to comment.