This commit is contained in:
Rob Wagner 2023-12-03 16:47:55 -05:00
parent 4162bd8760
commit 1edbce34be
No known key found for this signature in database
GPG key ID: 53CCB4497B15CF61

View file

@ -12,7 +12,7 @@ There are some several breaking changes in this release. Big thanks to
`HxResponseTrigger::normal`,
`HxResponseTrigger::after_settle`, and
`HxResponseTrigger::after_swap`.
- The `HxCurrentUrl` extractor now returns an `Option<axum::http::Uri` instead
- The `HxCurrentUrl` extractor now returns an `Option<axum::http::Uri>` instead
of a `String`. If the Uri cannot be parsed, it will return `None`.
- All Uri-related responders now impl `TryFrom<&str>`.
- `HxError::Serialization` has been renamed to `HxError::Json`.