All Versions
15
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v0.9.3.0 Changes

    • RPC now only takes a list of params
  • v0.9.2.0 Changes

    • Hex GUID strings
  • v0.9.1.0 Changes

    • ๐Ÿ‘ Better TODO Example
    • โž• Added subscription methods that return the subscription id
  • v0.9.0.0 Changes

    • ๐Ÿ›  Fixed the exit error
  • v0.8.0.0 Changes

    • Made GUID newtype abstract to prevent abuse
  • v0.7.0.0 Changes

    • โž• Added newtype for IDs to prevent library mistakes
  • v0.6.0.0 Changes

    • Subscription capabilities have begun to be added
    • โž• Add Data
    • โœ‚ Remove Data
    • Modify Data (Simplistic)
    • Wait on subscription
  • v0.4.1.0 Changes

    • ๐Ÿ›  Fixed some bugs
    • RPC responses now return an Either to indicate success or failure
  • v0.4.0.0 Changes

    • ๐Ÿ”จ Large refactor including API changes
    • No longer require specifying app-state to run an app
    • โž• Added blocking RPCWait
  • v0.3.0.1 Changes

    • โž• Added further callback implementations
    • โž• Added test-app
    • โž• Added documentation