Releases: python-useful-helpers/logwrap
Releases · python-useful-helpers/logwrap
4.0.2
inspect.param.empty is a class and can be used as singleton. Related …
Move forward: '5.0.0' with python 3.5+ only (#33)
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
Cleanup "lost" variable in stub and bump to 4.0.1 (#31)
Make 4.0.0 Fix #15 (#28)
* 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)
Clean-up sdist (update manifest) remove todo: use github issues
Bump version to 3.3.0 (#19)
[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
repo move
3.2.1
technical bump
Version 3.2.0
* 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
* Drop logwrap function. Use class as-is. `logwrap = LogWrap` (No API changes).