ua_inspector v1.0.0 Release Notes

Release Date: 2019-04-20 // about 5 years ago
    • Ownership has been transferred to the elixir-inspector organisation

    • ✨ Enhancements

      • Documentation is now available inline (@moduledoc, ...) with the README.md file targeting the repository (development) instead of releases
      • The default database path has been set to Application.app_dir(:ua_inspector, "priv")
    • Backwards incompatible changes

      • Internal parser process pooling has been removed. If you require pooling you need to manually wrap UAInspector.parse/1 (and related functions)
      • Minimum required elixir version is now ~> 1.5
      • Support for {:system, var} configuration has been removed
      • The deprecated mix tasks ua_inspector.download.databases and ua_inspector.download.short_code_maps have been removed