Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@mneudert mneudert released this 26 Jul 15:18
· 57 commits to master since this release
b2a6050
  • Enhancements

    • Calling RefInspector.parse/1 with an empty referer ("" or nil) will now return the input as is in the result struct instead of previously returning nil for both inputs
  • Bug fixes

    • The mix download task should no longer start unnecessary applications
  • Backwards incompatible changes

    • Minimum required Elixir version is now ~> 1.9
    • Several deprecated functions have been removed completely:
      • RefInspector.Downloader.path_local/1
      • RefInspector.Downloader.path_remote/1
      • RefInspector.Downloader.read_remote/1
      • RefInspector.Downloader.README.path_local/0
      • RefInspector.Downloader.README.path_priv/0
    • Startup is now done with a blocking database load by default