0.1.4 - 2022-11-29
Added
- Tested code coverage and added tests covering the error path.
- Added
Cargo.tomlsnippet for quick-installation toREADME.md. - Added
CsrfSynchronizerTokenMiddleware::layer()for the sake of convention. - Added
CsrfSynchronizerTokenLayer::new()for the sake of convention. - Now depending on the more stable
axum-corewhere possible. - Now indicating project state with badges.
- Added a
CHANGELOG.md.
Changed
- Rewrote example / demo projects to never panic, but use appropriate error handling instead.
- Removed direct dependency on
async-session, using the re-export fromaxum-sessionsinstead.
Full Changelog: 0.1.3...0.1.4