Skip to content

v0.12.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@romalytvynenko romalytvynenko released this 20 Jan 07:39
· 22 commits to main since this release
c3a1c77

What's Changed

  • Added ability to group and sort endpoints explicitly by #[Group] attribute. Changes the default ordering of endpoints to the order of their declaration by @romalytvynenko in #681
  • Add ability to explicitly name class based schemas using #[SchemaName] attribute by @romalytvynenko in #682
  • Added support for manually annotating request parameters using attributes by @romalytvynenko in #686
  • Ensure consistent class names and avoid schema duplication. by @overtrue in #670
  • Added self::* type inference support; added support of creating types from array values by @romalytvynenko in #687

New Contributors

Full Changelog: v0.11.33...v0.12.0-alpha.1