Skip to content

Commit 1a0adb5

Browse files
rmunatermunate
authored andcommitted
Update Version
1 parent 0b8ce35 commit 1a0adb5

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/JS/PHP2JS/PHP2JS.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* PHP2JS v4.0
2+
* PHP2JS v4.2.0
33
* JavaScript Utility Library
44
* (c) Raul Mauricio Uñate Castro
55
* GitHub: https://github.com/rmunate

src/JS/PHP2JS/PHP2JS.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/JS/QuickRequest/QuickRequest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* QuickRequest v1.0
2+
* QuickRequest v1.1.0
33
* Script
44
* (c) Raul Mauricio Uñate Castro
55
* https://github.com/rmunate

src/JS/QuickRequest/QuickRequest.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Stubs/PHP2JS.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<script>
2-
/* PHP2JS v4.0 | Script | (c) Raul Mauricio Uñate Castro | https://github.com/rmunate | MIT*/
2+
/* PHP2JS v4.2.0 | Script | (c) Raul Mauricio Uñate Castro | https://github.com/rmunate | MIT */
33
const {PHP2JS}Helpers={getData(){let t=document.querySelector('meta[name="X-{PHP2JS}-DATA"]');if(t){let e=JSON.parse(t.getAttribute("content"));return t.parentNode.removeChild(t),e}return null}},{PHP2JS}={data:{PHP2JS}Helpers.getData(),destroy:function(){for(let t in this)this.hasOwnProperty(t)&&delete this[t];return!0},assign:function(){return Object.assign({},this)},assignAndDestroy:function(){let t=Object.assign({},this);return this.destroy(),t},only:function(...t){let e={};return t.forEach(t=>{this.data.hasOwnProperty(t)&&(e[t]=this.data[t])}),e},except:function(...t){let e={};for(let n in this.data)t.includes(n)||(e[n]=this.data[n]);return e},has:function(t){return this.data.hasOwnProperty(t)},get:function(t){return this.data[t]||null},set:function(t,e){this.data[t]=e}};
44
</script>

0 commit comments

Comments
 (0)