Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump 馃С asana to ^3.0.6 #45

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ms-bot
Copy link
Contributor

@ms-bot ms-bot commented Feb 6, 2023

What does it do

馃憠馃徎 Bump package asana

  • from ^0.18.5
  • to ^3.0.6

Changelog

v3.0.6 (2024-04-26T00:03:11Z)

  • Publish a new version to set as latest in npm

v3.0.5 (2024-04-25T23:48:00Z)

v1.0.5 (2024-04-25T23:59:09Z)

  • Important message on no longer supporting this version in README.md

v1.0.4 (2024-04-25T23:54:36Z)

  • Important message on no longer supporting this version in README.md

v1.0.3 (2024-04-25T23:38:31Z)

  • Important message on no longer supporting this version in README.md

v3.0.4 (2024-03-25T20:55:00Z)

v3.0.3 (2024-03-23T00:36:54Z)

v3.0.2 (2024-02-07T23:00:04Z)

  • Remove beta text from README.md

v3.0.1 (2024-01-19T22:49:57Z)

v3.0.0 (2023-12-13T18:51:36Z)

  • 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 (2023-08-29T22:23:49Z)

v2.0.5 (2023-08-29T01:10:16Z)

  • Fix not being able to search using custom fields query for searchTasksForWorkspace method

v2.0.4 (2023-08-25T22:45:21Z)

  • 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 (2023-08-11T18:45:05Z)

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 (2023-08-04T17:20:08Z)

  • Sync with API/Developer Docs: Added created_by property to task response

v2.0.1 (2023-08-02T19:57:57Z)

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.1 (2023-01-24T19:57:02Z)

  • Add audit log endpoint to client

v1.0.0 (2022-06-30T18:27:04Z)

  • 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 (2022-05-11T06:06:49Z)

  • Remove Travis CI and Use GitHub Actions

v0.18.13 (2022-03-04T22:51:18Z)

  • Add support for Project Templates API

v0.18.12 (2022-01-26T03:53:12Z)

  • Adds support for Project Brief API (*preview)
  • Adds support for Status Updates

v0.18.11 (2021-10-20T01:11:14Z)

Adds support for Audit Log API

v0.18.10 (2021-09-28T00:29:29Z)

  • Adds support for updating webhooks

v0.18.9 (2021-08-23T22:39:44Z)

  • Adds POST /goals
  • Adds Time Periods

v0.18.8 (2021-08-06T17:10:15Z)

Adds support for Goals endpoints.

v0.18.7 (2021-04-15T00:03:19Z)

Syncing with the latest OpenAPI spec

v0.18.6 (2021-02-26T18:47:52Z)

Options are now propagated to the dispatcher.
Misc. field description cleanup

@ms-bot ms-bot added the mobsuccessbot Pull requests that enforce company policies label Feb 6, 2023
@ms-bot ms-bot changed the title Bump 馃С asana to ^1.0.1 Bump 馃С asana to ^1.0.2 Mar 27, 2023
@ms-bot ms-bot force-pushed the mobsuccessbot/updater-bump-asana branch from 1ff8fb6 to fc8c733 Compare March 27, 2023 00:02
@jvdadda jvdadda marked this pull request as draft October 27, 2023 15:26
@ms-bot ms-bot changed the title Bump 馃С asana to ^1.0.2 Bump 馃С asana to ^3.0.0 Jan 1, 2024
@ms-bot ms-bot force-pushed the mobsuccessbot/updater-bump-asana branch from fc8c733 to ae1feec Compare January 1, 2024 01:03
@ms-bot ms-bot force-pushed the mobsuccessbot/updater-bump-asana branch from ae1feec to 436deae Compare March 25, 2024 01:29
@ms-bot ms-bot changed the title Bump 馃С asana to ^3.0.0 chore(deps): bump 馃С asana to ^3.0.3 Mar 25, 2024
@ms-bot ms-bot changed the title chore(deps): bump 馃С asana to ^3.0.3 chore(deps): bump 馃С asana to ^3.0.6 May 20, 2024
@ms-bot ms-bot force-pushed the mobsuccessbot/updater-bump-asana branch from 436deae to ccdac87 Compare May 20, 2024 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mobsuccessbot Pull requests that enforce company policies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant