jaguar 0.2.3 jaguar: ^0.2.3 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