v0.7.0
This commit is contained in:
Родитель
244496f0e6
Коммит
d8a6cdd15f
|
@ -1,3 +1,7 @@
|
|||
0.7.0 -
|
||||
* add `session.destroy()` alias for `session.reset()`
|
||||
* invalid base64 will return undefined instead of throw
|
||||
|
||||
0.6.0 -
|
||||
* add secret can also be a Buffer
|
||||
* add `encryptonKey` and `signatureKey` options, to be used instead of `secret`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name" : "client-sessions",
|
||||
"version" : "0.6.0",
|
||||
"version" : "0.7.0",
|
||||
"description" : "secure sessions stored in cookies",
|
||||
"main" : "lib/client-sessions",
|
||||
"repository" : {
|
||||
|
|
Загрузка…
Ссылка в новой задаче