----------------------------------- - removed dependency on "future" and "py" - modernizing code to use python3 facilities - pytest_logger_logdirlink path can be relative
1.0.0
----------------------------------- - declare pytest-logger stable and release first stable version - modernized infra: github-workflows, appveyor, read-the-docs, coveralls - upgraded python and pytest versions - fixed pytest warning: hookimpl instead of mark used
0.5.1
----------------------------------- - added "pytest_logger_logsdir" hook for convenience
0.5.0
----------------------------------- - class with testcases is represented with additional directory instead of '.' separating class name and testcase name - add the "split logs by outcome" functionality
0.4.0
----------------------------------- - interface-breaking: rename --log to --loggers to maintain operability with newer pytests - drop pytest<3.2 from testing - add newer pythons and pytests to the testing matrix - fix: collect teardown logs