Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 2.57 KB

CHANGELOG.md

File metadata and controls

45 lines (32 loc) · 2.57 KB

Changelog

v1.2.0 (2023-11-06)

Feature

  • Allow custom error_logger for tools.enable (a8301bc)

v1.1.4 (2023-07-19)

v1.1.3 (2023-07-19)

Fix

  • Error page renderer can also be False (in addition to None or a method) (41d33aa)

v1.1.2 (2023-07-19)

Fix

  • Wrapper can also return an HTTP response! (4431d80)

v1.1.1 (2023-07-19)

Fix

  • Bump configurable-json to new typed version (52fa55a)

Documentation

v1.1.0 (2023-07-19)

Moved to hatch build system.

v1.0.0 (2023-07-17)

Feature

  • config: Multiple minor changes: (bb14fec)
  • debugbar: Added required files (afc690f)
  • p4w-debug: Initial module setup (b36c53c)

Fix

  • Expose is_debug from the top-level library (dd73055)
  • Expose is_debug from the top-level library (ee835e8)
  • tools: 'db' is only required when debugbar is used (debugbar_enabled=True) (dba49b8)

Documentation

  • readme: Updated for style and missing wsgi (9394747)
  • tools: Include all parameters of .enable() (90ccffc)
  • README: Updated explaination (3f3b6b3)