Skip to content

Releases: lzztt/koa-session-minimal

Release v2.0.0

12 Sep 03:53
Compare
Choose a tag to compare

remove public interface sessionHandler.getId()

Release v1.0.4

11 Sep 17:00
Compare
Choose a tag to compare

remove async from default memory store
complete README documentation

Release v1.0.3

10 Sep 22:48
Compare
Choose a tag to compare

cleanup harmony dependency on tests
add dist-test

Release v1.0.2

10 Sep 21:52
Compare
Choose a tag to compare

/dist version that doesn't rely on babel and harmony
ready to be used as a Koa 2 middleware

Release v1.0.1

10 Sep 18:51
Compare
Choose a tag to compare

support node version 4, 5 and 6

Release v1.0.0

10 Sep 16:16
Compare
Choose a tag to compare

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