Skip to content

v1.0.0

Compare
Choose a tag to compare
@mneudert mneudert released this 20 Apr 14:58
· 692 commits to master since this release
8a9b849
  • 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