koa-passport
Advanced tools
Comparing version 3.0.0-rc.3 to 3.0.0
@@ -8,2 +8,3 @@ # Changelog | ||
- change arguments from custom authentication callbacks from `user, info, status` to `err, user, info, status` (`err` added) to be consistent with passport | ||
- add support for `assignProperty` option (#86) | ||
@@ -10,0 +11,0 @@ ## 2.2.2 |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "3.0.0-rc.3", | ||
"version": "3.0.0", | ||
"description": "Passport middleware for Koa", | ||
@@ -26,7 +26,7 @@ "keywords": [ | ||
"koa": "^2.0.0-alpha.5", | ||
"koa-bodyparser": "^3.2", | ||
"koa-bodyparser": "^4.0.0", | ||
"koa-route": "^3.2", | ||
"mocha": "^3.0", | ||
"passport-local": "^1.0", | ||
"supertest": "^2.0" | ||
"supertest": "^3.0" | ||
}, | ||
@@ -33,0 +33,0 @@ "bugs": "https://github.com/rkusa/koa-passport/issues", |
@@ -9,9 +9,9 @@ # koa-passport | ||
koa-passport version | koa version | branch | npm tag | ||
--------------------- | ------------| ------ | ------- | ||
1.x | 1.x | v1.x | latest | ||
2.x | 2.x | v2.x | next | ||
3.x | 2.x | master | | ||
koa-passport version | koa version | branch | ||
--------------------- | ------------| ------ | ||
1.x | 1.x | v1.x | ||
2.x | 2.x | v2.x | ||
3.x | 2.x | master | ||
## Migration to v`3.0.0-rc.3` | ||
## Migration to `v3` | ||
@@ -18,0 +18,0 @@ - change `ctx.passport.*` to `ctx.state.*` (e.g. `ctx.passport.user` to `ctx.state.user`) |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
37592
0