Skip to content

Releases: dantetemplar/fastapi-mock

0.3.4

28 Feb 15:54
Compare
Choose a tag to compare

0.3.3

07 Feb 17:41
Compare
Choose a tag to compare
chore: update deps; update package to 0.3.3

0.3.2

19 Dec 14:19
Compare
Choose a tag to compare
chore: v0.3.2

v0.3.1

11 Dec 14:11
Compare
Choose a tag to compare

Fix bugs with example provider and route matching

0.3.0

22 Nov 20:16
Compare
Choose a tag to compare

Now FastAPI mock is not a middleware but exception handler register.
MockException is deprecated and removed.

v0.2.3

15 Nov 14:13
Compare
Choose a tag to compare

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