Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 18333c7

Browse files
committed
v0.5.0
1 parent c0745ef commit 18333c7

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

ChangeLog

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
0.4.1-
1+
0.5.0 -
2+
* fix dirty checking for nested objects. req.session.foo.bar = 'baz' now works.
3+
* fix setting req.session = someObj will update from someObj
4+
* removed usage of Proxy, now uses getters/setters
5+
6+
0.4.1 -
27
* change to writeHead, no longer depending on connect's res.on('header') event
38
* fix checking existence of res.socket before checking res.socket.encrypted
49
* documentation added js syntax highlighting

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "client-sessions",
3-
"version" : "0.4.1",
3+
"version" : "0.5.0",
44
"description" : "secure sessions stored in cookies",
55
"main" : "lib/client-sessions",
66
"repository" : {

0 commit comments

Comments
 (0)