Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Update to v6.6.8 #9

Draft
wants to merge 20 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
dfd0344
Replace var declarations for const and let in lib directory
dangus21 Jan 7, 2022
b9098a5
Convert var into const and let on test files
dangus21 Jan 7, 2022
b82465f
Merge pull request #8 from dangus21/cont_let_var
luciferreeves Jan 7, 2022
87d5fb7
Update to run Build workflow on all branches
luciferreeves Jan 7, 2022
9224f5d
Exporting modules
dangus21 Jan 7, 2022
35e758c
Merge pull request #10 from luciferreeves/workflow-patch-1
luciferreeves Jan 7, 2022
98010fd
Merge pull request #11 from dangus21/module_exports
luciferreeves Jan 7, 2022
aaa3c9e
Proper JS object formating in lib directory
dangus21 Jan 8, 2022
31d9243
Converted exports to the proper way
dangus21 Jan 8, 2022
6be6d74
Merge pull request #12 from dangus21/module_exports_pt2
luciferreeves Jan 8, 2022
100d23d
Update index.d.ts
luciferreeves Jan 8, 2022
8c442eb
Merge pull request #14 from luciferreeves/types-patch-1
luciferreeves Jan 8, 2022
e343aef
Removed unneeded this assignment to self
dangus21 Jan 8, 2022
892de4c
Merge pull request #15 from dangus21/self_this
luciferreeves Jan 8, 2022
f3dbadb
Merge branch 'v6.6.8' into update-issue-templates
luciferreeves Jan 10, 2022
3dc83e4
Merge pull request #20 from luciferreeves/update-issue-templates
luciferreeves Jan 10, 2022
464065e
Added the npm downloads badge
luciferreeves Jan 10, 2022
37f2b00
[refactor] add space between badges
luciferreeves Jan 10, 2022
95f2e0a
Added keywords to package.json
luciferreeves Jan 10, 2022
10b2e8a
Merge pull request #21 from luciferreeves/add-keywords
luciferreeves Jan 10, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 6 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"no-multi-str": 2,
"no-debugger": 0,
"strict": 0,
"semi": 0,
"semi": 2,
"linebreak-style": 0,
"no-bitwise": 0,
"no-cond-assign": 0,
Expand Down Expand Up @@ -41,6 +41,11 @@
"no-ternary": 0,
"no-plusplus": 0,
"dot-notation": 0,
"no-unused-vars": 2,
"no-const-assign": 2,
"comma-dangle": 2,
"key-spacing": 2,
"eol-last": 2,
"indent": [
2,
2,
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@ name: Build
'on':
push:
branches:
- master
- dev
- coverage-test
'**'
pull_request:
branches:
- master
- dev
- coverage-test
'**'
jobs:
Build:
runs-on: '${{ matrix.os }}'
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="https://raw.githubusercontent.com/luciferreeves/blaver/master/logos/logo-96.png">
</p>

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/luciferreeves/blaver/Build) ![npm](https://img.shields.io/npm/v/blaver) ![NPM](https://img.shields.io/npm/l/blaver) ![GitHub issues](https://img.shields.io/github/issues-raw/luciferreeves/blaver) ![GitHub deployments](https://img.shields.io/github/deployments/luciferreeves/blaver/github-pages?label=JSDoc%20Deployment) [![Coverage Status](https://coveralls.io/repos/github/luciferreeves/blaver/badge.svg?branch=master)](https://coveralls.io/github/luciferreeves/blaver?branch=master)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/luciferreeves/blaver/Build) ![npm](https://img.shields.io/npm/v/blaver) ![NPM](https://img.shields.io/npm/l/blaver) ![GitHub issues](https://img.shields.io/github/issues-raw/luciferreeves/blaver) ![GitHub deployments](https://img.shields.io/github/deployments/luciferreeves/blaver/github-pages?label=JSDoc%20Deployment) [![Coverage Status](https://coveralls.io/repos/github/luciferreeves/blaver/badge.svg?branch=master)](https://coveralls.io/github/luciferreeves/blaver?branch=master) ![npm](https://img.shields.io/npm/dw/blaver)

# Blaver - generate massive amounts of fake data in the browser and node.js

Expand Down
2 changes: 1 addition & 1 deletion build/src/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="https://raw.githubusercontent.com/luciferreeves/blaver/master/logos/logo-96.png">
</p>

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/luciferreeves/blaver/Build) ![npm](https://img.shields.io/npm/v/blaver) ![NPM](https://img.shields.io/npm/l/blaver) ![GitHub issues](https://img.shields.io/github/issues-raw/luciferreeves/blaver) ![GitHub deployments](https://img.shields.io/github/deployments/luciferreeves/blaver/github-pages?label=JSDoc%20Deployment) [![Coverage Status](https://coveralls.io/repos/github/luciferreeves/blaver/badge.svg?branch=master)](https://coveralls.io/github/luciferreeves/blaver?branch=master)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/luciferreeves/blaver/Build) ![npm](https://img.shields.io/npm/v/blaver) ![NPM](https://img.shields.io/npm/l/blaver) ![GitHub issues](https://img.shields.io/github/issues-raw/luciferreeves/blaver) ![GitHub deployments](https://img.shields.io/github/deployments/luciferreeves/blaver/github-pages?label=JSDoc%20Deployment) [![Coverage Status](https://coveralls.io/repos/github/luciferreeves/blaver/badge.svg?branch=master)](https://coveralls.io/github/luciferreeves/blaver?branch=master) ![npm](https://img.shields.io/npm/dw/blaver)

# Blaver - generate massive amounts of fake data in the browser and node.js

Expand Down
210 changes: 5 additions & 205 deletions docs/blaver.address.html
Original file line number Diff line number Diff line change
Expand Up @@ -3095,7 +3095,7 @@ <h4 class="name" id=".secondaryAddress"><span class="type-signature">&lt;static>

<hr>
<dt>
<h4 class="name" id=".state"><span class="type-signature">&lt;static> </span>state(useAbbr)</h4>
<h4 class="name" id=".state"><span class="type-signature">&lt;static> </span>state()</h4>


</dt>
Expand All @@ -3113,56 +3113,6 @@ <h4 class="name" id=".state"><span class="type-signature">&lt;static> </span>sta



<h5>Parameters:</h5>


<table class="params table table-striped">
<thead>
<tr>

<th>Name</th>


<th>Type</th>





<th class="last">Description</th>
</tr>
</thead>

<tbody>


<tr>

<td class="name"><code>useAbbr</code></td>


<td class="type">


<span class="param-type">Boolean</span>




</td>





<td class="description last"></td>
</tr>


</tbody>
</table>




<dl class="details">
Expand Down Expand Up @@ -3223,7 +3173,7 @@ <h5>Parameters:</h5>

<hr>
<dt>
<h4 class="name" id=".state"><span class="type-signature">&lt;static> </span>state(useAbbr)</h4>
<h4 class="name" id=".state"><span class="type-signature">&lt;static> </span>state()</h4>


</dt>
Expand All @@ -3241,56 +3191,6 @@ <h4 class="name" id=".state"><span class="type-signature">&lt;static> </span>sta



<h5>Parameters:</h5>


<table class="params table table-striped">
<thead>
<tr>

<th>Name</th>


<th>Type</th>





<th class="last">Description</th>
</tr>
</thead>

<tbody>


<tr>

<td class="name"><code>useAbbr</code></td>


<td class="type">


<span class="param-type">Boolean</span>




</td>





<td class="description last"></td>
</tr>


</tbody>
</table>




<dl class="details">
Expand Down Expand Up @@ -7941,7 +7841,7 @@ <h4 class="name" id=".secondaryAddress"><span class="type-signature">&lt;static>

<hr>
<dt>
<h4 class="name" id=".state"><span class="type-signature">&lt;static> </span>state(useAbbr)</h4>
<h4 class="name" id=".state"><span class="type-signature">&lt;static> </span>state()</h4>


</dt>
Expand All @@ -7959,56 +7859,6 @@ <h4 class="name" id=".state"><span class="type-signature">&lt;static> </span>sta



<h5>Parameters:</h5>


<table class="params table table-striped">
<thead>
<tr>

<th>Name</th>


<th>Type</th>





<th class="last">Description</th>
</tr>
</thead>

<tbody>


<tr>

<td class="name"><code>useAbbr</code></td>


<td class="type">


<span class="param-type">Boolean</span>




</td>





<td class="description last"></td>
</tr>


</tbody>
</table>




<dl class="details">
Expand Down Expand Up @@ -8069,7 +7919,7 @@ <h5>Parameters:</h5>

<hr>
<dt>
<h4 class="name" id=".state"><span class="type-signature">&lt;static> </span>state(useAbbr)</h4>
<h4 class="name" id=".state"><span class="type-signature">&lt;static> </span>state()</h4>


</dt>
Expand All @@ -8087,56 +7937,6 @@ <h4 class="name" id=".state"><span class="type-signature">&lt;static> </span>sta



<h5>Parameters:</h5>


<table class="params table table-striped">
<thead>
<tr>

<th>Name</th>


<th>Type</th>





<th class="last">Description</th>
</tr>
</thead>

<tbody>


<tr>

<td class="name"><code>useAbbr</code></td>


<td class="type">


<span class="param-type">Boolean</span>




</td>





<td class="description last"></td>
</tr>


</tbody>
</table>




<dl class="details">
Expand Down Expand Up @@ -9801,7 +9601,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on 2022-01-07T09:43:14-05:00
on 2022-01-10T07:45:58-05:00

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/blaver.animal.html
Original file line number Diff line number Diff line change
Expand Up @@ -4661,7 +4661,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on 2022-01-07T09:43:14-05:00
on 2022-01-10T07:45:58-05:00

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/blaver.commerce.html
Original file line number Diff line number Diff line change
Expand Up @@ -3357,7 +3357,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on 2022-01-07T09:43:14-05:00
on 2022-01-10T07:45:58-05:00

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/blaver.company.html
Original file line number Diff line number Diff line change
Expand Up @@ -3925,7 +3925,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on 2022-01-07T09:43:14-05:00
on 2022-01-10T07:45:58-05:00

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/blaver.database.html
Original file line number Diff line number Diff line change
Expand Up @@ -1541,7 +1541,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on 2022-01-07T09:43:14-05:00
on 2022-01-10T07:45:58-05:00

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/blaver.datatype.html
Original file line number Diff line number Diff line change
Expand Up @@ -4817,7 +4817,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on 2022-01-07T09:43:14-05:00
on 2022-01-10T07:45:58-05:00

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/blaver.date.html
Original file line number Diff line number Diff line change
Expand Up @@ -4965,7 +4965,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on 2022-01-07T09:43:14-05:00
on 2022-01-10T07:45:58-05:00

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/blaver.finance.html
Original file line number Diff line number Diff line change
Expand Up @@ -7437,7 +7437,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on 2022-01-07T09:43:14-05:00
on 2022-01-10T07:45:58-05:00

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
Loading