- The library is now licensed under the more permissive MIT License.
recvEvent
andrecvEventTimed
functions removed.- These functions don't make sense in the event-driven world of Node.
- Connection constructor now always takes a socket.
- Added
createInbound
andcreateOutbound
static methods instead of constructor overloads.
- Added
- Show no longer accepts a format and always uses json.