This repository has been archived by the owner on Nov 2, 2018. It is now read-only.
Releases: luisvallejomohl/Penguins.js
Releases · luisvallejomohl/Penguins.js
Penguins.js v2.0.3
Fix a bug about JSONAt
: It returned undefined
.
Penguins.js v2.0.2
After all the nightly and daily releases, here is the stable version at last! Bugs have been fixed.
Penguins.js v2.0.2-w
Update Penguins.js
Penguins.js v2.0.2-y
Update Penguins.js
Penguins.js v2.0.2-x
Update Penguins.js
Penguins.js v2.0.2-z
You can get the browser name:
browser.name
Browser version:
browser.version
And even the full name (format name/version (e.g. Firefox/64.0):
browser.fullName
Penguins.js v2.0.1
Browser support of _('...').requestTo
is now extended to IE 5/6
Penguins.js v2.0.0
Deprecated features have been obsoleted and you can play audio now:
_('*').playAudio({
"source" : "[audio source]",
"volume" : "[audio volume]",
// "autoplay" : false (Should be uncommented if audio should not be autoplayed, or uncommented and set to true if it should be autoplayed
});
Penguins.js v1.2.1
Make a bug fix
Penguins.js v1.2.0
PenguinsJS.version.name
is deprecated, in favour of PenguinsJS.version.toString()
.