No functional changes: the library behaves exactly as in 0.4.0. This release ships expanded docstrings, corrected package metadata and an entirely rebuilt documentation site.
Changed
- Public docstrings substantially expanded — they now spell out the
untilresolution rules, the build-once behaviour and the diagnostics, and they are what your IDE shows on hover. by @feodor-ra in #4 - Package metadata —
keywordsfilled in,Homepagerepointed from the repository to the documentation site,IssuesandChangelogURLs added. by @feodor-ra in #8 - Build backend requirement widened to
uv_build>=0.8.3,<0.12.0in a9c2955
Documentation
The site was rebuilt from five flat pages into Overview / Guide / Examples / API Reference / Changelog, in English and Russian:
- New pages: quickstart, recipes, limitations (including the FastAPI compatibility matrix), a changelog, and an API reference generated from the docstrings. by @feodor-ra in #5
- Bilingual README —
README.md(English) andREADME.ru.md. by @feodor-ra in #6 - Availability diagrams moved to mermaid
classDef, readable in both the light and dark themes. by @feodor-ra in #7 - Docs now deploy to GitHub Pages through the Pages Actions artifact, built with
mkdocs build --strict. by @feodor-ra in #8
📖 https://feodor-ra.github.io/fastapi-easy-versioning/
Full Changelog: v0.4.0...v0.4.1