From 0c55f8a2f239ad59ed9b4ab3de3261c81c626c1a Mon Sep 17 00:00:00 2001 From: Timo Michna Date: Fri, 22 Jul 2016 02:43:26 +0200 Subject: [PATCH 1/2] added codecov --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd25123..df595cf 100644 --- a/README.md +++ b/README.md @@ -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). From 409ac98f0991acba6ff39817033ebe808d4c1a42 Mon Sep 17 00:00:00 2001 From: Timo Michna Date: Fri, 22 Jul 2016 02:45:18 +0200 Subject: [PATCH 2/2] v0.4.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dba111..87b096f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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