- Ignore credentials.js
- Updated version in createsend.js
- Added Transactional
- Fixed up lib/interface/person.js and removed some compiler errors
- Fixed up lib/interface/client.js and removed some compiler errors
- Updated Client.addPerson to return a Person object as the callback result
- Started documentation for Client
- Locked Express to version 3.8.* until I can get Mocha working with it
- Removed support for Node 0.8 and 0.9
- Changed account.getBillingDetails to return "credits" rather than "Credits"
- Added full support for Campaigns
- Added full support for Accounts
- Added partial support for Campaigns
- complete rewrite
- [docs] updated for 0.0.2 (subscribers)
- [tests] all tests for subscribers interface passing
- [feature] #subscriberUnsubscribe / #subscriberDelete
- [feature] #subscriberHistory
- [feature] #subscriberDetails
- [feature] #subscribersImport / #subscribersUpdate
- [feature] #subscriberAdd
- [bug] #execute don't try to parse empty body
- [refactor] #execute now requires a querystring object or null
- [feature] listCreate & listDelete
- [tests] upped the timeout just in case
- [docs] added docs site
- [git] ignore stupid ds-store
- [docs] prepare package and readme for docs site
- [npm] added npm ignore
- [tests] for subscribers interface
- [docs] comments for subscribersAdd
- [bug] added 201 as acceptable status code in #execute
- [tests] added tests for account
- [refactor] moved #clientsList to account (per cm docs)
- [feature] finished account implementation
- [docs] readme update with roadmap and testing instructions
- [tests]
make test
now in makefile - [tests] added sample test data
- [feature] basic request interface + empty interfaces
- [init] project