Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IbrahimTanyalcin committed Aug 9, 2021
1 parent 8659a49 commit f89283c
Show file tree
Hide file tree
Showing 14 changed files with 79 additions and 22 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For larger arrays (> 1M) it performs faster than native solutions (around %25-%5

## Documentation

Check the here.
[Here](https://ibrahimtanyalcin.github.io/MergeSort/).

## Usage

Expand All @@ -50,7 +50,12 @@ npm run build
You will end up with 4 files in the `dist` folder, an es5 version, an es6 version and minified versions of both.

## Browser
TBD

```javascript
<script src="https://cdn.jsdelivr.net/npm/ibowankenobi-mergesort"></script>
```

If you want to request a particular version, check instructions at [jsdelivr](https://www.jsdelivr.com/).



Expand Down
2 changes: 2 additions & 0 deletions dist/mergesort.0.0.1.es5.js → dist/mergesort.0.0.2.es5.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@
return instance;
}

index.version = "0.0.2";

return index;

})));

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,8 @@
return instance;
}

index.version = "0.0.2";

return index;

})));

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h3> </h3>
</small></small>
<br><br></p>
<h2>Documentation</h2>
<p>Check the here.</p>
<p><a href="https://ibrahimtanyalcin.github.io/MergeSort/">Here</a>.</p>
<h2>Usage</h2>
<pre class="prettyprint source lang-javascript"><code>let instance = Mergesort(),
array = Array.from({length:100}).map(d => Math.random());
Expand All @@ -102,7 +102,9 @@ <h2>Build</h2>
</code></pre>
<p>You will end up with 4 files in the <code>dist</code> folder, an es5 version, an es6 version and minified versions of both.</p>
<h2>Browser</h2>
<p>TBD</p></article>
<pre class="prettyprint source lang-javascript"><code>&lt;script src=&quot;https://cdn.jsdelivr.net/npm/ibowankenobi-mergesort&quot;>&lt;/script>
</code></pre>
<p>If you want to request a particular version, check instructions at <a href="https://www.jsdelivr.com/">jsdelivr</a>.</p></article>
</section>


Expand All @@ -119,7 +121,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Me
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Mon Aug 09 2021 16:25:11 GMT+0200 (Central European Summer Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Tue Aug 10 2021 00:53:33 GMT+0200 (Central European Summer Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Source: mergesort.0.0.1.evergreen.js</title>
<title>JSDoc: Source: mergesort.0.0.2.evergreen.js</title>

<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
Expand All @@ -17,7 +17,7 @@

<div id="main">

<h1 class="page-title">Source: mergesort.0.0.1.evergreen.js</h1>
<h1 class="page-title">Source: mergesort.0.0.2.evergreen.js</h1>



Expand Down Expand Up @@ -333,6 +333,8 @@ <h1 class="page-title">Source: mergesort.0.0.1.evergreen.js</h1>
return instance;
}

index.version = "0.0.2";

return index;

})));
Expand All @@ -352,7 +354,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Me
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Mon Aug 09 2021 16:25:11 GMT+0200 (Central European Summer Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Tue Aug 10 2021 00:53:33 GMT+0200 (Central European Summer Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
4 changes: 2 additions & 2 deletions docs/module-Mergesort-instance.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="mergesort.0.0.1.evergreen.js.html">mergesort.0.0.1.evergreen.js</a>, <a href="mergesort.0.0.1.evergreen.js.html#line288">line 288</a>
<a href="mergesort.0.0.2.evergreen.js.html">mergesort.0.0.2.evergreen.js</a>, <a href="mergesort.0.0.2.evergreen.js.html#line288">line 288</a>
</li></ul></dd>


Expand Down Expand Up @@ -260,7 +260,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Me
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Mon Aug 09 2021 16:25:11 GMT+0200 (Central European Summer Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Tue Aug 10 2021 00:53:33 GMT+0200 (Central European Summer Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
Loading

0 comments on commit f89283c

Please sign in to comment.