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

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Dec 16, 2013
1 parent c0745ef commit 18333c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
0.4.1-
0.5.0 -
* fix dirty checking for nested objects. req.session.foo.bar = 'baz' now works.
* fix setting req.session = someObj will update from someObj
* removed usage of Proxy, now uses getters/setters

0.4.1 -
* change to writeHead, no longer depending on connect's res.on('header') event
* fix checking existence of res.socket before checking res.socket.encrypted
* documentation added js syntax highlighting
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "client-sessions",
"version" : "0.4.1",
"version" : "0.5.0",
"description" : "secure sessions stored in cookies",
"main" : "lib/client-sessions",
"repository" : {
Expand Down

0 comments on commit 18333c7

Please sign in to comment.