This repository has been archived by the owner on Nov 28, 2017. It is now read-only.
Releases: fvdm/nodejs-dnsimple
Releases · fvdm/nodejs-dnsimple
v1.1.1
1.1.0
Interface
- Module converted to API wrapper,
see README.md
and the wiki - Callback parameter order is now
function( err, data, meta )
- Listing methods now always return an array with items, without ID keys
New
- Support for two-factor authentication
- Support for domain token authentication
- Request timeout, default 30 seconds
Other
- API version fixed in request path
- Improved error handling
- README.md updated
- Other bug fixes
- Lots of code clean up