Skip to content

Release 0.5.0

Compare
Choose a tag to compare
@nwrenger nwrenger released this 02 Aug 04:53
· 62 commits to master since this release

Changes && Bug fixes

  • ✨ Refactored and Improved gluer-macros by
    • Switching from saving metadata as consts to saving metadata on structs via implementing the metadata function or by creating a struct that implements both the metadata function and the handler-specific function (when using #[metadata])
    • Updated extract! macro accordingly
    • Improved type inferring system a lot -> simplified it
  • ✨ 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