Skip to content

Releases: Asana/node-asana

v3.0.4

25 Mar 20:55
Compare
Choose a tag to compare

v3.0.3

v3.0.2

07 Feb 23:00
Compare
Choose a tag to compare
  • Remove beta text from README.md

v3.0.1

19 Jan 22:49
Compare
Choose a tag to compare

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