jaguar 0.3.2 jaguar: ^0.3.2 copied to clipboard
jaguar is a performant server side framework
Changelog #
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
0.1.13 #
- Removed isolate creation. Control is given to the programmer.
- Bug fix for "Page not found!" error
0.1.14 #
- Remove Settings from Configuration
0.2.7 #
- Added properly handling
List<int>
response type - Implemented Route redirection