Skip to content

Commit

Permalink
introduce 2.0.0 versioned doc dir
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinAst committed May 10, 2019
1 parent 3b18b15 commit 7057127
Show file tree
Hide file tree
Showing 66 changed files with 55,387 additions and 1 deletion.
55 changes: 54 additions & 1 deletion _docs/0.1.0/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -920,10 +920,15 @@ <h2 id="summary">Summary:</h2>
</tr>
</thead>
<tbody>
<tr>
<td><a href="#v2_0_0">v2.0.0</a></td>
<td>React Hooks</td>
<td><em>May 10, 2019</em></td>
</tr>
<tr>
<td><a href="#v1_0_1">v1.0.1</a></td>
<td>Docs Update</td>
<td><em>September 5, 2018</em></td>
<td><em>September 5, 2018</em></td>
</tr>
<tr>
<td><a href="#v1_0_0">v1.0.0</a></td>
Expand All @@ -947,6 +952,54 @@ <h2 id="summary">Summary:</h2>
<h2 id="details">Details:</h2>
<!-- ************************************************************* -->
<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>

<p><a href="https://feature-u.js.org/2.0.0/" target="_blank">Full Docs</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/releases/tag/v2.0.0" target="_blank">GitHub Release</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/tree/v2.0.0" target="_blank">GitHub Content</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/compare/v1.0.1-docs...v2.0.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>. A major V2 version bump strictly reflects the
significance of this hooks enhancement.</p>
<ol>
<li><p><strong>Added</strong>: The <a href="../2.0.0/api.html#useFassets"><code>useFassets()</code></a> function has been added in
support of <a href="https://reactjs.org/docs/hooks-intro.html" target="_blank">React Hooks</a>,
providing functional component access to the
<a href="../2.0.0/api.html#Fassets"><code>Fassets object</code></a>. This is an alternative to accessing
<code>fassets</code> through Higher Order Components <em>(using:
<a href="../2.0.0/api.html#withFassets"><code>withFassets()</code></a>)</em>.</p>
<p>This greatly simplifies the UI implementation, and can be seen in
action in the <a href="https://github.com/KevinAst/eatery-nod-w" target="_blank">eatery-nod-w</a> project
<em>(see the <a href="https://github.com/KevinAst/eatery-nod-w#react-hooks" target="_blank">React Hooks</a>
section)</em>.</p>
</li>
<li><p><strong>Fixed</strong>: React Component validation has been shored up by using
the <code>react-is</code> package.</p>
<p>This impacts components passed to the <a href="../2.0.0/api.html#withFassets"><code>withFassets()</code></a> API,
and the <a href="../2.0.0/api.html#fassetValidations"><code>fassetValidations.comp</code></a> validation utility.</p>
<p><strong>Background</strong>: As of react-redux V7, <code>connect()</code> returns a
React.memo() component type, which is an object and NOT a
function ... breaking <strong>feature-u</strong>&apos;s <em>prior</em> component validation.</p>
</li>
<li><p><strong>Docs</strong>: Documentation improvements include:</p>
<ul>
<li><p>Improved the concepts and feature-segregation diagrams.</p>
</li>
<li><p>Added a fundamental artifacts introduction to the <a href="../2.0.0/benefits.html"><code>Benefits</code></a> chapter.</p>
</li>
</ul>
</li>
<li><p><strong>Internal</strong>: Docs generation now uses the formal <a href="https://github.com/KevinAst/gitbook-plugin-folding-menu" target="_blank">folding-menu
gitbook plugin</a></p>
</li>
</ol>
<!-- ************************************************************* -->
<p><br><br><br></p>
<h3 id="v1_0_1" style="margin: 10px 0px; border-width: 5px 0px; padding: 5px; border-style: solid;">
v1.0.1 - Docs Update <i>(September 5, 2018)</i>
</h3>
Expand Down
53 changes: 53 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_0_0">v2.0.0</a></td>
<td>React Hooks</td>
<td><em>May 10, 2019</em></td>
</tr>
<tr>
<td><a href="#v1_0_1">v1.0.1</a></td>
<td>Docs Update</td>
Expand All @@ -946,6 +951,54 @@ <h2 id="summary">Summary:</h2>
<h2 id="details">Details:</h2>
<!-- ************************************************************* -->
<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>

