Skip to content

Releases: Asana/node-asana

v2.0.3

11 Aug 18:45
Compare
Choose a tag to compare

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

04 Aug 17:20
Compare
Choose a tag to compare
  • Sync with API/Developer Docs: Added created_by property to task response

v2.0.1

02 Aug 19:57
Compare
Choose a tag to compare

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

21 Mar 00:18
581d6dd
Compare
Choose a tag to compare
Tagging as v1.0.2

v1.0.1

24 Jan 19:57
3fc4ad1
Compare
Choose a tag to compare
  • Add audit log endpoint to client

v1.0.0

30 Jun 18:27
bebf5f2
Compare
Choose a tag to compare
  • Adds support for /attachment endpoints. Note: Attachments are no longer tied to a task
    • POST /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

11 May 06:06
adc1fa2
Compare
Choose a tag to compare
  • Remove Travis CI and Use GitHub Actions

v0.18.13

04 Mar 22:51
0847653
Compare
Choose a tag to compare
  • Add support for Project Templates API

v0.18.12

26 Jan 03:53
2837a70
Compare
Choose a tag to compare
  • Adds support for Project Brief API (*preview)
  • Adds support for Status Updates

v0.18.11

20 Oct 01:11
6bf00fb
Compare
Choose a tag to compare

Adds support for Audit Log API