Skip to content

Commit

Permalink
make it not say hello in node, make release
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatCoolCoder committed Feb 26, 2023
1 parent 40e1669 commit 6baca4a
Show file tree
Hide file tree
Showing 36 changed files with 7,125 additions and 41 deletions.
3,522 changes: 3,522 additions & 0 deletions cdn/1.8.1/spnr.js

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions cdn/1.8.1/spnr.min.js

Large diffs are not rendered by default.

3,522 changes: 3,522 additions & 0 deletions cdn/1.8.1/spnr.mjs

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions cdn/latest/spnr.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*@license
spnr.js v1.8.0
spnr.js v1.8.1
MIT License
Expand Down Expand Up @@ -56,14 +56,17 @@ else {
* @namespace
*/
var spnr = {}; // Create an object to be the basis of spnr
spnr.VERSION = 'v1.8.0';
spnr.VERSION = 'v1.8.1';
spnr.consoleLogHeader = ' 🔧🔧 ';
spnr.consoleLogStyling = 'background-color: #9cc8ff; display: block';
if (spnrInBrowser && spnrAsMjs) window.spnr = spnr; // Make it global

// Make a 'hello' message
console.log(`%c \n${spnr.consoleLogHeader} spnr.js ${spnr.VERSION} \n `,
spnr.consoleLogStyling);
if (spnrInBrowser)
{
console.log(`%c \n${spnr.consoleLogHeader} spnr.js ${spnr.VERSION} \n `,
spnr.consoleLogStyling);
}

// Load the consts & functions from math
Object.getOwnPropertyNames(Math).forEach(key => {
Expand Down
4 changes: 2 additions & 2 deletions cdn/latest/spnr.min.js

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

11 changes: 7 additions & 4 deletions cdn/latest/spnr.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*@license
spnr.js v1.8.0
spnr.js v1.8.1
MIT License
Expand Down Expand Up @@ -56,14 +56,17 @@ else {
* @namespace
*/
var spnr = {}; // Create an object to be the basis of spnr
spnr.VERSION = 'v1.8.0';
spnr.VERSION = 'v1.8.1';
spnr.consoleLogHeader = ' 🔧🔧 ';
spnr.consoleLogStyling = 'background-color: #9cc8ff; display: block';
if (spnrInBrowser && spnrAsMjs) window.spnr = spnr; // Make it global

// Make a 'hello' message
console.log(`%c \n${spnr.consoleLogHeader} spnr.js ${spnr.VERSION} \n `,
spnr.consoleLogStyling);
if (spnrInBrowser)
{
console.log(`%c \n${spnr.consoleLogHeader} spnr.js ${spnr.VERSION} \n `,
spnr.consoleLogStyling);
}

// Load the consts & functions from math
Object.getOwnPropertyNames(Math).forEach(key => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spnr",
"version": "1.8.0",
"version": "1.8.1",
"description": "A multipurpose, flexible, and fast JavaScript library",
"main": "cdn/latest/spnr.min.js",
"scripts": {
Expand Down
7 changes: 5 additions & 2 deletions src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@ else {
if (spnrInBrowser && spnrAsMjs) window.spnr = spnr; // Make it global

// Make a 'hello' message
console.log(`%c \n${spnr.consoleLogHeader} spnr.js ${spnr.VERSION} \n `,
spnr.consoleLogStyling);
if (spnrInBrowser)
{
console.log(`%c \n${spnr.consoleLogHeader} spnr.js ${spnr.VERSION} \n `,
spnr.consoleLogStyling);
}

// Load the consts & functions from math
Object.getOwnPropertyNames(Math).forEach(key => {
Expand Down
2 changes: 1 addition & 1 deletion userDocs/classes.list.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/namespaces.list.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/spnr.FunctionGroup.html
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/spnr.GameEngine.AbstractCanvasSizer.html
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/spnr.GameEngine.BaseCollider.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/spnr.GameEngine.Button.html
Original file line number Diff line number Diff line change
Expand Up @@ -4424,7 +4424,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/spnr.GameEngine.CircleCollider.html
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/spnr.GameEngine.DrawableEntity.html
Original file line number Diff line number Diff line change
Expand Up @@ -4125,7 +4125,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/spnr.GameEngine.Entity.html
Original file line number Diff line number Diff line change
Expand Up @@ -2192,7 +2192,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/spnr.GameEngine.FillPageCanvasSizer.html
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/spnr.GameEngine.FixedARCanvasSizer.html
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/spnr.GameEngine.FrameRateDisplay.html
Original file line number Diff line number Diff line change
Expand Up @@ -3329,7 +3329,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/spnr.GameEngine.Label.html
Original file line number Diff line number Diff line change
Expand Up @@ -3116,7 +3116,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/spnr.GameEngine.Particle.html
Original file line number Diff line number Diff line change
Expand Up @@ -4225,7 +4225,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/spnr.GameEngine.ParticleEffect.html
Original file line number Diff line number Diff line change
Expand Up @@ -2611,7 +2611,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/spnr.GameEngine.Scene.html
Original file line number Diff line number Diff line change
Expand Up @@ -2690,7 +2690,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/spnr.GameEngine.Texture.html
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/spnr.GameEngine.html
Original file line number Diff line number Diff line change
Expand Up @@ -2220,7 +2220,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/spnr.KeyWatcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/spnr.MouseWatcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/spnr.Sound.html
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/spnr.arr.html
Original file line number Diff line number Diff line change
Expand Up @@ -2003,7 +2003,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/spnr.attitude.html
Original file line number Diff line number Diff line change
Expand Up @@ -1667,7 +1667,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/spnr.dom.html
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/spnr.html
Original file line number Diff line number Diff line change
Expand Up @@ -3796,7 +3796,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/spnr.obj.html
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/spnr.str.html
Original file line number Diff line number Diff line change
Expand Up @@ -2166,7 +2166,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.10</a>

on 2023-02-12
on 2023-02-26

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion userDocs/spnr.v.html
Original file line number Diff line number Diff line change
Expand Up @@ -4959,7 +4959,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.10</a>

on 2023-02-12
on 2023-02-26

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

0 comments on commit 6baca4a

Please sign in to comment.