Skip to content

Commit 900d6be

Browse files
committed
Version v4.0.3 released.
New features v4.0.2 -> v4.0.3 include: - Spin off PRNG test codes as separate project: testprng. Signed-off-by: LiosK <[email protected]>
1 parent 76b0d41 commit 900d6be

File tree

9 files changed

+11
-145
lines changed

9 files changed

+11
-145
lines changed

dist/uuid.core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Version: v4.0.2
2+
Version: v4.0.3
33
Apache License 2.0: Copyright (c) 2010-2017 LiosK
44
*/
55
var UUID;

docs/UUID.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1971,7 +1971,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="UUID.html
19711971
<br class="clear">
19721972

19731973
<footer>
1974-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Dec 18 2017 11:45:54 GMT-0500 (EST)
1974+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Dec 18 2017 20:28:59 GMT-0500 (EST)
19751975
</footer>
19761976

19771977
<script> prettyPrint(); </script>

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1>INSTALL</h1><p>Download <code>src/uuid.js</code> or call <code>npm install u
116116
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
117117
See the License for the specific language governing permissions and
118118
limitations under the License.</p>
119-
<h1>AUTHOR</h1><p>LiosK <a href="&#109;&#97;&#x69;&#x6c;&#116;&#111;&#58;&#x63;&#111;&#x6e;&#116;&#97;&#99;&#x74;&#64;&#109;&#x61;&#x69;&#x6c;&#46;&#108;&#x69;&#111;&#115;&#x6b;&#x2e;&#110;&#101;&#116;">&#x63;&#111;&#x6e;&#116;&#97;&#99;&#x74;&#64;&#109;&#x61;&#x69;&#x6c;&#46;&#108;&#x69;&#111;&#115;&#x6b;&#x2e;&#110;&#101;&#116;</a></p>
119+
<h1>AUTHOR</h1><p>LiosK <a href="&#109;&#97;&#105;&#x6c;&#x74;&#111;&#x3a;&#99;&#111;&#x6e;&#116;&#x61;&#99;&#116;&#x40;&#109;&#97;&#105;&#108;&#46;&#108;&#x69;&#111;&#115;&#107;&#46;&#110;&#101;&#116;">&#99;&#111;&#x6e;&#116;&#x61;&#99;&#116;&#x40;&#109;&#97;&#105;&#108;&#46;&#108;&#x69;&#111;&#115;&#107;&#46;&#110;&#101;&#116;</a></p>
120120
<h1>SEE ALSO</h1><ul>
121121
<li><a href="https://www.ietf.org/rfc/rfc4122.txt">RFC 4122</a></li>
122122
<li><a href="https://github.com/LiosK/UUID.js">GitHub Repository</a></li>
@@ -157,7 +157,7 @@ <h2>uuid.js</h2>
157157

158158

159159
<dt class="tag-version">Version:</dt>
160-
<dd class="tag-version"><ul class="dummy"><li>v4.0.2</li></ul></dd>
160+
<dd class="tag-version"><ul class="dummy"><li>v4.0.3</li></ul></dd>
161161

162162

163163

@@ -246,7 +246,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="UUID.html
246246
<br class="clear">
247247

248248
<footer>
249-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Dec 18 2017 11:45:54 GMT-0500 (EST)
249+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Dec 18 2017 20:28:59 GMT-0500 (EST)
250250
</footer>
251251

252252
<script> prettyPrint(); </script>

docs/uuid.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1 class="page-title">Source: uuid.js</h1>
3131
*
3232
* @file
3333
* @author LiosK
34-
* @version v4.0.2
34+
* @version v4.0.3
3535
* @license Apache License 2.0: Copyright (c) 2010-2017 LiosK
3636
*/
3737

@@ -419,7 +419,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="UUID.html
419419
<br class="clear">
420420

421421
<footer>
422-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Dec 18 2017 11:45:54 GMT-0500 (EST)
422+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Dec 18 2017 20:28:59 GMT-0500 (EST)
423423
</footer>
424424

425425
<script> prettyPrint(); </script>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uuidjs",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"title": "UUID.js",
55
"description": "RFC-compliant UUID Generator for JavaScript",
66
"main": "src/uuid.js",
@@ -17,7 +17,7 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "git://github.com/LiosK/UUID.js.git"
20+
"url": "https://github.com/LiosK/UUID.js.git"
2121
},
2222
"keywords": [
2323
"library",

src/uuid.core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @file
55
* @author LiosK
6-
* @version v4.0.2
6+
* @version v4.0.3
77
* @license Apache License 2.0: Copyright (c) 2010-2017 LiosK
88
*/
99

src/uuid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @file
55
* @author LiosK
6-
* @version v4.0.2
6+
* @version v4.0.3
77
* @license Apache License 2.0: Copyright (c) 2010-2017 LiosK
88
*/
99

test/prng/test.prng.html

Lines changed: 0 additions & 11 deletions
This file was deleted.

test/prng/test.prng.js

Lines changed: 0 additions & 123 deletions
This file was deleted.

0 commit comments

Comments
 (0)