Releases: python-useful-helpers/logwrap
Releases · python-useful-helpers/logwrap
9.0.0
API breaking!
LogWrap
is anymore not act as class decorator. Only class instance is used for decoration.
spec
argument for LogWrap
is not supported anymore due to instance decoration logic.
Deprecations
Decorator class -> decorator instance `LogWrap` as decorator class is deprecated `LogWrap()` should be used
8.3.1
fix static tests
8.3.0
fix bound owner type
8.2.0.post0
fix stages name & twine
py3.7+
8.2.0 move from azure pipelines
8.1.3
extra type annotations
8.1.2
fi pylint install on azure
8.1.1.post0
Fix and optimize ci
8.1.1
Extra static analysis fixes