v2.0.0
New features and APIs
- Callbacks have been removed and instead we are returning Promises which enables users to use Async/Await features of JS. (PR#162)
- Added 'response_timeout' parameter which enables user to specify the timeout for a particular API call.
- Removed Async.js file and the required methods have been migrated to Utils.js following the Promise structure.