Releases: alfert/coverex
Releases · alfert/coverex
Release 1.4.15
Release v1.4.10
2 new features:
- Eliminates warnings in Elixir 1.4-dev
- auto-generated functions
__info__
and__struct__
are filtered out.
Thanks for all contributors!
Release v.1.4.9
Release 1.4.9 fixes a few annoying compiler warnings and uses poison
either in version 1.5 or in 2.0. Thanks to all contributors for your support!
Release v1.4.1
Release v1.2.0
No need for configuring httpoison
within mix.exs
for using travis and coveralls (#10).
Release v1.0.0
Release 1.0.0 depends on Elixir 1.0.0.
It adds corrected documentation for configuring coveralls.
Release v0.0.8
Adds support for
- coveralls if running under travis-ci
- Elixir 1.0.0-rc2
The next release will target Elixir 1.0.0
Release v0.0.7
Added support for
- protocols,
- implementations
- nested modules
- derived access modules
Uses Logger application for logging.
Release v0.0.6
Update to Elixir 0.15.1
ex_doc is handled as hex.pm dependency.
No new features.
Release v0.0.5
Update for Elixir 0.14.3.
No new functionality, only a source code update for incompatible changes in Elixir.