jaguar 0.5.5 jaguar: ^0.5.5 copied to clipboard
jaguar is a performant server side framework
Changelog #
0.5.4 #
- Added
redirect
toResponse
class
0.5.0 #
- Removed RouteWrapper
- Removed injection
0.2.7 #
- Added properly handling
List<int>
response type - Implemented Route redirection
0.1.14 #
- Remove Settings from Configuration
0.1.13 #
- Removed isolate creation. Control is given to the programmer.
- Bug fix for "Page not found!" error
0.0.3 #
Breaking Changes:
Annotation to build annotation from annotated function has changed.
PreProcessorFunction
has changed toPreInterceptorFunction
PostProcessorFunction
has changed toPostInterceptorFunction
jaguar.yaml
parameters has also changed
pre_processors
has changed topre_interceptors
post_processors
has changed topost_interceptors