<p><a href="https://feature-u.js.org/2.0.0/" target="_blank">Full Docs</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/releases/tag/v2.0.0" target="_blank">GitHub Release</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/tree/v2.0.0" target="_blank">GitHub Content</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/compare/v1.0.1-docs...v2.0.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>. A major V2 version bump strictly reflects the
significance of this hooks enhancement.</p>
<ol>
<li><p><strong>Added</strong>: The <a href="../2.0.0/api.html#useFassets"><code>useFassets()</code></a> function has been added in
support of <a href="https://reactjs.org/docs/hooks-intro.html" target="_blank">React Hooks</a>,
providing functional component access to the
<a href="../2.0.0/api.html#Fassets"><code>Fassets object</code></a>. This is an alternative to accessing
<code>fassets</code> through Higher Order Components <em>(using:
<a href="../2.0.0/api.html#withFassets"><code>withFassets()</code></a>)</em>.</p>
<p>This greatly simplifies the UI implementation, and can be seen in
action in the <a href="https://github.com/KevinAst/eatery-nod-w" target="_blank">eatery-nod-w</a> project
<em>(see the <a href="https://github.com/KevinAst/eatery-nod-w#react-hooks" target="_blank">React Hooks</a>
section)</em>.</p>
</li>
<li><p><strong>Fixed</strong>: React Component validation has been shored up by using
the <code>react-is</code> package.</p>
<p>This impacts components passed to the <a href="../2.0.0/api.html#withFassets"><code>withFassets()</code></a> API,
and the <a href="../2.0.0/api.html#fassetValidations"><code>fassetValidations.comp</code></a> validation utility.</p>
<p><strong>Background</strong>: As of react-redux V7, <code>connect()</code> returns a
React.memo() component type, which is an object and NOT a
function ... breaking <strong>feature-u</strong>&apos;s <em>prior</em> component validation.</p>
</li>
<li><p><strong>Docs</strong>: Documentation improvements include:</p>
<ul>
<li><p>Improved the concepts and feature-segregation diagrams.</p>
</li>
<li><p>Added a fundamental artifacts introduction to the <a href="../2.0.0/benefits.html"><code>Benefits</code></a> chapter.</p>
</li>
</ul>
</li>
<li><p><strong>Internal</strong>: Docs generation now uses the formal <a href="https://github.com/KevinAst/gitbook-plugin-folding-menu" target="_blank">folding-menu
gitbook plugin</a></p>
</li>
</ol>
<!-- ************************************************************* -->
<p><br><br><br></p>
<h3 id="v1_0_1" style="margin: 10px 0px; border-width: 5px 0px; padding: 5px; border-style: solid;">
v1.0.1 - Docs Update <i>(September 5, 2018)</i>
</h3>
Expand Down
53 changes: 53 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_0_0">v2.0.0</a></td>
<td>React Hooks</td>
<td><em>May 10, 2019</em></td>
</tr>
<tr>
<td><a href="#v1_0_1">v1.0.1</a></td>
<td>Docs Update</td>
Expand All @@ -2010,6 +2015,54 @@ <h2 id="summary">Summary:</h2>
<h2 id="details">Details:</h2>
<!-- ************************************************************* -->
<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>

