flask-debugtoolbar v0.11.0 Release Notes

Release Date: 2020-02-18 // about 4 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:


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)