revali_annotations 3.0.0
revali_annotations: ^3.0.0 copied to clipboard
The base annotations for API generation using Revali
CHANGELOG #
3.0.0 | 08.04.26 #
Breaking Changes #
- Merge
revali_router_annotationsinto this package (that package is deprecated).@Query,@Param,@Header,@Cookie,@Ip,@Guards,@Middlewares,@Wrappers,@Intercepts,@Combines,@AddData,@MetaData,@SetHeader,@StatusCode,@Catches,@Dep,@Binds,Bind,Pipe,RequestHeaders/ResponseHeaders,RequestCookies/ResponseCookies, andLifecycleComponent/LifecycleComponentsnow live here. - Depend on
revali_core: ^2.0.0. AllowOrigins,PreventHeaders, andExpectHeadersnow live inrevali_core; still re-exported here for compatibility.
1.4.0 | 04.15.25 #
Features #
- Create
InstanceTypeenum to specify the type of instance for aController
1.3.0 | 03.24.25 #
1.2.0 | 11.21.24 #
Features #
- Create
ExpectHeadersannotation - Add new
commonconstructor forAllowHeaders
1.0.0 | 11.14.24 #
- Initial Release