Skip to content

Commit

Permalink
Merge branch 'release/1.0.21'
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Mar 16, 2018
2 parents 3b56a90 + 43d7aff commit 0c01e60
Show file tree
Hide file tree
Showing 10 changed files with 2,228 additions and 1,004 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="1.0.21"></a>
## [1.0.21](https://github.com/adonisjs/adonis-session/compare/v1.0.20...v1.0.21) (2018-03-16)


### Bug Fixes

* **providers:** use correct namespace for WsContext binding ([9fb6bc2](https://github.com/adonisjs/adonis-session/commit/9fb6bc2))
* **store:** only make store dirty when actual values change ([ad8f29d](https://github.com/adonisjs/adonis-session/commit/ad8f29d))


### Features

* **middleware:** add wsHandle to be websocket complaint ([cbef165](https://github.com/adonisjs/adonis-session/commit/cbef165))
* **provider:** bind session on ws context when defined ([150a05b](https://github.com/adonisjs/adonis-session/commit/150a05b))
* **session:** add option to initiate read only session ([d8e5b3a](https://github.com/adonisjs/adonis-session/commit/d8e5b3a))



<a name="1.0.20"></a>
## [1.0.20](https://github.com/adonisjs/adonis-session/compare/v1.0.19...v1.0.20) (2018-02-07)

Expand Down
Loading

0 comments on commit 0c01e60

Please sign in to comment.