Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Releases: mssola/user_agent

v0.6.0

17 Feb 15:34
v0.6.0
f3b76aa
Compare
Choose a tag to compare

v0.5.3

19 May 14:36
v0.5.3
Compare
Choose a tag to compare

v0.5.2

18 Apr 16:45
v0.5.2
Compare
Choose a tag to compare
  • Detect Electron. See commit.
  • Add support for both http and https site urls. See commit.
  • Add more support for BingBot. See commit.
  • Add a test case for Firefox focus on iOS. See commit.
  • Detect iMessage-Preview. See commit.

v0.5.1

10 Jan 15:28
v0.5.1
Compare
Choose a tag to compare
  • 00a868f add Firefox for iOS
  • 8c16c37 Add go.mod
  • 7e313fc Use CodeLingo to Address Further Issues
  • 95b0c16 Fix function comments based on best practices from Effective Go
  • 1df9e04 test: mobile Yandex Browser
  • 6eb76c6 Add Yandex browser
  • 8b39990 Updating license notice
  • 82f141d Detect Chrome for iOS correctly
  • 5723c36 Facebook App Handling
  • 57c3298 Add a new google bot user agent format

v0.5.0

20 Nov 16:11
v0.5.0
Compare
Choose a tag to compare

Newly supported and improvements

  • f659b98 Added support for Microsoft Edge
  • 783ec61 Precompile regular expressions
  • 7841362 Added support for Dalvik user agent parsing
  • 0319fcf Improved bot support (also e25e612)
  • 6e7843e Add Chromium support and Ubuntu specific tests
  • 3335cae Add OSInfo function to user agent (also 7286ca6)
  • 6fe362d Detect updated UA for Googlebot
  • 1438bfb Adds the Adsense bot (mobile)

Fixes

  • 8d86c2c Fixed bug when extracting windows 10
  • 9d00ff9 Fixed bug on mobile Firefox browsers running on Android OS versions that report their version number inline.

Other