File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.6.1
4
+
5
+ This release contains new major features.
6
+
7
+ * Redesign, expose, and add tests for the low-level api (#20 )
8
+ * Add reply info to DBusError for the client (#21 )
9
+ * Add the dbus-next-send.js script to demonstrate the low-level api.
10
+
11
+ For more information on the low-level api, see the documentation for the new
12
+ classes and members.
13
+
14
+ * ` Message ` class - Represents a DBus message for sending or receiving messages on the bus.
15
+ * ` MessageBus#call() ` - Send a method call message on the bus and wait for a reply.
16
+ * ` MessageBus#send() ` - Send a message on the bus.
17
+ * ` MessageBus#newSerial() ` - Get a serial for sending the message.
18
+ * ` MessageBus#addMethodHandler() ` - Add a custom method handler for messages.
19
+ * ` MessageBus#removeMethodHandler() ` - Remove a method handler.
20
+
21
+ The ` MessageBus ` has gained the following events:
22
+
23
+ * ` connect ` - Emitted after the bus has connected.
24
+ * ` message ` - Emitted when a message is received on the bus.
25
+
3
26
## v0.5.1
4
27
5
28
This release contains some import bugfixes, features, and breaking changes. The
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dbus-next" ,
3
- "version" : " 0.5 .1" ,
3
+ "version" : " 0.6 .1" ,
4
4
"keywords" : [
5
5
" dbus" ,
6
6
" dcop" ,
You can’t perform that action at this time.
0 commit comments