Skip to content

Releases: dtiesling/flask-muck

v0.3.0

28 Jan 06:42
8617fc7
Compare
Choose a tag to compare

0.3.0 (2024-01-28)

Features

  • adds Flask extension that dynamically generates OpenAPI specification and Swagger UI. (#44) (2bc465e)

Dependencies

  • bump pytest from 7.4.3 to 7.4.4 (c5f54a0)

Documentation

  • add bt-macole as a contributor for infra (#33) (df39f7f)

v0.2.0

19 Dec 07:22
0a564a2
Compare
Choose a tag to compare
  • Adds support for using Pydantic models to define request and response schemas.

v0.1.1

12 Dec 04:30
4a38213
Compare
Choose a tag to compare
  • Updates PATCH endpoint logic to fall back to UpdateSchema if PatchSchema is None.
  • Updates documentation.

v0.1.0

02 Dec 05:37
Compare
Choose a tag to compare

Moving this out of beta. First official release!

v0.0.3b6

29 Nov 07:24
Compare
Choose a tag to compare
v0.0.3b6 Pre-release
Pre-release
  • Updates callback classnames to follow conventions.

v0.0.3b5

28 Nov 06:43
570214c
Compare
Choose a tag to compare
v0.0.3b5 Pre-release
Pre-release
  • Updates documentation
  • Updates project dependencies
  • Removes FlaskMuckApiView primary key configuration and replaces it with Model inspection.

v0.0.3b4

27 Nov 07:44
905484b
Compare
Choose a tag to compare
v0.0.3b4 Pre-release
Pre-release
  • Updates documentation.
  • Changes name of MuckApiview class to FlaskMuckapiView.

v0.0.3b3

26 Nov 06:24
Compare
Choose a tag to compare
v0.0.3b3 Pre-release
Pre-release

Updates documentation.

v0.0.3b2

26 Nov 06:17
Compare
Choose a tag to compare
v0.0.3b2 Pre-release
Pre-release

Updates documentation.

v0.0.3b

23 Nov 15:52
57a4b38
Compare
Choose a tag to compare
v0.0.3b Pre-release
Pre-release

Initial beta release.