Open vhpoet opened 8 years ago
@kunyan are you planning on making a PR?
@vhpoet I can't push a new branch to upstream :(
@kunyan can you publish this as a module, perhaps koa-cors-next ?
@evert0n can you checkout a new branch named "next". and I will create a PR to it.
then you can publish a new package to npm. the user could use npm install koa-cors@next
to download it
I think this way will be better.
I check it out this weekend guys, I will also catch up with the other issues too, Thank you
Just in time for the arrival of native async..await
in Node v7.
exactly. one more thing we don't have to have babel transpile
@evert0n - any update to this? thanks!
@evert0n - hey, is there any possible update to this?
pls use this until @evert0n push new patch
"koa-cors": "git+https://git@github.com/kunyan/koa-cors.git#next",
@evert0n, could you push the new patch when you get a spare few mins please? @kunyan's instructions for loading @next
are working well, but it'd be good to have an official NPM release.
What's needed to get @kunyan's changes into an official release? Would be nice to get rid of the deprec warning. :) Thanks!
It would be great to get @kunyan's change published to npm as koa-cors@next. What is the next step?
@kunyan @evert0n how about a pull request with @kunyan's changes?
Until this gets merged, you can use https://github.com/th507/koa-adapter to get rid of the deprecation warning.
Guys, you can use CORS from main organization https://github.com/koajs/cors.
hi @evert0n I was wondering if you were planning on merging the pull request from @kunyan. Thank you both for creating this!
Hi @evert0n would you be open to having someone else help maintain this library?
@bradleyayers why not just use the module maintained by the project? https://github.com/koajs/cors
@shellscape that's a great q.. I can't remember why I didn't personally use it, but I vaguely remember being some reason. I should probably take a second look at it. thanks for the tip.
Are you planning to support koa@2?