Skip to content

Commit

Permalink
Bump to version 0.6.1
Browse files Browse the repository at this point in the history
See the changelog for more info.
  • Loading branch information
Tony Crisci committed Apr 12, 2019
1 parent 2280d4e commit 0a414de
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## v0.6.1

This release contains new major features.

* Redesign, expose, and add tests for the low-level api (#20)
* Add reply info to DBusError for the client (#21)
* Add the dbus-next-send.js script to demonstrate the low-level api.

For more information on the low-level api, see the documentation for the new
classes and members.

* `Message` class - Represents a DBus message for sending or receiving messages on the bus.
* `MessageBus#call()` - Send a method call message on the bus and wait for a reply.
* `MessageBus#send()` - Send a message on the bus.
* `MessageBus#newSerial()` - Get a serial for sending the message.
* `MessageBus#addMethodHandler()` - Add a custom method handler for messages.
* `MessageBus#removeMethodHandler()` - Remove a method handler.

The `MessageBus` has gained the following events:

* `connect` - Emitted after the bus has connected.
* `message` - Emitted when a message is received on the bus.

## v0.5.1

This release contains some import bugfixes, features, and breaking changes. The
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dbus-next",
"version": "0.5.1",
"version": "0.6.1",
"keywords": [
"dbus",
"dcop",
Expand Down

0 comments on commit 0a414de

Please sign in to comment.