Skip to content

Commit

Permalink
introduce 2.1.0 versioned doc dir
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinAst committed Jul 19, 2019
1 parent 3e34cfe commit 9820f87
Show file tree
Hide file tree
Showing 67 changed files with 57,316 additions and 0 deletions.
36 changes: 36 additions & 0 deletions _docs/0.1.0/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,11 @@ <h2 id="summary">Summary:</h2>
</tr>
</thead>
<tbody>
<tr>
<td><a href="#v2_1_0">v2.1.0</a></td>
<td>appInit() Life Cycle Hook</td>
<td><em>July 19, 2019</em></td>
</tr>
<tr>
<td><a href="#v2_0_0">v2.0.0</a></td>
<td>React Hooks</td>
Expand Down Expand Up @@ -952,6 +957,37 @@ <h2 id="summary">Summary:</h2>
<h2 id="details">Details:</h2>
<!-- ************************************************************* -->
<p><br><br><br></p>
<h3 id="v2_1_0" style="margin: 10px 0px; border-width: 5px 0px; padding: 5px; border-style: solid;">
v2.1.0 - appInit() Life Cycle Hook <i>(July 19, 2019)</i>
</h3>

<p><a href="https://feature-u.js.org/2.1.0/" target="_blank">Full Docs</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/releases/tag/v2.1.0" target="_blank">GitHub Release</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/tree/v2.1.0" target="_blank">GitHub Content</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/compare/v2.0.0-docs...v2.1.0" target="_blank">Diff</a></p>
<p><strong>NOTE</strong>: This release is a <strong>non-breaking change</strong> <em>(i.e. no prior
API was impacted)</em>.</p>
<ol>
<li><p><strong>Added</strong>: A new <a href="../2.1.0/appLifeCycle.html#appinit"><code>Feature.appInit()</code></a> Application Life Cycle
Hook was added, supporting blocking async initialization.</p>
</li>
<li><p><strong>Added</strong>: In support of <a href="../2.1.0/appLifeCycle.html#appinit"><code>Feature.appInit()</code></a>, the
<a href="../2.1.0/api.html#showStatusCB"><code>showStatus()</code></a> optional callback parameter was added to
<a href="../2.1.0/api.html#launchApp"><code>launchApp()</code></a> allowing the application domain to
communicate blocking &quot;persistent&quot; status messages to the end user.</p>
</li>
<li><p><strong>Docs</strong>: Documentation improvements include:</p>
<ul>
<li>Changed the sample application reference to
<a href="https://github.com/KevinAst/eatery-nod-w" target="_blank"><code>eatery-nod-w</code></a> <em>(from <a href="https://github.com/KevinAst/eatery-nod" target="_blank"><code>eatery-nod</code></a>)</em>.</li>
</ul>
</li>
</ol>
<!-- ************************************************************* -->
<p><br><br><br></p>
<h3 id="v2_0_0" style="margin: 10px 0px; border-width: 5px 0px; padding: 5px; border-style: solid;">
v2.0.0 - React Hooks <i>(May 10, 2019)</i>
</h3>
Expand Down
36 changes: 36 additions & 0 deletions _docs/0.1.3/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,11 @@ <h2 id="summary">Summary:</h2>
</tr>
</thead>
<tbody>
<tr>
<td><a href="#v2_1_0">v2.1.0</a></td>
<td>appInit() Life Cycle Hook</td>
<td><em>July 19, 2019</em></td>
</tr>
<tr>
<td><a href="#v2_0_0">v2.0.0</a></td>
<td>React Hooks</td>
Expand Down Expand Up @@ -951,6 +956,37 @@ <h2 id="summary">Summary:</h2>
<h2 id="details">Details:</h2>
<!-- ************************************************************* -->
<p><br><br><br></p>
<h3 id="v2_1_0" style="margin: 10px 0px; border-width: 5px 0px; padding: 5px; border-style: solid;">
v2.1.0 - appInit() Life Cycle Hook <i>(July 19, 2019)</i>
</h3>

