Skip to content

Commit

Permalink
Merge branch 'release/0.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
tidal committed Jul 22, 2016
2 parents b38e857 + 409ac98 commit 869006b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### [0.4.0] - 2016-07-21

* Changed SessionMonitor to use promises instead of callbacks
* Added SubscriptionMonitor

### [0.3.0] - 2016-07-20

* Renamed methods dealing with meta subscriptions to be more distinct
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
[![Scrutinizer](https://img.shields.io/scrutinizer/g/tidal/WampWatch.svg?maxAge=2592000&style=flat-square)](https://scrutinizer-ci.com/g/tidal/WampWatch/?branch=master)
[![Dependency Status](https://www.versioneye.com/user/projects/5770981a671894004e1a923a/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/5770981a671894004e1a923a)
[![Codacy grade](https://img.shields.io/codacy/grade/05be2051d61543abb3bac6fee7af7b44.svg?maxAge=2592000&style=flat-square)](https://www.codacy.com/app/timomichna/WampWatch?utm_source=github.com&utm_medium=referral&utm_content=tidal/WampWatch&utm_campaign=Badge_Grade)
[![Codecov](https://img.shields.io/codecov/c/github/tidal/WampWatch.svg?maxAge=2592000&style=flat-square)](https://codecov.io/gh/tidal/WampWatch)
# WampWatch
A set of PHP WAMP v2 (Web Application Messaging Protocol) Monitor Clients to observe WAMP router meta-events (session, registration, subscription).

0 comments on commit 869006b

Please sign in to comment.