v2.0.0
-
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_familyin the result struct - If detectable the "operating system family" of a client is now available as
:os_familyin 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/0UAInspector.Downloader.read_remote/0UAInspector.Downloader.README.path_local/0UAInspector.Downloader.README.path_priv/0
- Startup is now done with a blocking database load by default
- Minimum required elixir version is now