<p><a href="https://feature-u.js.org/2.1.0/" target="_blank">Full Docs</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/releases/tag/v2.1.0" target="_blank">GitHub Release</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/tree/v2.1.0" target="_blank">GitHub Content</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/compare/v2.0.0-docs...v2.1.0" target="_blank">Diff</a></p>
<p><strong>NOTE</strong>: This release is a <strong>non-breaking change</strong> <em>(i.e. no prior
API was impacted)</em>.</p>
<ol>
<li><p><strong>Added</strong>: A new <a href="../2.1.0/appLifeCycle.html#appinit"><code>Feature.appInit()</code></a> Application Life Cycle
Hook was added, supporting blocking async initialization.</p>
</li>
<li><p><strong>Added</strong>: In support of <a href="../2.1.0/appLifeCycle.html#appinit"><code>Feature.appInit()</code></a>, the
<a href="../2.1.0/api.html#showStatusCB"><code>showStatus()</code></a> optional callback parameter was added to
<a href="../2.1.0/api.html#launchApp"><code>launchApp()</code></a> allowing the application domain to
communicate blocking &quot;persistent&quot; status messages to the end user.</p>
</li>
<li><p><strong>Docs</strong>: Documentation improvements include:</p>
<ul>
<li>Changed the sample application reference to
<a href="https://github.com/KevinAst/eatery-nod-w" target="_blank"><code>eatery-nod-w</code></a> <em>(from <a href="https://github.com/KevinAst/eatery-nod" target="_blank"><code>eatery-nod</code></a>)</em>.</li>
</ul>
</li>
</ol>
<!-- ************************************************************* -->
<p><br><br><br></p>
<h3 id="v2_0_0" style="margin: 10px 0px; border-width: 5px 0px; padding: 5px; border-style: solid;">
v2.0.0 - React Hooks <i>(May 10, 2019)</i>
</h3>
Expand Down
36 changes: 36 additions & 0 deletions _docs/1.0.0/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -1984,6 +1984,11 @@ <h2 id="summary">Summary:</h2>
</tr>
</thead>
<tbody>
<tr>
<td><a href="#v2_1_0">v2.1.0</a></td>
<td>appInit() Life Cycle Hook</td>
<td><em>July 19, 2019</em></td>
</tr>
<tr>
<td><a href="#v2_0_0">v2.0.0</a></td>
<td>React Hooks</td>
Expand Down Expand Up @@ -2015,6 +2020,37 @@ <h2 id="summary">Summary:</h2>
<h2 id="details">Details:</h2>
<!-- ************************************************************* -->
<p><br><br><br></p>
<h3 id="v2_1_0" style="margin: 10px 0px; border-width: 5px 0px; padding: 5px; border-style: solid;">
v2.1.0 - appInit() Life Cycle Hook <i>(July 19, 2019)</i>
</h3>

<p><a href="https://feature-u.js.org/2.1.0/" target="_blank">Full Docs</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/releases/tag/v2.1.0" target="_blank">GitHub Release</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/tree/v2.1.0" target="_blank">GitHub Content</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/compare/v2.0.0-docs...v2.1.0" target="_blank">Diff</a></p>
<p><strong>NOTE</strong>: This release is a <strong>non-breaking change</strong> <em>(i.e. no prior
API was impacted)</em>.</p>
<ol>
<li><p><strong>Added</strong>: A new <a href="../2.1.0/appLifeCycle.html#appinit"><code>Feature.appInit()</code></a> Application Life Cycle
Hook was added, supporting blocking async initialization.</p>
</li>
<li><p><strong>Added</strong>: In support of <a href="../2.1.0/appLifeCycle.html#appinit"><code>Feature.appInit()</code></a>, the
<a href="../2.1.0/api.html#showStatusCB"><code>showStatus()</code></a> optional callback parameter was added to
<a href="../2.1.0/api.html#launchApp"><code>launchApp()</code></a> allowing the application domain to
communicate blocking &quot;persistent&quot; status messages to the end user.</p>
</li>
<li><p><strong>Docs</strong>: Documentation improvements include:</p>
<ul>
<li>Changed the sample application reference to
<a href="https://github.com/KevinAst/eatery-nod-w" target="_blank"><code>eatery-nod-w</code></a> <em>(from <a href="https://github.com/KevinAst/eatery-nod" target="_blank"><code>eatery-nod</code></a>)</em>.</li>
</ul>
</li>
</ol>
<!-- ************************************************************* -->
<p><br><br><br></p>
<h3 id="v2_0_0" style="margin: 10px 0px; border-width: 5px 0px; padding: 5px; border-style: solid;">
v2.0.0 - React Hooks <i>(May 10, 2019)</i>
</h3>
Expand Down
36 changes: 36 additions & 0 deletions _docs/1.0.1/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -2280,6 +2280,11 @@ <h2 id="summary">Summary:</h2>
</tr>
</thead>
<tbody>
<tr>
<td><a href="#v2_1_0">v2.1.0</a></td>
<td>appInit() Life Cycle Hook</td>
<td><em>July 19, 2019</em></td>
</tr>
<tr>
<td><a href="#v2_0_0">v2.0.0</a></td>
<td>React Hooks</td>
Expand Down Expand Up @@ -2311,6 +2316,37 @@ <h2 id="summary">Summary:</h2>
<h2 id="details">Details:</h2>
<!-- ************************************************************* -->
<p><br><br><br></p>
<h3 id="v2_1_0" style="margin: 10px 0px; border-width: 5px 0px; padding: 5px; border-style: solid;">
v2.1.0 - appInit() Life Cycle Hook <i>(July 19, 2019)</i>
</h3>

