-
Enhancements
- Calling
RefInspector.parse/1
with an empty referer (""
ornil
) will now return the input as is in the result struct instead of previously returningnil
for both inputs
- Calling
-
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
- Minimum required Elixir version is now