Releases: lzztt/koa-session-minimal
Releases · lzztt/koa-session-minimal
Release v2.0.0
remove public interface sessionHandler.getId()
Release v1.0.4
remove async from default memory store
complete README documentation
Release v1.0.3
cleanup harmony dependency on tests
add dist-test
Release v1.0.2
/dist version that doesn't rely on babel and harmony
ready to be used as a Koa 2 middleware
Release v1.0.1
support node version 4, 5 and 6
Release v1.0.0
First finalized version that support ctx.session and ctx.sessionHandler
Store interfaces are compatible with koa/generic-session store interfaces. So it would work with all session stores that support koa/generic-session