Skip to content

Releases: Asana/node-asana

v3.0.0

13 Dec 18:51
ffaeaf8
Compare
Choose a tag to compare
  • Changed call backs to promises from v2
  • Add pagination
  • Remove use of models as it introduced bugs
  • Return collection object for endpoints that return an array of results which has nextPage() method
  • Update client instantiate naming from Oauth2 to token from v2
  • Change the way parameters are provided to the method call
  • Update sample endpoint code to include link to docs for more information on that endpoint
  • Add information about using opt_fields
  • Update sample code for callAPI

v2.0.6

29 Aug 22:23
Compare
Choose a tag to compare

v2.0.5

29 Aug 01:10
Compare
Choose a tag to compare
  • Fix not being able to search using custom fields query for searchTasksForWorkspace method

v2.0.4

25 Aug 22:45
Compare
Choose a tag to compare
  • Added minimum_access_level_for_customization and minimum_access_level_for_sharing to the project schema
  • Added completed_since as a query param to GET /sections/{section_gid}/tasks

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