Releases: raveljs/ravel
Releases · raveljs/ravel
Release 0.13.4
Swapping koa-compressor
for koa-compress
Release 0.13.3
- Bugfix in transaction middleware. Preventing duplicate connection close events.
Release 0.13.2
Small fix to authorization middleware.
Release 0.13.1
Do not use this release. Session cookies should be httpOnly.
Release 0.13.0
- Deprecation of Ravel.Log in favour of Ravel.log
- Documentation improvements
Release 0.12.1
Fixes #89
Release 0.12.0
@end
is now@preclose
to be consistent with other Ravel lifecycle decorators and the corresponding lifecycle methodRavel.params
,Ravel.ApplicationError
,Ravel.log
,Ravel.kvstore
, etc. are now available insideModule
,Resource
andRoutes
constructors. These were previously only available after the constructor had been called internally by Ravel.
Release 0.11.10
Fix for #86
Release 0.11.9
Better error logging and reconnect logic for redis disconnects (from #85).
Release 0.11.8
Bumping dependencies.