Skip to content

Latest commit

 

History

History
executable file
·
28 lines (17 loc) · 710 Bytes

File metadata and controls

executable file
·
28 lines (17 loc) · 710 Bytes

##Change log

###0.10.4

  • Added new functions for creating, getting, and deleting connections
  • Added test cases for said functions
  • Fixed change password error
  • Added getEntity method to get existing entity from server

###0.10.3

  • Added set / get token methods to accomodate session storage
  • Added createUserActivity method to make creating activities for logged in user easier

###0.10.2

  • Removed local caching of user object in client

###0.10.1

  • Minor refactor of the SDK to bring congruity with the App services Javascript SDK

###0.10.0

  • Complete refactor of the entire module

  • Added Mocha based test suite

  • Added full coverage of all sample code in the readme file