Releases: Asana/node-asana
Releases · Asana/node-asana
v2.0.3
README.md + Sample code changes
- Update tab spacing in sample code and README.md from 2 to 4 spaces
- Separate callApi examples in README.md
- Removed documentation about git install
- Add instructions on how to access response data in README.md
- Add instructions on how to get events in README.md
- Add instructions on how to set asana-enable header to README.md
- Add instructions on how to access status and headers from response to README.md
v2.0.2
- Sync with API/Developer Docs: Added
created_by
property to task response
v2.0.1
v2.0.0
- Completely new node client library. Code generated through Swagger Codegen.
- Improves internal release process -> allows Asana to keep node client library in sync with the API more frequently
- Introduces classes for resources. Responses return resource objects and data can be accessed via dot notation
- Sample code documentation is more rich
- Synced with latest API changes since Apr 18, 2023
v2.0.1
- Add GitHub Action job to publish to GitHub releases + bundle javascript into min files for use with browsers
- Added instructions on how to use library for browsers
v1.0.2
Tagging as v1.0.2
v1.0.1
- Add audit log endpoint to client
v1.0.0
- Adds support for
/attachment
endpoints. Note: Attachments are no longer tied to a taskPOST /tasks/:task/attachments
->POST /attachments?parent=
GET /tasks/:task/attachments
->GET /attachments?parent=
- Adds
goal_id
request parameter for Goals-related endpoints - Adds support for
GET /workspaces/{workspace_gid}/teams
. Note: Removes support for getting teams in an organization
v0.18.14
- Remove Travis CI and Use GitHub Actions