jaguar 1.2.2-dev
jaguar: ^1.2.2-dev copied to clipboard
Jaguar is a production ready HTTP server framework built for speed, simplicity and extensiblity
Changelog #
1.2.2-dev #
- Loosened type of
WrapOne
1.2.1-dev #
WrapandWrapOnetake function as interceptor creatorparseandwritemethods ofSessionManagertakesContextinstead ofRequest- Removed session related methods and fields from
Request
0.7.1 #
- Stripped out all mirror dependent elements to
jaguar_reflect - Added
RouteChainSimpleto improve performance - Renamed
queryParamstoquery
0.6.26 #
- Simplified request handling code
0.6.25 #
Contextgets session accessorssessionandparsedSession
0.6.24 #
- Fixed
RouteChainbuilding issue
0.6.23 #
- Added
staticFilesmethod toJaguarto serve static files! - Added
staticFilemethod toJaguarto serve a single static file!
Breaking Changed #
- Renamed
ReflectedRoutetoRouteChain - Renamed
JaguarReflectedtoReflectedApi - Renamed
reflectJaguartoreflectApi
0.6.22 #
- Added
html,json,getJson,putJson,postJson,deleteJsonmethods toMuxableandRouteBuilder
0.6.21 #
- Added
socketHandlerto make WebSocket handling easier
0.6.20 #
- Preserve order of RequestHandlers
0.6.19 #
- Bug fix for
Session
0.6.18 #
- Sessions are now only written when necessary
- Added HMAC based signing to session data
0.6.14 #
SessioninRequestSessionManagerinJaguarto parse and write session data
0.6.13 #
bodyAsText's encoding parameter is optional
0.6.12 #
- Upgraded intl dependency
0.6.11 #
- Bootstrapping root APIs using
bootstrapmethod - Supports
package:dicebased DI during bootstrapping
0.6.10 #
- Jaguar shall log only unknown exceptions
0.6.9 #
- Return types of route handlers are now
FutureOr
0.6.8 #
- Mux methods now take response members
- Definition of
RouteHandlerFunc
0.6.7 #
wrapmethod onJaguar
0.6.6 #
- XML rendering support
- New error rendering mechanism
- Debug stream
0.6.5 #
- Merged jaguar_reflect and jaguar_mux into jaguar core
0.6.1 #
- Global interceptors
0.6.0 #
ContextbasedRequestHandler
0.5.10 #
- Expose Logger to
InterceptorsandRoutes - Configurable
ErrorWriter
0.5.9 #
- Fixed writing headers to response by
Response
0.5.4 #
- Added
redirecttoResponseclass
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.
PreProcessorFunctionhas changed toPreInterceptorFunctionPostProcessorFunctionhas changed toPostInterceptorFunction
jaguar.yaml parameters has also changed
pre_processorshas changed topre_interceptorspost_processorshas changed topost_interceptors