flask-debugtoolbar v0.11.0 Release Notes
Release Date: 2020-02-18 // over 3 years ago-
Enhancements:
- Switch to Flask's native CLI, dropping flask_script in the process (b92391d, thanks @jeffwidman)
- Do not show DebugToolbar routes in the route map (#86, thanks @floqqi)
- Document Pygments for SQL highlighting (#127, thanks @pgiraud)
๐ Fixes:
- โ Remove deprecated flask.json_available (#119, thanks @davidism)
- โ Remove deprecated request.is_xhr (7ce099c, thanks @jeffwidman)
- Explicitly disable
SQLALCHEMY_TRACK_MODIFICATIONS
(9c7db48, thanks @jeffwidman) - ๐ Fix typo (#142, thanks @timgates42)
Previous changes from v0.10.1
-
โจ Enhancements:
- โ Add support for Python wheels
๐ Fixes:
- Switch imports from deprecated flask.ext.* to flask_* syntax (#94, thanks Michael Lenzen & #97 thanks Iuri de Silvio)