Skip to content

Commit

Permalink
🔖 v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TemaSM committed May 13, 2019
1 parent bd18848 commit 9dcb131
Show file tree
Hide file tree
Showing 12 changed files with 224 additions and 114 deletions.
37 changes: 26 additions & 11 deletions docs/LocalSession.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<label for="nav-trigger" class="overlay"></label>

<nav>
<nav >

<input type="text" id="nav-search" placeholder="Search" />

Expand Down Expand Up @@ -82,7 +82,7 @@ <h4 class="name" id="LocalSession"><span class="type-signature"></span>new Local

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="session.js.html">session.js</a>, <a href="session.js.html#line24">line 24</a>
<a href="session.js.html">session.js</a>, <a href="session.js.html#line25">line 25</a>
</li></ul></dd>


Expand Down Expand Up @@ -551,7 +551,7 @@ <h6>Properties</h6>



<td class="description last"><p>lowdb storage serialize function, must return data (usually string) <code>(default: <a href="https://goo.gl/dmGpZd">JSON.stringify</a>)</code></p></td>
<td class="description last"><p>lowdb storage serialize function, must return data (usually string) <code>(default: <code>JSON.stringify</code>)</code></p></td>
</tr>


Expand Down Expand Up @@ -584,7 +584,7 @@ <h6>Properties</h6>



<td class="description last"><p>lowdb storage serialize function, must return an object <code>(default: <a href="https://goo.gl/wNy3ar">JSON.parse</a>)</code></p></td>
<td class="description last"><p>lowdb storage serialize function, must return an object <code>(default: <code>JSON.parse</code>)</code></p></td>
</tr>


Expand Down Expand Up @@ -618,6 +618,8 @@ <h6>Properties</h6>





<h5>Returns:</h5>


Expand All @@ -630,6 +632,7 @@ <h5>Returns:</h5>





</div>

Expand All @@ -639,6 +642,8 @@ <h5>Returns:</h5>








Expand Down Expand Up @@ -700,7 +705,7 @@ <h4 class="name" id=".storagefileAsync"><span class="type-signature">(readonly)


<div class="description">
<p>lowdb storage named <code><a href="https://git.io/vhM3m">fileAsync</a></code> before <code><a href="https://git.io/vhM3Z">[email protected]</a></code></p>
<p>lowdb storage named <code><code>fileAsync</code></code> before <code><code>[email protected]</code></code></p>
</div>


Expand Down Expand Up @@ -763,7 +768,7 @@ <h4 class="name" id=".storagefileSync"><span class="type-signature">(readonly) <


<div class="description">
<p>lowdb storage named <code><a href="https://git.io/vhM3Y">fileSync</a></code> before <code><a href="https://git.io/vhM3Z">[email protected]</a></code></p>
<p>lowdb storage named <code><code>fileSync</code></code> before <code><code>[email protected]</code></code></p>
</div>


Expand Down Expand Up @@ -910,6 +915,8 @@ <h5>Parameters:</h5>





<h5>Returns:</h5>


Expand All @@ -934,6 +941,7 @@ <h5>Returns:</h5>







Expand Down Expand Up @@ -1065,6 +1073,8 @@ <h5>Parameters:</h5>





<h5>Returns:</h5>


Expand All @@ -1089,6 +1099,7 @@ <h5>Returns:</h5>







Expand Down Expand Up @@ -1232,6 +1243,8 @@ <h5>Parameters:</h5>





<h5>Returns:</h5>


Expand All @@ -1252,6 +1265,7 @@ <h5>Returns:</h5>







Expand Down Expand Up @@ -1406,6 +1420,8 @@ <h5>Parameters:</h5>





<h5>Returns:</h5>


Expand Down Expand Up @@ -1435,6 +1451,7 @@ <h5>Returns:</h5>







Expand All @@ -1455,16 +1472,14 @@ <h5>Returns:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a> using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
<script src="scripts/polyfill.js"></script>
<script src="scripts/linenumber.js"></script>

<script src="scripts/jquery-3.1.1.min.js"></script>

<script src="scripts/search.js"></script>

<script src="scripts/search.js" defer></script>



Expand Down
20 changes: 10 additions & 10 deletions docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<label for="nav-trigger" class="overlay"></label>

<nav>
<nav >

<input type="text" id="nav-search" placeholder="Search" />

Expand Down Expand Up @@ -114,6 +114,8 @@ <h2>








Expand Down Expand Up @@ -175,7 +177,7 @@ <h4 class="name" id="LocalSession.storageBase"><span class="type-signature">(rea


<div class="description">
<p>lowdb <code><a href="https://git.io/vhMOK">storage/adapter base</a></code> constructor (to extend it in your custom storage/adapter)</p>
<p>lowdb <code><code>storage/adapter base</code></code> constructor (to extend it in your custom storage/adapter)</p>
</div>


Expand Down Expand Up @@ -238,7 +240,7 @@ <h4 class="name" id="LocalSession.storageFileAsync"><span class="type-signature"


<div class="description">
<p>lowdb storage/adapter named <code><a href="https://git.io/vhMqm">FileAsync</a></code></p>
<p>lowdb storage/adapter named <code><code>FileAsync</code></code></p>
</div>


Expand Down Expand Up @@ -301,7 +303,7 @@ <h4 class="name" id="LocalSession.storageFileSync"><span class="type-signature">


<div class="description">
<p>lowdb storage/adapter named <code><a href="https://git.io/vhMqc">FileSync</a></code></p>
<p>lowdb storage/adapter named <code><code>FileSync</code></code></p>
</div>


Expand Down Expand Up @@ -364,7 +366,7 @@ <h4 class="name" id="LocalSession.storageMemory"><span class="type-signature">(r


<div class="description">
<p>lowdb storage/adapter named <code><a href="https://git.io/vhMqs">Memory</a></code></p>
<p>lowdb storage/adapter named <code><code>Memory</code></code></p>
</div>


Expand Down Expand Up @@ -396,16 +398,14 @@ <h4 class="name" id="LocalSession.storageMemory"><span class="type-signature">(r
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a> using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
<script src="scripts/polyfill.js"></script>
<script src="scripts/linenumber.js"></script>

<script src="scripts/jquery-3.1.1.min.js"></script>

<script src="scripts/search.js"></script>

<script src="scripts/search.js" defer></script>



Expand Down
Loading

0 comments on commit 9dcb131

Please sign in to comment.