File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.5.1
4+
5+ This release contains some import bugfixes, features, and breaking changes. The
6+ service interface has been upgraded to "somewhat stable".
7+
8+ * Use an ES2015 class for the ` MessageBus ` .
9+ * Make the low level interface private for now. (breaking, ref #20 ).
10+ * Document the public api and make everything not documented private (breaking, #10 ).
11+ * Remove tcp message bus support (breaking).
12+ * Forward connection errors to the ` MessageBus ` .
13+ * Make ` interfaces ` member of the ` ProxyObject ` a map from interface names to ` ProxyInterface ` s (breaking).
14+ * ` ProxyObject#getInterface ` now throws an error if the interface is not found (breaking).
15+
316## v0.4.2
417
518This release contains some important bugfixes and features.
Original file line number Diff line number Diff line change 11{
22 "name" : " dbus-next" ,
3- "version" : " 0.4.2 " ,
3+ "version" : " 0.5.1 " ,
44 "keywords" : [
55 " dbus" ,
66 " dcop" ,
You can’t perform that action at this time.
0 commit comments