Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.15.0 source code.tar.gz | 2024-04-24 | 880.0 kB | |
0.15.0 source code.zip | 2024-04-24 | 990.1 kB | |
README.md | 2024-04-24 | 2.6 kB | |
Totals: 3 Items | 1.9 MB | 0 |
What's Changed
- Add minimal test without extra deps by @greyli in https://github.com/pallets-eco/flask-debugtoolbar/pull/230
- Require Flask >= 2.2.0 by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/224
- Add option to dump profiler stats by @Dosenpfand in https://github.com/pallets-eco/flask-debugtoolbar/pull/204
- Add
init_app()
method toDebugPanel
base class by @malthejorgensen in https://github.com/pallets-eco/flask-debugtoolbar/pull/95 - Support applications using flask.copy_current_request_context by @glic3rinu in https://github.com/pallets-eco/flask-debugtoolbar/pull/231
- Fix SQLAlchemy recording warning for versions >= 3 by @Jonty in https://github.com/pallets-eco/flask-debugtoolbar/pull/233
- Fix missing
distutils
error on Python 3.12 by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/238 - Remove deprecated Flask version attribute by @greyli in https://github.com/pallets-eco/flask-debugtoolbar/pull/243
- Fix trailing whitespace by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/237
- Update
jquery.tablesorter.js
plugin by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/235 - Bump
jquery
to1.12.4
by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/236 - Bump
jquery
to3.7.1
andjquery-migrate
to3.4.1
by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/241 - Fix some
jquery
deprecation warnings by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/242 - Replace deprecated
pkg_resources
with stdlib by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/239 - Prevent LookupError when accessing debug_toolbars_var by @glic3rinu in https://github.com/pallets-eco/flask-debugtoolbar/pull/245
- Install custom Sphinx theme via
extras_require
by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/250 - Add
.readthedocs.yaml
file by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/246 - Bump to
0.15.0
by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/251
New Contributors
- @malthejorgensen made their first contribution in https://github.com/pallets-eco/flask-debugtoolbar/pull/95
- @glic3rinu made their first contribution in https://github.com/pallets-eco/flask-debugtoolbar/pull/231
- @Jonty made their first contribution in https://github.com/pallets-eco/flask-debugtoolbar/pull/233
Full Changelog: https://github.com/pallets-eco/flask-debugtoolbar/compare/0.14.1...0.15.0