Releases: jtc42/fastapi-hypermodel
Releases · jtc42/fastapi-hypermodel
v0.2.7
Changelog
- Allow any FastAPI version above 0.65.2
v0.2.6
Changelog
- Updated and loosened dependencies
v0.2.4
Changelog
- Fixed broken JSON Schema generation (regression)
v0.2.3
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
Changelog
- Fixed
UrlFor
field validation
UrlFor
field type will now only accept UrlFor
instances in validation
- Updated dependencies
v0.2.1
Changelog
- Fixed broken JSON schema serialisation
- Caused generated API docs to fail
v0.2.0
Changelog
- Moved all config into UrlFor object
- Removed
Href
config class
- Added LinkSet
Major API changes, see README
v0.1.1
Changelog
- Added custom exception types
- Improved test coverage