packages feed

Deadpan-DDP-0.9.3.0: changelog.md

# Deadpan-DDP Change Log

## 0.9.3.0

* RPC now only takes a list of params

## 0.9.2.0

* Hex GUID strings

## 0.9.1.0

* Better TODO Example
* Added subscription methods that return the subscription id

## 0.9.0.0

* Fixed the exit error

## 0.8.0.0

* Made GUID newtype abstract to prevent abuse

## 0.7.0.0

* Added newtype for IDs to prevent library mistakes

## 0.6.0.0

* Subscription capabilities have begun to be added
* Add Data
* Remove Data
* Modify Data (Simplistic)
* Wait on subscription

## 0.4.1.0

* Fixed some bugs
* RPC responses now return an Either to indicate success or failure

## 0.4.0.0

* Large refactor including API changes
* No longer require specifying app-state to run an app
* Added blocking RPCWait

## 0.3.0.1

* Added further callback implementations
* Added test-app
* Added documentation

## 0.2.2.0

* Completed adding RPC method call support

## 0.2.1.1

* Updated license file to include copyright info

## 0.2.1.0

* Custom Show instance to render prettier output in debugging app [09c9876]
* Improved error reporting in debugging app [6dcf272]

## 0.2.0.1

* Added a Changelog

## 0.2.0.0

Initial version uploaded to Hackage.

Some values still undefined.