Releases: dantetemplar/fastapi-mock
Releases · dantetemplar/fastapi-mock
0.3.4
0.3.3
chore: update deps; update package to 0.3.3
0.3.2
chore: v0.3.2
v0.3.1
Fix bugs with example provider and route matching
0.3.0
Now FastAPI mock is not a middleware but exception handler register.
MockException is deprecated and removed.
v0.2.3
MVP version includes
- Return mock data from endpoint fetching based on schema (pydantic model or python type annotation)
- "Smart" example resolver which composes example recursively