Release 0.5.0
Changes && Bug fixes
- ✨ Refactored and Improved
gluer-macros
by- Switching from saving metadata as
consts
to saving metadata onstructs
via implementing themetadata
function or by creating a struct that implements both themetadata
function and the handler-specific function (when using#[metadata]
) - Updated
extract!
macro accordingly - Improved type inferring system a lot -> simplified it
- Switching from saving metadata as
- ✨ Added support for multiple and nested generics
- 🐛 Fixed query params not getting transformed correctly -> added
query_str
function for that - 🔧 Updated docs accordingly
- …
Full Changelog: 0.4.2...0.5.0