Skip to content

Several improvements and API changes

This commit brings several improvements to the code quality and performances.

In particular, the Regex is no longer used, as per this recommendation1.
Moreover, HTTPoison is no longer in use, since it would just clutter the dependency tree (projects may use HTTPotion, plain Hackney or Tesla instead).
The ExDoc dependency is also up-to-date.

Merge request reports