<p><a href="https://feature-u.js.org/2.0.0/" target="_blank">Full Docs</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/releases/tag/v2.0.0" target="_blank">GitHub Release</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/tree/v2.0.0" target="_blank">GitHub Content</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/compare/v1.0.1-docs...v2.0.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>. A major V2 version bump strictly reflects the
significance of this hooks enhancement.</p>
<ol>
<li><p><strong>Added</strong>: The <a href="../2.0.0/api.html#useFassets"><code>useFassets()</code></a> function has been added in
support of <a href="https://reactjs.org/docs/hooks-intro.html" target="_blank">React Hooks</a>,
providing functional component access to the
<a href="../2.0.0/api.html#Fassets"><code>Fassets object</code></a>. This is an alternative to accessing
<code>fassets</code> through Higher Order Components <em>(using:
<a href="../2.0.0/api.html#withFassets"><code>withFassets()</code></a>)</em>.</p>
<p>This greatly simplifies the UI implementation, and can be seen in
action in the <a href="https://github.com/KevinAst/eatery-nod-w" target="_blank">eatery-nod-w</a> project
<em>(see the <a href="https://github.com/KevinAst/eatery-nod-w#react-hooks" target="_blank">React Hooks</a>
section)</em>.</p>
</li>
<li><p><strong>Fixed</strong>: React Component validation has been shored up by using
the <code>react-is</code> package.</p>
<p>This impacts components passed to the <a href="../2.0.0/api.html#withFassets"><code>withFassets()</code></a> API,
and the <a href="../2.0.0/api.html#fassetValidations"><code>fassetValidations.comp</code></a> validation utility.</p>
<p><strong>Background</strong>: As of react-redux V7, <code>connect()</code> returns a
React.memo() component type, which is an object and NOT a
function ... breaking <strong>feature-u</strong>&apos;s <em>prior</em> component validation.</p>
</li>
<li><p><strong>Docs</strong>: Documentation improvements include:</p>
<ul>
<li><p>Improved the concepts and feature-segregation diagrams.</p>
</li>
<li><p>Added a fundamental artifacts introduction to the <a href="../2.0.0/benefits.html"><code>Benefits</code></a> chapter.</p>
</li>
</ul>
</li>
<li><p><strong>Internal</strong>: Docs generation now uses the formal <a href="https://github.com/KevinAst/gitbook-plugin-folding-menu" target="_blank">folding-menu
gitbook plugin</a></p>
</li>
</ol>
<!-- ************************************************************* -->
<p><br><br><br></p>
<h3 id="v1_0_1" style="margin: 10px 0px; border-width: 5px 0px; padding: 5px; border-style: solid;">
v1.0.1 - Docs Update <i>(September 5, 2018)</i>
</h3>
Expand Down
53 changes: 53 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_0_0">v2.0.0</a></td>
<td>React Hooks</td>
<td><em>May 10, 2019</em></td>
</tr>
<tr>
<td><a href="#v1_0_1">v1.0.1</a></td>
<td>Docs Update</td>
Expand All @@ -2306,6 +2311,54 @@ <h2 id="summary">Summary:</h2>
<h2 id="details">Details:</h2>
<!-- ************************************************************* -->
<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>

<p><a href="https://feature-u.js.org/2.0.0/" target="_blank">Full Docs</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/releases/tag/v2.0.0" target="_blank">GitHub Release</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/tree/v2.0.0" target="_blank">GitHub Content</a>
&#x2022;
<a href="https://github.com/KevinAst/feature-u/compare/v1.0.1-docs...v2.0.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>. A major V2 version bump strictly reflects the
significance of this hooks enhancement.</p>
<ol>
<li><p><strong>Added</strong>: The <a href="../2.0.0/api.html#useFassets"><code>useFassets()</code></a> function has been added in
support of <a href="https://reactjs.org/docs/hooks-intro.html" target="_blank">React Hooks</a>,
providing functional component access to the
<a href="../2.0.0/api.html#Fassets"><code>Fassets object</code></a>. This is an alternative to accessing
<code>fassets</code> through Higher Order Components <em>(using:
<a href="../2.0.0/api.html#withFassets"><code>withFassets()</code></a>)</em>.</p>
<p>This greatly simplifies the UI implementation, and can be seen in
action in the <a href="https://github.com/KevinAst/eatery-nod-w" target="_blank">eatery-nod-w</a> project
<em>(see the <a href="https://github.com/KevinAst/eatery-nod-w#react-hooks" target="_blank">React Hooks</a>
section)</em>.</p>
</li>
<li><p><strong>Fixed</strong>: React Component validation has been shored up by using
the <code>react-is</code> package.</p>
<p>This impacts components passed to the <a href="../2.0.0/api.html#withFassets"><code>withFassets()</code></a> API,
and the <a href="../2.0.0/api.html#fassetValidations"><code>fassetValidations.comp</code></a> validation utility.</p>
<p><strong>Background</strong>: As of react-redux V7, <code>connect()</code> returns a
React.memo() component type, which is an object and NOT a
function ... breaking <strong>feature-u</strong>&apos;s <em>prior</em> component validation.</p>
</li>
<li><p><strong>Docs</strong>: Documentation improvements include:</p>
<ul>
<li><p>Improved the concepts and feature-segregation diagrams.</p>
</li>
<li><p>Added a fundamental artifacts introduction to the <a href="../2.0.0/benefits.html"><code>Benefits</code></a> chapter.</p>
</li>
</ul>
</li>
<li><p><strong>Internal</strong>: Docs generation now uses the formal <a href="https://github.com/KevinAst/gitbook-plugin-folding-menu" target="_blank">folding-menu
gitbook plugin</a></p>
</li>
</ol>
<!-- ************************************************************* -->
<p><br><br><br></p>
<h3 id="v1_0_1" style="margin: 10px 0px; border-width: 5px 0px; padding: 5px; border-style: solid;">
v1.0.1 - Docs Update <i>(September 5, 2018)</i>
</h3>
Expand Down
Loading

0 comments on commit 7057127

Please sign in to comment.