* 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.
0.2.2
Changelog
* Fixed `UrlFor` field validation * `UrlFor` field type will now only accept `UrlFor` instances in validation * Updated dependencies
0.2.1
Changelog
- Fixed broken JSON schema serialisation - Caused generated API docs to fail
0.2.0
Changelog
- Moved all config into UrlFor object - Removed `Href` config class - Added LinkSet
Major API changes, see README
0.1.1
Changelog
* Added custom exception types * Improved test coverage