Skip to content

Commit

Permalink
Released 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jclo committed Jan 9, 2024
1 parent c187521 commit 8d63864
Show file tree
Hide file tree
Showing 10 changed files with 408 additions and 752 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
### HEAD

### 1.1.x (January 9, 2024)
### 2.0.0 (January 9, 2024)

* Updated the project with @ES6lib v2 (c8, Github Actions),
* Renamed properly .github folder,
* ...,
* Release.


### 1.1.1 (May 26, 2023)
Expand Down
4 changes: 2 additions & 2 deletions _dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,15 +180,15 @@ Enjoy!
[npm-image]: https://img.shields.io/npm/v/@mobilabs/es6kadoo.svg?logo=npm&logoColor=fff&label=NPM+package
[release-image]: https://img.shields.io/github/release/jclo/es6kadoo.svg?include_prereleases
[commit-image]: https://img.shields.io/github/last-commit/jclo/es6kadoo.svg?logo=github
[ci-image]: https://github.com/jclo/es6lib/actions/workflows/ci.yml/badge.svg
[ci-image]: https://github.com/jclo/es6kadoo/actions/workflows/ci.yml/badge.svg
[coveralls-image]: https://img.shields.io/coveralls/jclo/es6kadoo/master.svg?&logo=coveralls
[npm-bundle-size-image]: https://img.shields.io/bundlephobia/minzip/@mobilabs/es6kadoo.svg
[license-image]: https://img.shields.io/npm/l/@mobilabs/es6kadoo.svg

[npm-url]: https://www.npmjs.com/package/@mobilabs/es6kadoo
[release-url]: https://github.com/jclo/es6kadoo/tags
[commit-url]: https://github.com/jclo/es6kadoo/commits/master
[ci-url]: https://github.com/jclo/es6lib/actions/workflows/ci.yml
[ci-url]: https://github.com/jclo/es6kadoo/actions/workflows/ci.yml
[coveralls-url]: https://coveralls.io/github/jclo/es6kadoo?branch=master
[npm-bundle-size-url]: https://img.shields.io/bundlephobia/minzip/@mobilabs/es6kadoo
[license-url]: http://opensource.org/licenses/MIT
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 v1.1.1
* ES6Kadoo v2.0.0
*
* 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: '1.1.1',
version: '2.0.0',
};
return obj;
};

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


// -- 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 v1.1.1
* ES6Kadoo v2.0.0
*
* 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:"1.1.1"},t};i.NAME="ES6Kadoo",i.VERSION="1.1.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;
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;
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 v1.1.1
* ES6Kadoo v2.0.0
*
* 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: '1.1.1',
version: '2.0.0',
};
return obj;
};

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


// -- 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: '1.1.1',
version: '2.0.0',
};
return obj;
};

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


// -- 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: '1.1.1',
version: '2.0.0',
};
return obj;
};

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


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

0 comments on commit 8d63864

Please sign in to comment.