Releases: pcdv/flak
Releases · pcdv/flak
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.4.0-beta2
Resolves compilation issue with beta1
2.4.0-beta1
Refactored session management to support cookie expiration and improv…
2.3.0
2.2.0
Officialize 2.2.0-beta + (old) bug fix
Fix a bug that caused loss of trailing slash in splat, e.g. with @Route("/static/doc/*path")
, accessing the page with url /static/doc/guide
or /static/doc/guide/
would both yield path = "guide"
.
Redirecting from /static/doc/guide
to /static/doc/guide/
would then generate an infinite redirect loop.
2.2.0-beta1
Add Options annotation
Add a way to register a global BeforeHook
, invoked before every route handler