Releases: wilddeer/Sniffer
Sniffer 4.1
Sniffer 4.0
Added detection for Edge on Chromium
Sniffer 3.3
Added new human-readable version names for OS X.
Sniffer 3.2
Added Yandex Browser & UC Browser 🎉
Sniffer 3.1
Added PlayStation
Sniffer 3.0
I've changed the way Mac OS X versions are displayed. I was omitting the major version before (which is always 10 for Mac OS X), but it was kinda stupid. So, El Capitan, for instance, is now 10.11
instead of just 11
.
And it's a breaking change, so I bumped the major version.
Sniffer 2.4
-
Microsoft Edge detection (shortcode: edge, fullName: Edge, engine: edgehtml)
-
Windows 10 version name mapping. It finally matches the actual version number, wow:
'10.0': '10', '6.3': '8.1', '6.2': '8', '6.1': '7', '6.0': 'Vista', '5.2': 'XP', '5.1': 'XP', '5.01': '2000', '5.0': '2000'
Sniffer 2.3
Ubuntu and Fedora
Giving Linux some love: Sniffer now detects Ubuntu and Fedora (and knows Fedora version names) – props to @raks437
Sniffer 2.2
- new build
sniffer.module.js
compatible with Node (and any other require-based module system, I guess); - default Sniffer build (
sniffer.js
) now returns detection results viamodule.exports
, if available; - test suit compatible with Node.
Sniffer 2.1
"New Nintendo 3DS" detection
"New" (they call it so, "New") model of Nintendo 3DS has updated version of web browser, which now supports video, custom fonts, touch events, a bunch of css properties disabled before for performance reasons and some other stuff (also see my tests). Oh, and it has tabs now.
So, definitely giving this one a new short name (n3ds) to differentiate the models.