ua_inspector v2.0.0 Release Notes

Release Date: 2020-03-29 // about 4 years ago
    • ✨ 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