Releases: laurent-laporte-pro/deprecated
v1.2.8 - Bug fix Release
Fix #15: The @deprecated decorator doesn’t set a warning filter if the action keyword argument is not provided or None. In consequences, the warning messages are only emitted if the global filter allow it. For more information, see The Warning Filter in the Python documentation.
Fix #13: Warning displays the correct filename and line number when decorating a class if wrapt does not have the compiled c extension.
The API documentation and the Tutorial is improved to explain how to use custom warning categories and local filtering (warning filtering at function call).
Fix #17: Customize the sidebar to add links to the documentation to the source in GitHub and to the Bug tracker. Add a logo in the sidebar and change the logo in the main page to see the library version.
Add a detailed documentation about The “Sphinx” decorators.
Change the Tox configuration to test the library with Wrapt 1.12.x.
v1.2.7 - Bug fix Release
Fix: Warning displays the correct filename and line number when decorating a function if wrapt does not have the compiled c extension.
v1.2.6 - Bug fix Release
New release v1.2.6 (2019-07-06)
v1.2.5 - Bug fix Release
Bump version: 1.2.4 → 1.2.5
v1.1.5 - Bug fix Release
Bump version: 1.1.4 → 1.1.5
v1.2.4 - Bug fix release
Fix #4: Correct the class ~deprecated.classic.ClassicAdapter
: Don't pass arguments to object.__new__
(other than cls).
Change the configuration for TravisCI and AppVeyor: drop configuration for Python 2.6 and 3.3, add configuration for Python 3.7 (if available).
v1.1.4 - Bug fix release
Fix #4: Correct the function ~deprecated.deprecated
: Don't pass arguments to object.__new__
(other than cls).
Change the configuration for TravisCI and AppVeyor: drop configuration for Python 2.6 and 3.3, add configuration for Python 3.7.
v1.2.3 - Bug fix release
Fix #3: deprecated.sphinx decorators don't update the docstring.
v1.2.2 - Bug fix release
Fix #2: a deprecated class is a class (not a function). Any subclass of a deprecated class is also deprecated.
v1.1.3 - Bug fix release
Fix #2: a deprecated class is a class (not a function). Any subclass of a deprecated class is also deprecated.