Skip to content

Releases: python-useful-helpers/logwrap

4.0.2

14 Aug 15:57
73815bd

Choose a tag to compare

inspect.param.empty is a class and can be used as singleton. Related …

Move forward: '5.0.0' with python 3.5+ only (#33)

09 Aug 13:24
e27c917

Choose a tag to compare

No crushes on cythonize + exception inside async def
Signatures inside, updated (mypy pass)
py2str param is eliminated
less code, less magic, less hell

4.0.1

18 Jul 15:14
78d4e16

Choose a tag to compare

Cleanup "lost" variable in stub and bump to 4.0.1 (#31)

Make 4.0.0 Fix #15 (#28)

05 Jul 10:37
6e9e782

Choose a tag to compare

* Drop of *args
* Update tests to deal with defaults
* Fix blacklisted_exceptions type annotations
* Remove additional garbage from sdist

Bump to 3.3.1 (#27)

03 Jul 12:30
f31146e

Choose a tag to compare

Clean-up sdist (update manifest)
remove todo: use github issues

Bump version to 3.3.0 (#19)

01 May 12:59
1e040b4

Choose a tag to compare

[x] Type hints and stubs
[x] PEP0518
[x] Deprecation of `*args` for logwrap
[x] Fix empty `*args` and `**kwargs`
[x] allow override for arguments repr processing
[x] python3.7 compatibility

3.2.2

23 Mar 17:19

Choose a tag to compare

repo move

3.2.1

19 Mar 16:12

Choose a tag to compare

technical bump

Version 3.2.0

10 Jan 17:18

Choose a tag to compare

* Return logwrap function back with 2 branches: with arguments and not due to
  instances of classes are not converted to methods during class compilation.

Unit tests for found issue created.

Version 3.1.0

30 Nov 14:46

Choose a tag to compare

* Drop logwrap function. Use class as-is. `logwrap = LogWrap` (No API changes).