Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@marekvospel marekvospel released this 23 Nov 18:47
· 1 commit to main since this release
ebcfce0

0.2.0 (2023-11-23)

  • ⚠️ BREAKING: add field to AnyMedia to use when decoding
  • ⚠️ BREAKING: remove AnyMediaIntoResponse
  • fix: add readme and licenses to axum-media crate
  • feat: implement Deref<Target = T> for AnyMedia<T>
  • feat: implement From<T> for AnyMedia<T>
  • feat: add Accept extractor
  • docs: document the extractors, rejection and features