Skip to content

Commit

Permalink
Released 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jclo committed Jan 9, 2024
1 parent 483b245 commit 124ace9
Show file tree
Hide file tree
Showing 9 changed files with 756 additions and 409 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
### HEAD

### 2.0.0 (January 9, 2024)
### 2.0.1 (January 9, 2024)

* Fixed an issue in ./bin/es6kadoo.js that prevented the creation of a .github folder,
* ...,
* Release.


### 2.0.0 (January 9, 2024)
Expand Down
6 changes: 3 additions & 3 deletions _dist/lib/es6kadoo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! ****************************************************************************
* ES6Kadoo v2.0.0
* ES6Kadoo v2.0.1
*
* A template for writing pure ES6 Javascript libraries.
* (you can download it from npm or github repositories)
Expand Down Expand Up @@ -124,14 +124,14 @@
const obj = Object.create(methods);
obj._library = {
name: 'ES6Kadoo',
version: '2.0.0',
version: '2.0.1',
};
return obj;
};

// Attaches constants to ES6Kadoo that provide name and version of the lib.
ES6Kadoo.NAME = 'ES6Kadoo';
ES6Kadoo.VERSION = '2.0.0';
ES6Kadoo.VERSION = '2.0.1';


// -- Private Static Methods -----------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions _dist/lib/es6kadoo.min.js

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

4 changes: 2 additions & 2 deletions _dist/lib/es6kadoo.min.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! ****************************************************************************
* ES6Kadoo v2.0.0
* ES6Kadoo v2.0.1
*
* A template for writing pure ES6 Javascript libraries.
* (you can download it from npm or github repositories)
Expand All @@ -9,4 +9,4 @@
* Built from {{boiler:name}} v{{boiler:name:version}}.
* ************************************************************************** */
/*! Generated by Kadoo v1.1.0 */
const $__ES6GLOB={};!function(t,e){"use strict";"function"==typeof define&&define.amd?define([""],e):"object"==typeof exports?module.exports=e(t):t.ES6Kadoo=e(t)}($__ES6GLOB,(t=>{"use strict";let e={src:{prototypal:{},util:{util:{}}},extend:function(t,e){for(var o=Object.keys(e),r=0;r<o.length;r++)t[o[r]]=e[o[r]]}};return function(){const o=e.src.util.util,r=t.ES6Kadoo;let n;const i=function(){const t=Object.create(n);return t._library={name:"ES6Kadoo",version:"2.0.0"},t};i.NAME="ES6Kadoo",i.VERSION="2.0.0",i._setTestMode=function(){return[]},i.noConflict=function(){return t.ES6Kadoo=r,this},n={whoami(){return this._library},getString:()=>o.getString(),getArray:()=>o.getArray()},e.src.prototypal=i}(),function(){const t={getString:()=>"I am a string!",getArray:()=>[1,2,3]};e.extend(e.src.util.util,t)}(),e.src.prototypal}));export default $__ES6GLOB.ES6Kadoo;
const $__ES6GLOB={};!function(t,e){"use strict";"function"==typeof define&&define.amd?define([""],e):"object"==typeof exports?module.exports=e(t):t.ES6Kadoo=e(t)}($__ES6GLOB,(t=>{"use strict";let e={src:{prototypal:{},util:{util:{}}},extend:function(t,e){for(var o=Object.keys(e),r=0;r<o.length;r++)t[o[r]]=e[o[r]]}};return function(){const o=e.src.util.util,r=t.ES6Kadoo;let n;const i=function(){const t=Object.create(n);return t._library={name:"ES6Kadoo",version:"2.0.1"},t};i.NAME="ES6Kadoo",i.VERSION="2.0.1",i._setTestMode=function(){return[]},i.noConflict=function(){return t.ES6Kadoo=r,this},n={whoami(){return this._library},getString:()=>o.getString(),getArray:()=>o.getArray()},e.src.prototypal=i}(),function(){const t={getString:()=>"I am a string!",getArray:()=>[1,2,3]};e.extend(e.src.util.util,t)}(),e.src.prototypal}));export default $__ES6GLOB.ES6Kadoo;
6 changes: 3 additions & 3 deletions _dist/lib/es6kadoo.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! ****************************************************************************
* ES6Kadoo v2.0.0
* ES6Kadoo v2.0.1
*
* A template for writing pure ES6 Javascript libraries.
* (you can download it from npm or github repositories)
Expand Down Expand Up @@ -125,14 +125,14 @@ const $__ES6GLOB = {};
const obj = Object.create(methods);
obj._library = {
name: 'ES6Kadoo',
version: '2.0.0',
version: '2.0.1',
};
return obj;
};

// Attaches constants to ES6Kadoo that provide name and version of the lib.
ES6Kadoo.NAME = 'ES6Kadoo';
ES6Kadoo.VERSION = '2.0.0';
ES6Kadoo.VERSION = '2.0.1';


// -- Private Static Methods -----------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions lib/es6kadoo.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,14 @@
const obj = Object.create(methods);
obj._library = {
name: 'ES6Kadoo',
version: '2.0.0',
version: '2.0.1',
};
return obj;
};

// Attaches constants to ES6Kadoo that provide name and version of the lib.
ES6Kadoo.NAME = 'ES6Kadoo';
ES6Kadoo.VERSION = '2.0.0';
ES6Kadoo.VERSION = '2.0.1';


// -- Private Static Methods -----------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions lib/es6kadoo.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,14 @@ const $__ES6GLOB = {};
const obj = Object.create(methods);
obj._library = {
name: 'ES6Kadoo',
version: '2.0.0',
version: '2.0.1',
};
return obj;
};

// Attaches constants to ES6Kadoo that provide name and version of the lib.
ES6Kadoo.NAME = 'ES6Kadoo';
ES6Kadoo.VERSION = '2.0.0';
ES6Kadoo.VERSION = '2.0.1';


// -- Private Static Methods -----------------------------------------------
Expand Down
Loading

0 comments on commit 124ace9

Please sign in to comment.