Skip to content

Commit 76b0d41

Browse files
committed
Version v4.0.2 released.
New features v4.0.0 -> v4.0.2 include: - Refactor test cases. - Change document directory. Signed-off-by: LiosK <[email protected]>
2 parents fd52b96 + 0bc656f commit 76b0d41

34 files changed

+15
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,5 +137,5 @@ LiosK <[email protected]>
137137
* [RFC 4122](https://www.ietf.org/rfc/rfc4122.txt)
138138
* [GitHub Repository](https://github.com/LiosK/UUID.js)
139139
* [npm Package](https://www.npmjs.com/package/uuidjs)
140-
* [API Documentation](https://liosk.github.io/UUID.js/doc/)
140+
* [API Documentation](https://liosk.github.io/UUID.js/docs/)
141141
* [Run test cases on your browser](https://liosk.github.io/UUID.js/test/browser.html)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"license": "Apache-2.0",
2424
"ignore": [
2525
"**/.*",
26-
"doc",
26+
"docs",
2727
"test"
2828
]
2929
}

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.1
2+
Version: v4.0.2
33
Apache License 2.0: Copyright (c) 2010-2017 LiosK
44
*/
55
var UUID;

doc/UUID.html renamed to 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:28:52 GMT-0500 (EST)
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)
19751975
</footer>
19761976

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

doc/index.html renamed to docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,12 @@ <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="&#x6d;&#97;&#x69;&#x6c;&#x74;&#111;&#x3a;&#x63;&#111;&#110;&#116;&#97;&#x63;&#116;&#x40;&#109;&#x61;&#105;&#x6c;&#46;&#x6c;&#105;&#x6f;&#x73;&#x6b;&#46;&#110;&#x65;&#x74;">&#x63;&#111;&#110;&#116;&#97;&#x63;&#116;&#x40;&#109;&#x61;&#105;&#x6c;&#46;&#x6c;&#105;&#x6f;&#x73;&#x6b;&#46;&#110;&#x65;&#x74;</a></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>
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>
123123
<li><a href="https://www.npmjs.com/package/uuidjs">npm Package</a></li>
124-
<li><a href="https://liosk.github.io/UUID.js/doc/">API Documentation</a></li>
124+
<li><a href="https://liosk.github.io/UUID.js/docs/">API Documentation</a></li>
125125
<li><a href="https://liosk.github.io/UUID.js/test/browser.html">Run test cases on your browser</a></li>
126126
</ul></article>
127127
</section>
@@ -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.1</li></ul></dd>
160+
<dd class="tag-version"><ul class="dummy"><li>v4.0.2</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:28:52 GMT-0500 (EST)
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)
250250
</footer>
251251

252252
<script> prettyPrint(); </script>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

doc/uuid.js.html renamed to 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.1
34+
* @version v4.0.2
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:28:52 GMT-0500 (EST)
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)
423423
</footer>
424424

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "uuidjs",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"title": "UUID.js",
55
"description": "RFC-compliant UUID Generator for JavaScript",
66
"main": "src/uuid.js",
77
"types": "types/uuidjs/index.d.ts",
88
"directories": {
9-
"doc": "doc",
9+
"doc": "docs",
1010
"test": "test"
1111
},
1212
"tonicExampleFilename": "example.js",
1313
"scripts": {
1414
"test": "qunit test/nodejs.js",
1515
"test-ts": "tsc --strict --noEmit types/uuidjs/uuidjs-tests.ts",
16-
"jsdoc": "jsdoc -R README.md -d doc src/uuid.js"
16+
"jsdoc": "jsdoc -R README.md -d docs src/uuid.js"
1717
},
1818
"repository": {
1919
"type": "git",

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.1
6+
* @version v4.0.2
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.1
6+
* @version v4.0.2
77
* @license Apache License 2.0: Copyright (c) 2010-2017 LiosK
88
*/
99

0 commit comments

Comments
 (0)