v3.5.0
Changes:
Routemethods now only pass theresponseobject to callbacks. The parsed response body for JSON responses can now be found on theresponse.bodyproperty and the unparsed response body can be found on theresponse.rawBodyproperty. Errors passed to the callbacks have an additionalerror.responseproperty that contains the response object if applicable.- Fixed a bug where auto-creating a collection, database or graph that already exists would result in an error (see #25).
- All async functions now also return a promise, if the global ES6
Promiseconstructor is defined.