v1.0.0
-
Ownership has been transferred to the
elixir-inspectororganisation -
Enhancements
- Documentation is now available inline (
@moduledoc, ...) with theREADME.mdfile targeting the repository (development) instead of releases - Downloading the databases ensures hackney is started to allow calling
mix run --no-start -e "RefInspector.Downloader.download()" - Initializer modules can be defined with additional arguments by using
{mod, fun, args} - Parsing can now be performed on
URI.t()referers - The default database path has been set to
Application.app_dir(:ref_inspector, "priv") - The download mix task will now exit with code
1if it aborts due to missing configuration
- Documentation is now available inline (
-
Backwards incompatible changes
- Internal parser process pooling has been removed. If you require pooling you need to manually wrap
RefInspector.parse/1 - Medium information in the result struct is now returned as a
String.t()instead of anatom. The only exceptions are:unknownand:internalreferers - Minimum required elixir version is now
~> 1.5 - Support for
{:system, var}configuration has been removed
- Internal parser process pooling has been removed. If you require pooling you need to manually wrap