Skip to content

v2.0.0

Choose a tag to compare

@mneudert mneudert released this 29 Mar 12:48
· 657 commits to master since this release
0b0fc9b
  • Enhancements

    • Detection will now make use of "browser families" to match upstream improvements for Chrome based devices
    • If detectable the "browser family" of a client is now available as :browser_family in the result struct
    • If detectable the "operating system family" of a client is now available as :os_family in the result struct
  • Bug fixes

    • The mix download task should no longer start unnecessary applications (#19)
  • Backwards incompatible changes

    • Minimum required elixir version is now ~> 1.7
    • Several deprecated functions have been removed completely:
      • UAInspector.Downloader.prepare_database_path/0
      • UAInspector.Downloader.read_remote/0
      • UAInspector.Downloader.README.path_local/0
      • UAInspector.Downloader.README.path_priv/0
    • Startup is now done with a blocking database load by default