Skip to content

Releases: Asana/node-asana

v2.0.5

Choose a tag to compare

@github-actions github-actions released this 29 Aug 01:10
  • Fix not being able to search using custom fields query for searchTasksForWorkspace method

v2.0.4

Choose a tag to compare

@github-actions github-actions released this 25 Aug 22:45
  • 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

Choose a tag to compare

@github-actions github-actions released this 11 Aug 18:45

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

Choose a tag to compare

@github-actions github-actions released this 04 Aug 17:20
  • Sync with API/Developer Docs: Added created_by property to task response

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 02 Aug 19:57

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

Choose a tag to compare

@github-actions github-actions released this 21 Mar 00:18
581d6dd
Tagging as v1.0.2

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Jan 19:57
3fc4ad1
  • Add audit log endpoint to client

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 18:27
bebf5f2
  • 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

Choose a tag to compare

@github-actions github-actions released this 11 May 06:06
adc1fa2
  • Remove Travis CI and Use GitHub Actions

v0.18.13

Choose a tag to compare

@jv-asana jv-asana released this 04 Mar 22:51
0847653
  • Add support for Project Templates API