Skip to content

Commit 0a414de

Browse files
author
Tony Crisci
committed
Bump to version 0.6.1
See the changelog for more info.
1 parent 2280d4e commit 0a414de

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

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+
326
## v0.5.1
427

528
This release contains some import bugfixes, features, and breaking changes. The

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dbus-next",
3-
"version": "0.5.1",
3+
"version": "0.6.1",
44
"keywords": [
55
"dbus",
66
"dcop",

0 commit comments

Comments
 (0)