Releases: Asana/node-asana
v0.17.3
Fixes some reverse compatibility issues
Allows params on the Events endpoint
v0.17.2
Adds backwards compatibility for getTasksByTag.
Patch release to fix bugs with options parameters
Fixes an old bug with handling of client options. (For the bulk of the recent updates please refer to https://github.com/Asana/node-asana/releases/tag/v0.17.0)
Update client libraries with newer API features
It's been a while since we shipped our newer API features in our client libraries, so here's up to Summer 2019 in client library form of the things we've shipped.
A notable addition to this is the integration of logging for Asana-Change headers in our deprecation framework; updating to this version will cause node-asana to log to console.error if we think an integration is affected unless the change is explicitly opted into (with an Asana-Enable header) or opted out of (with an Asana-Disable header). This is to minimize the surprise that users of the library will experience when behavior changes in our API.
For information about this feature, please check out https://github.com/Asana/node-asana/blob/master/lib/dispatcher.js#L150 and our deprecations framework documentation at https://asana.com/developers/documentation/getting-started/deprecations
Deploy with updated dependencies fixing Github-reported vulnerabilities
Simple version bumps for the flagged dependencies (and a couple of failed deploys).
Fix checksum mismatch in package-lock for travis build
0.16.4 was failing in Travis due to a mismatched SHA sum specified in package-lock.json, and this release fixes that.
Fix security vulnerabilities in dependencies
Github was complaining about security vulnerabilities (which was super helpful, frankly). This tag should fix the ones it highlighted.
Fix updating package.json and package-lock.json to add readline
Fix issue #168
Add readline
to package.json