revali_router_core 1.3.0 revali_router_core: ^1.3.0 copied to clipboard
Shared classes between revali_router and revali_router_annotations
CHANGELOG #
1.3.0 | 12.11.24 #
Features #
- Create
BaseContext
to merge contexts between all components - Create Result type for:
- Interceptor (pre and post)
- Use new
Meta
types
Enhancements #
- Simplify Results for:
- Exception Catcher
- Guard
- Require type argument on
ExceptionCatcher
andExceptionCatcherResult
- Rename Guard Result constructors to
pass
andblock
- Rename Exception Catcher Result constructors to
handled
andunhandled
1.2.0 | 11.21.24 #
Features #
- Create
ExpectedHeaders
as non-optional headers to be passed into the request - Add
ExpectedHeaders
to lifecycle components
1.1.0 | 11.18.24 #
1.0.0 | 11.14.24 #
- Initial Release