Releases: matteopolak/axum-codec
Releases · matteopolak/axum-codec
v0.0.15 🎉
🚀 Features
- feat: support borrowing from input by matteopolak
- feat: add common derives on
Codec
by matteopolak
🧹 Chores
- chore: release 0.0.15 by matteopolak
🧪 Tests
- ci: remove cbor from powerset test by matteopolak
v0.0.14 🎉
🚀 Features
- feat: make debug macros opt-in by matteopolak
🧹 Chores
- chore: release 0.0.14 by matteopolak
v0.0.13 🎉
🚀 Features
- feat: add #[axum_codec::debug_handler] by matteopolak
🐛 Fixes
- fix: make codec re-export more explicit by matteopolak
- fix: use extra-traits feature with syn by matteopolak
- fix: resolve compile error on stable by matteopolak
📄 Documentation
- docs: update readme with new bitcode crate attribute by matteopolak
🧹 Chores
- chore: clippy by matteopolak
v0.0.12 🎉
🚀 Features
- feat: update rustfmt config by matteopolak
🐛 Fixes
- fix: use spaces in doc comments by matteopolak
- fix: ensure at least one required feature is enabled by matteopolak
- fix: support aide without pretty-errors by matteopolak
- fix: do not add impls to Message without pretty-errors by matteopolak
- fix: deserialize named fields with msgpack by matteopolak
🧹 Chores
- chore: fmt by matteopolak
- chore: release 0.0.12 by matteopolak
🧪 Tests
- ci: add semver-checks in release by matteopolak
- ci: use --at-least-one-of by matteopolak
- ci: reduce total features for powerset by matteopolak
- ci: group up serde-related features by matteopolak
- test: add roundtrip tests by matteopolak
v0.0.11 🎉
🧹 Chores
- chore: use bitcode 0.6.3 by matteopolak
v0.0.10 🎉
🚀 Features
- feat: improve ergonomics of errors and status codes by matteopolak
📄 Documentation
- docs: build docs.rs with all features by matteopolak
🧹 Chores
- chore: release 0.0.10 by matteopolak
🧪 Tests
- ci: cache build artifacts by matteopolak
v0.0.9 🎉
🚀 Features
- feat: add more impls, make enums non_exhaustive by matteopolak
🐛 Fixes
- fix: remove unused UnsupportedContentType variant by matteopolak
📄 Documentation
- docs: make readme example consistent by matteopolak
🧹 Chores
- chore: release 0.0.9 by matteopolak
v0.0.8 🎉
🧹 Chores
- chore: remove unused dep
paste
by matteopolak - chore: refactor by matteopolak
- chore: release 0.0.8 by matteopolak
v0.0.7 🎉
🚀 Features
- feat: rework blanket impls, support IntoResponse types by matteopolak
- feat: relax handler bounds, add more utility impls by matteopolak
🧹 Chores
- chore: release 0.0.7 by matteopolak
v0.0.6 🎉
🚀 Features
- feat: add cbor codec by matteopolak
- feat: add pretty-errors feature for better error messages by matteopolak