<p><a href="https://feature-u.js.org/2.1.0/" target="_blank">Full Docs</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/releases/tag/v2.1.0" target="_blank">GitHub Release</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/tree/v2.1.0" target="_blank">GitHub Content</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/compare/v2.0.0-docs...v2.1.0" target="_blank">Diff</a></p>
<p><strong>NOTE</strong>: This release is a <strong>non-breaking change</strong> <em>(i.e. no prior
API was impacted)</em>.</p>
<ol>
<li><p><strong>Added</strong>: A new <a href="../2.1.0/appLifeCycle.html#appinit"><code>Feature.appInit()</code></a> Application Life Cycle
Hook was added, supporting blocking async initialization.</p>
</li>
<li><p><strong>Added</strong>: In support of <a href="../2.1.0/appLifeCycle.html#appinit"><code>Feature.appInit()</code></a>, the
<a href="../2.1.0/api.html#showStatusCB"><code>showStatus()</code></a> optional callback parameter was added to
<a href="../2.1.0/api.html#launchApp"><code>launchApp()</code></a> allowing the application domain to
communicate blocking &quot;persistent&quot; status messages to the end user.</p>
</li>
<li><p><strong>Docs</strong>: Documentation improvements include:</p>
<ul>
<li>Changed the sample application reference to
<a href="https://github.com/KevinAst/eatery-nod-w" target="_blank"><code>eatery-nod-w</code></a> <em>(from <a href="https://github.com/KevinAst/eatery-nod" target="_blank"><code>eatery-nod</code></a>)</em>.</li>
</ul>
</li>
</ol>
<!-- ************************************************************* -->
<p><br><br><br></p>
<h3 id="v2_0_0" style="margin: 10px 0px; border-width: 5px 0px; padding: 5px; border-style: solid;">
v2.0.0 - React Hooks <i>(May 10, 2019)</i>
</h3>
Expand Down
36 changes: 36 additions & 0 deletions _docs/2.0.0/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -2347,6 +2347,11 @@ <h2 id="summary">Summary:</h2>
</tr>
</thead>
<tbody>
<tr>
<td><a href="#v2_1_0">v2.1.0</a></td>
<td>appInit() Life Cycle Hook</td>
<td><em>July 19, 2019</em></td>
</tr>
<tr>
<td><a href="#v2_0_0">v2.0.0</a></td>
<td>React Hooks</td>
Expand Down Expand Up @@ -2378,6 +2383,37 @@ <h2 id="summary">Summary:</h2>
<h2 id="details">Details:</h2>
<!-- ************************************************************* -->
<p><br><br><br></p>
<h3 id="v2_1_0" style="margin: 10px 0px; border-width: 5px 0px; padding: 5px; border-style: solid;">
v2.1.0 - appInit() Life Cycle Hook <i>(July 19, 2019)</i>
</h3>

<p><a href="https://feature-u.js.org/2.1.0/" target="_blank">Full Docs</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/releases/tag/v2.1.0" target="_blank">GitHub Release</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/tree/v2.1.0" target="_blank">GitHub Content</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/compare/v2.0.0-docs...v2.1.0" target="_blank">Diff</a></p>
<p><strong>NOTE</strong>: This release is a <strong>non-breaking change</strong> <em>(i.e. no prior
API was impacted)</em>.</p>
<ol>
<li><p><strong>Added</strong>: A new <a href="../2.1.0/appLifeCycle.html#appinit"><code>Feature.appInit()</code></a> Application Life Cycle
Hook was added, supporting blocking async initialization.</p>
</li>
<li><p><strong>Added</strong>: In support of <a href="../2.1.0/appLifeCycle.html#appinit"><code>Feature.appInit()</code></a>, the
<a href="../2.1.0/api.html#showStatusCB"><code>showStatus()</code></a> optional callback parameter was added to
<a href="../2.1.0/api.html#launchApp"><code>launchApp()</code></a> allowing the application domain to
communicate blocking &quot;persistent&quot; status messages to the end user.</p>
</li>
<li><p><strong>Docs</strong>: Documentation improvements include:</p>
<ul>
<li>Changed the sample application reference to
<a href="https://github.com/KevinAst/eatery-nod-w" target="_blank"><code>eatery-nod-w</code></a> <em>(from <a href="https://github.com/KevinAst/eatery-nod" target="_blank"><code>eatery-nod</code></a>)</em>.</li>
</ul>
</li>
</ol>
<!-- ************************************************************* -->
<p><br><br><br></p>
<h3 id="v2_0_0" style="margin: 10px 0px; border-width: 5px 0px; padding: 5px; border-style: solid;">
v2.0.0 - React Hooks <i>(May 10, 2019)</i>
</h3>
Expand Down
Loading

0 comments on commit 9820f87

Please sign in to comment.