0.10.0 / 2015-02-16
- Changed Removed accessors for context. Just manipulate the
contextobject directly. instead of callingclient.setTenant()orclient.getTenant(), just access theclient.context.tenantproperty. - Added Correctly call the GetTenant endpoint to acquire the tenant pod URL.
0.9.4 / 2015-02-12
- Fixed Bad repository URL in
package.json.
0.9.3 / 2015-01-28
- Changed Security methods now use appKey instead of legacy appId, resolving an issue where devAccountNamespace was null
0.9.2 / 2015-01-06
- Added Security methods for testing SHA hashes
- Changed Made testing pattern more modular
- Removed Nock-generated test fixtures, which were more trouble than they were worth.
- Changed Stopped all calls from automatically including user claims.
- Changed Updated how the tenant URL is generated.
0.9.1 / 2014-09-02
- Changed Everything. Ground-up rewrite to resemble the other SDKs more.
- Changed Client methods changed to return flat JSON instead of rich objects.
- Added Authentication management.
- Added Code generation with CodeZu.
- Added Testing with Mocha and Nock.
0.3.0 / 2014-01-20
- Added Put on Github
- Changed Build process refactored to use browserify
- Changed As a result of above, SDK is now compatible with NodeJS >=0.10
- Changed Cart summary turned into its own type instead of a method on Cart