Changelog
[1.8.0] - 2017-07-28
err
. Now it's possible "throw" an error if assertion are not satisfiedChangelog
[1.7.0] - 2017-07-22
be.uuid
, detect if is UUIDbe.uuid1
, detect if is UUID v1be.uuid3
, detect if is UUID v3be.uuid4
, detect if is UUID v4be.uuid5
, detect if is UUID v5be.isrc
, detect if is ISRCbe.iswc
, detect if is ISWCChangelog
[1.6.3] - 2017-07-20
be.asyncFunction
, detect if is async functionChangelog
[1.6.1] - 2017-07-14
Changelog
[1.6.0] - 2017-07-13
be.compareVersion
, compare two versionbe.androidTablet
, detect Android tabletbe.androidPhone
, detect Android phonebe.chromeIOS
, detect Chrome on iOSbe.opera
, detect Opera browserbe.edge
, detect Edge browserbe.safariMobile
, detect Safari mobile browserbe.windowsPhone
, detect Windows Phonebe.windowsTablet
, detect Windows tabletbe.blackberry
, detect BlackBerry devicebe.linux
, detect Linuxbe.mobile
, detect mobile devicebe.tablet
, detect tablet devicebe.desktop
, detect desktop deviceChangelog
[1.5.0] - 2017-07-10
be.oSet
, Set object assertionbe.weakSet
, WeakSet object assertionbe.map
, Map object assertionbe.mapIterator
, Map Iterator object assertionbe.setIterator
, Set Iterator object assertionbe.int8Array
, Int8Array object assertionbe.uint8Array
, Uint8Array object assertionbe.uint8ClampedArray
, Uint8ClampedArray object assertionbe.int16Array
, Int16Array object assertionbe.uint16Array
, Uint16Array object assertionbe.int32Array
, Int32Array object assertionbe.uint32Array
, Uint32Array object assertionbe.float32Array
, Float32Array object assertionbe.float64Array
, Float64Array object assertion