- Drop support for Python 3.5
- Add support for Python 3.8 and 3.9
- Support for dinamically generated fixtures
- Group fixtures in report
- Add compatibility with pytest >= 5.4.0
- Ignore fixtures from dist-packages
- Fix compatibility with latest pytest version
- Fix duplicated fixtures headline always being printed
- Return non-zero exit code if unused fixtures are detected
- Fix false-positive report of used fixtures caused by a premature return
- Ignore fixtures from third-party packages
- Add an option to list duplicated fixtures
- Remove docs folder, the README file should be enough
- Fix typo in README
- Fix compatibility with pypy
- Extend support to pytest >= 3.0.0
- Use the verbosity arg to decide to print or not the fixtures docstrings
- Remove the green color when logging unused fixtures
- Minor improvements to README
- First release