Closed nsimmons closed 7 years ago
@dead-horse Could i get some 👀 on this?
looks good here
Awesome. I'll rebase this PR ASAP so it can get merged.
This is ready to go. @niftylettuce you good to merge this and release?
Anyone able to merge this PR? CI says pending here but it's green if you click through.
Nice work, let me test it later today and I'll accept/merge/publish
@nsimmons OK taking a look now, sorry for delay!
Thanks for taking a look! Glad to see this will ship now. 👏
@nsimmons should we also update badge for Node in Readme? And should we provide clearer docs for older version support? e.g. we now have new koa()
and prior to that I don't think we did
mm yes i will take a look
@niftylettuce what's your npm name?
and you should update History.md before publish 2.0.0
@dead-horse it's "niftylettuce" on NPM
added
thanks @dead-horse - I went ahead and updated History.md and released new version to NPM at v2.0.0 cc @nsimmons - please ensure it works in production from NPM for you as well!
Will upgrade today and will open an issue if I find anything. Thanks!
This PR is a combination of https://github.com/koajs/generic-session/pull/122 and https://github.com/koajs/generic-session/pull/81.
The code is written to use async / await to match Koa 2 middleware style, but uses babel to convert the syntax to be compatible with node 6.9.0+ being the official LTS version of node. I think it's important for this module to support v6 of node, and also be ready to use async / await syntax as soon as the next LTS version of node supports it.
This PR adds an additional step that
make build
must be run before publishing.