Releases: Asana/node-asana
Releases · Asana/node-asana
v1.0.5
- Important message on no longer supporting this version in README.md
v1.0.4
- Important message on no longer supporting this version in README.md
v1.0.3
- Important message on no longer supporting this version in README.md
v3.0.4
- Added new allocations endpoints: create_allocation, delete_allocation, get_allocation, get_allocations, update_allocation
v3.0.3
v3.0.2
- Remove beta text from README.md
v3.0.1
- Fix
ReferenceError: process is not defined
when using library on client side - Fix
BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default....
with webpack - Switch usage of
querystring
toURLSearchParams
- Summary: https://forum.asana.com/t/typeerror-cannot-read-properties-of-undefined-reading-client/666249/11
v3.0.0
- 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
totoken
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
- Fix searchTasksForWorkspace custom_fields query param search for is_set, value, starts_with, ends_with, less_than, greater_than
v2.0.5
- Fix not being able to search using custom fields query for searchTasksForWorkspace method