Releases: mplanchard/pydecor
Releases · mplanchard/pydecor
v2.0.1 - Fix for Instance Methods of @intercept
2.0.1
- Fix regression in
@intercept
decorator due to changes in how generic
decorators pass arguments in 2.0.
v2.0.0 - It's Alive!
2.0.0
export
- register entities in a module's__all__
list
(thanks @Paebbels!)- Use of
Decorator
class and consistent callable signature for generic
decorators is now required - Drop support for Python <3.6
- Move to a
src/
layout - Lots of clarifications, typo fixes, and improvements to the docs
- Lots of development environment improvements:
- Automatic distribution of tagged commits via PyPI (thanks @Paebbels!)
Makefile
for a consistent interface into build operations- Improvements to
tox
configuration - Addition of consistent and required linting with pylint, mypy, and flake8
- Autoformatting with
black
Release 1.1.0
See CHANGELOG for details.