Releases: DamonOehlman/detect-browser
Releases · DamonOehlman/detect-browser
5.3.0
5.2.1
5.2.0
5.1.0
5.0.0
4.8.0
Added support for detection of the iOS edge browser.
4.7.0
4.6.0
This release adds a small but likely very useful feature allowing people to specify a user agent as part of the detect function call, e.g.
const uaString = '...'; // sourced from somewhere intelligent
detect(uaString);
Prior to this detect-browser
would try and be smart enough to work out where to look, but if you were using it in cases where you wanted to parse a useragent string that you had received from a HTTP header or the like it definitely would not have worked, this change (thanks to @rshtg - see #114) fixes that.
4.5.0
- detection for opera developer (#104)
4.4.0
- added detection support for beaker browser (#101)
- added detection support for the new chromium powered edge (#102)