ws-messaging
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="0.5.3"></a> | ||
## [0.5.3](https://github.com/an-sh/ws-messaging/compare/v0.5.2...v0.5.3) (2016-10-27) | ||
<a name="0.5.2"></a> | ||
@@ -7,0 +12,0 @@ ## [0.5.2](https://github.com/an-sh/ws-messaging/compare/v0.5.1...v0.5.2) (2016-10-27) |
{ | ||
"name": "ws-messaging", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "A minimalistic abstraction layer for websockets.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -142,3 +142,3 @@ # ws-messaging | ||
that are passed to a catch callback. By default only the | ||
[network format](network-format-description) itself is | ||
[network format](#network-format-description) itself is | ||
validated. Validation can be made by a custom decoder (useful when a | ||
@@ -145,0 +145,0 @@ decoder is already using some scheme) or via a `receiveHook`, or |
139067