Skip to content

Releases: jtc42/fastapi-hypermodel

v0.2.7

19 Jul 14:58
Compare
Choose a tag to compare

Changelog

  • Allow any FastAPI version above 0.65.2

v0.2.6

19 Jul 14:51
Compare
Choose a tag to compare

Changelog

  • Updated and loosened dependencies

v0.2.5

09 Jun 10:51
Compare
Choose a tag to compare

Changelog

  • Enabled mypy support

v0.2.4

09 Apr 16:26
Compare
Choose a tag to compare

Changelog

  • Fixed broken JSON Schema generation (regression)

v0.2.3

07 Apr 11:01
Compare
Choose a tag to compare

Changelog

  • Base UrlFor validation on Starlette URLPath
    • Once converted by the HyperModel, any UrlFor object will be converted into a URLPath instance, so validation should use this type.

v0.2.2

07 Apr 10:47
Compare
Choose a tag to compare

Changelog

  • Fixed UrlFor field validation
    • UrlFor field type will now only accept UrlFor instances in validation
  • Updated dependencies

v0.2.1

26 Feb 16:55
Compare
Choose a tag to compare

Changelog

  • Fixed broken JSON schema serialisation
    • Caused generated API docs to fail

v0.2.0

25 Feb 17:17
87d3845
Compare
Choose a tag to compare

Changelog

  • Moved all config into UrlFor object
    • Removed Href config class
  • Added LinkSet

Major API changes, see README

v0.1.1

22 Feb 15:50
Compare
Choose a tag to compare

Changelog

  • Added custom exception types
  • Improved test coverage

v0.1.0

22 Feb 14:13
Compare
Choose a tag to compare

Initial release