Skip to content

Commit 9dcb131

Browse files
committed
🔖 v0.0.7
1 parent bd18848 commit 9dcb131

File tree

12 files changed

+224
-114
lines changed

12 files changed

+224
-114
lines changed

docs/LocalSession.html

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

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

33-
<nav>
33+
<nav >
3434

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

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

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

8888

@@ -551,7 +551,7 @@ <h6>Properties</h6>
551551

552552

553553

554-
<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>
554+
<td class="description last"><p>lowdb storage serialize function, must return data (usually string) <code>(default: <code>JSON.stringify</code>)</code></p></td>
555555
</tr>
556556

557557

@@ -584,7 +584,7 @@ <h6>Properties</h6>
584584

585585

586586

587-
<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>
587+
<td class="description last"><p>lowdb storage serialize function, must return an object <code>(default: <code>JSON.parse</code>)</code></p></td>
588588
</tr>
589589

590590

@@ -618,6 +618,8 @@ <h6>Properties</h6>
618618

619619

620620

621+
622+
621623
<h5>Returns:</h5>
622624

623625

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

631633

632634

635+
633636

634637
</div>
635638

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

640643

641644

645+
646+
642647

643648

644649

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

701706

702707
<div class="description">
703-
<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>
708+
<p>lowdb storage named <code><code>fileAsync</code></code> before <code><code>[email protected]</code></code></p>
704709
</div>
705710

706711

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

764769

765770
<div class="description">
766-
<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>
771+
<p>lowdb storage named <code><code>fileSync</code></code> before <code><code>[email protected]</code></code></p>
767772
</div>
768773

769774

@@ -910,6 +915,8 @@ <h5>Parameters:</h5>
910915

911916

912917

918+
919+
913920
<h5>Returns:</h5>
914921

915922

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

935942

936943

944+
937945

938946

939947

@@ -1065,6 +1073,8 @@ <h5>Parameters:</h5>
10651073

10661074

10671075

1076+
1077+
10681078
<h5>Returns:</h5>
10691079

10701080

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

10901100

10911101

1102+
10921103

10931104

10941105

@@ -1232,6 +1243,8 @@ <h5>Parameters:</h5>
12321243

12331244

12341245

1246+
1247+
12351248
<h5>Returns:</h5>
12361249

12371250

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

12531266

12541267

1268+
12551269

12561270

12571271

@@ -1406,6 +1420,8 @@ <h5>Parameters:</h5>
14061420

14071421

14081422

1423+
1424+
14091425
<h5>Returns:</h5>
14101426

14111427

@@ -1435,6 +1451,7 @@ <h5>Returns:</h5>
14351451

14361452

14371453

1454+
14381455

14391456

14401457

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

14571474
<footer>
1458-
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.
1475+
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.
14591476
</footer>
14601477

14611478
<script>prettyPrint();</script>
1479+
<script src="scripts/polyfill.js"></script>
14621480
<script src="scripts/linenumber.js"></script>
14631481

1464-
<script src="scripts/jquery-3.1.1.min.js"></script>
1465-
1466-
<script src="scripts/search.js"></script>
1467-
1482+
<script src="scripts/search.js" defer></script>
14681483

14691484

14701485

docs/global.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

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

33-
<nav>
33+
<nav >
3434

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

@@ -114,6 +114,8 @@ <h2>
114114

115115

116116

117+
118+
117119

118120

119121

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

176178

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

181183

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

239241

240242
<div class="description">
241-
<p>lowdb storage/adapter named <code><a href="https://git.io/vhMqm">FileAsync</a></code></p>
243+
<p>lowdb storage/adapter named <code><code>FileAsync</code></code></p>
242244
</div>
243245

244246

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

302304

303305
<div class="description">
304-
<p>lowdb storage/adapter named <code><a href="https://git.io/vhMqc">FileSync</a></code></p>
306+
<p>lowdb storage/adapter named <code><code>FileSync</code></code></p>
305307
</div>
306308

307309

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

365367

366368
<div class="description">
367-
<p>lowdb storage/adapter named <code><a href="https://git.io/vhMqs">Memory</a></code></p>
369+
<p>lowdb storage/adapter named <code><code>Memory</code></code></p>
368370
</div>
369371

370372

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

398400
<footer>
399-
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.
401+
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.
400402
</footer>
401403

402404
<script>prettyPrint();</script>
405+
<script src="scripts/polyfill.js"></script>
403406
<script src="scripts/linenumber.js"></script>
404407

405-
<script src="scripts/jquery-3.1.1.min.js"></script>
406-
407-
<script src="scripts/search.js"></script>
408-
408+
<script src="scripts/search.js" defer></script>
409409

410410

411411

0 commit comments

Comments
 (0)