Skip to content

v0.6.1

Latest

Choose a tag to compare

@mikeckennedy mikeckennedy released this 11 Jun 05:59
· 4 commits to main since this release

Tighten types and docs across the public API

  • Complete annotations: NoReturn on not_found, fix template_data: dict -> Any,
    modern X | None unions, full param/return types everywhere
  • Cast the response passthrough (pyrefly caught the flask.Response mismatch)
  • Pin ty and pyrefly to the venv via pyproject [tool.*] config
  • Examples sections and module docstrings; document decoration-time
    template resolution
  • Export exceptions at the package root with test coverage
  • README: badges, default naming, Quart note, direct rendering section
  • Example app: not_found demo with catalog and 404 templates