- Fix error in error message (sic) when hackney is missing
- Documentation improvements; adding a LiveView example
- Replace HTTPoison with hackney
- Make hackney optional, allow passing a custom HTTPClient
- When used incorrectly, instead of custom usage info, mix tasks will print the same message as running
mix help ...
would print - Lowered required
httpoison
andjason
versions to~> 1.0
- Initial release candidate