Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Releases: luisvallejomohl/Penguins.js

Penguins.js v2.0.3

07 Oct 02:23
e931a0e
Compare
Choose a tag to compare

Fix a bug about JSONAt: It returned undefined.

Penguins.js v2.0.2

05 Oct 21:16
45c4905
Compare
Choose a tag to compare

After all the nightly and daily releases, here is the stable version at last! Bugs have been fixed.

Penguins.js v2.0.2-w

05 Oct 19:23
bfc8201
Compare
Choose a tag to compare
Penguins.js v2.0.2-w Pre-release
Pre-release
Update Penguins.js

Penguins.js v2.0.2-y

04 Oct 04:16
cdf1ce9
Compare
Choose a tag to compare
Penguins.js v2.0.2-y Pre-release
Pre-release
Update Penguins.js

Penguins.js v2.0.2-x

04 Oct 22:51
1817c0f
Compare
Choose a tag to compare
Penguins.js v2.0.2-x Pre-release
Pre-release
Update Penguins.js

Penguins.js v2.0.2-z

01 Oct 04:05
2176894
Compare
Choose a tag to compare
Penguins.js v2.0.2-z Pre-release
Pre-release

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

28 Sep 04:41
1b60296
Compare
Choose a tag to compare

Browser support of _('...').requestTo is now extended to IE 5/6

Penguins.js v2.0.0

25 Sep 04:46
cfbde79
Compare
Choose a tag to compare

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

27 Aug 04:04
c1c5078
Compare
Choose a tag to compare

Make a bug fix

Penguins.js v1.2.0

27 Aug 03:59
4c8e641
Compare
Choose a tag to compare

PenguinsJS.version.name is deprecated, in favour of PenguinsJS.version.toString().