Skip to content

Releases: python-useful-helpers/logwrap

9.0.0

01 Sep 07:43
e150ae1
Compare
Choose a tag to compare

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

02 Jul 07:37
8d72aa7
Compare
Choose a tag to compare
Decorator class -> decorator instance

`LogWrap` as decorator class is deprecated
`LogWrap()` should be used

8.3.1

01 Jul 10:14
62e77bb
Compare
Choose a tag to compare
fix static tests

8.3.0

11 Jun 20:35
d04a459
Compare
Choose a tag to compare
fix bound owner type

8.2.0.post0

28 Oct 12:10
c64e941
Compare
Choose a tag to compare
fix stages name & twine

py3.7+

28 Oct 11:50
aa65fbe
Compare
Choose a tag to compare
8.2.0

move from azure pipelines

8.1.3

01 Oct 14:23
b7b5a35
Compare
Choose a tag to compare
extra type annotations

8.1.2

08 Jul 11:26
bc7c674
Compare
Choose a tag to compare
fi pylint install on azure

8.1.1.post0

09 Apr 08:32
69a19a8
Compare
Choose a tag to compare
Fix and optimize ci

8.1.1

21 Feb 09:26
c580f85
Compare
Choose a tag to compare
Extra static analysis fixes