mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +02:00
axum-extra: Version 0.2.1
This commit is contained in:
@@ -7,14 +7,19 @@ and this project adheres to [Semantic Versioning].
|
|||||||
|
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
- None.
|
||||||
|
|
||||||
|
# 0.2.0 (31. March, 2022)
|
||||||
|
|
||||||
- **added:** Re-export `SameSite` and `Expiration` from the `cookie` crate ([#898])
|
- **added:** Re-export `SameSite` and `Expiration` from the `cookie` crate ([#898])
|
||||||
- **fixed:** Fix `SignedCookieJar` when using custom key types ([#899])
|
|
||||||
- **added:** Add `PrivateCookieJar` for managing private cookies ([#900])
|
- **added:** Add `PrivateCookieJar` for managing private cookies ([#900])
|
||||||
- **added:** Add `SpaRouter` for routing setups commonly used for single page applications
|
- **added:** Add `SpaRouter` for routing setups commonly used for single page applications ([#904])
|
||||||
|
- **fixed:** Fix `SignedCookieJar` when using custom key types ([#899])
|
||||||
|
|
||||||
[#898]: https://github.com/tokio-rs/axum/pull/898
|
[#898]: https://github.com/tokio-rs/axum/pull/898
|
||||||
[#899]: https://github.com/tokio-rs/axum/pull/899
|
[#899]: https://github.com/tokio-rs/axum/pull/899
|
||||||
[#900]: https://github.com/tokio-rs/axum/pull/900
|
[#900]: https://github.com/tokio-rs/axum/pull/900
|
||||||
|
[#904]: https://github.com/tokio-rs/axum/pull/904
|
||||||
|
|
||||||
# 0.2.0 (31. March, 2022)
|
# 0.2.0 (31. March, 2022)
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ license = "MIT"
|
|||||||
name = "axum-extra"
|
name = "axum-extra"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/tokio-rs/axum"
|
repository = "https://github.com/tokio-rs/axum"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
|||||||
Reference in New Issue
Block a user