- RPC now only takes a list of params
- Hex GUID strings
- Better TODO Example
- Added subscription methods that return the subscription id
- Fixed the exit error
- Made GUID newtype abstract to prevent abuse
- Added newtype for IDs to prevent library mistakes
- Subscription capabilities have begun to be added
- Add Data
- Remove Data
- Modify Data (Simplistic)
- Wait on subscription
- Fixed some bugs
- RPC responses now return an Either to indicate success or failure
- Large refactor including API changes
- No longer require specifying app-state to run an app
- Added blocking RPCWait
- Added further callback implementations
- Added test-app
- Added documentation
- Completed adding RPC method call support
- Updated license file to include copyright info
- Custom Show instance to render prettier output in debugging app [09c9876]
- Improved error reporting in debugging app [6dcf272]
- Added a Changelog
Initial version uploaded to Hackage.
Some values still undefined.