Version 0.5.1
This release contains some import bugfixes, features, and breaking changes. The
service interface has been upgraded to "somewhat stable".
- Use an ES2015 class for the
MessageBus. - Make the low level interface private for now. (breaking, ref #20).
- Document the public api and make everything not documented private (breaking, #10).
- Remove tcp message bus support (breaking).
- Forward connection errors to the
MessageBus. - Make
interfacesmember of theProxyObjecta map from interface names toProxyInterfaces (breaking). ProxyObject#getInterfacenow throws an error if the interface is not found (breaking).