Skip to main content

Changelog for the asana adaptor

@openfn/language-asana

4.0.5

Patch Changes

4.0.4

Patch Changes

4.0.3

Patch Changes

4.0.2

Patch Changes

4.0.1

Patch Changes

4.0.0

Major Changes

  • Export new common http helpers (http namespace)

3.3.1

Patch Changes

  • 510354a: Don't allow HTTP helpers to call out to different domains. This can cause a security violation where credentials are sent to external servers. Use generic HTTP helpers like http.get or fetch instead.
  • 510354a: Fix an issue where not passing a params argument would trigger an exception
  • Updated dependencies [4fe527c]

3.3.0

Minor Changes

  • 73433c20: Add fnIf operation

Patch Changes

3.2.0

Minor Changes

  • bae5d3b6: Add the cursor() function from common. See the job writing guide for more information.

Patch Changes

3.1.0

Minor Changes

  • 673e41e8: - Add createTaskStory() function
    • Replaced common http with a more efficient implementation from common/util http

3.0.1

Patch Changes

3.0.0

Major Changes

  • 2c1d603: Remove parameter reassignment to ensure proper functioning inside an each block; add eslint

    The packages receiving a major bump here exposed functions that didn't work as expected inside each blocks. Users were previously wrapping these functions inside their own custom fn blocks, and this change will ensure that they can be used inside a standard each.

    See https://github.com/OpenFn/adaptors/issues/275 for more details.

Patch Changes

2.1.6

Patch Changes

2.1.5

Patch Changes

  • f7ebd3c: remove sample configuration

2.1.4

Patch Changes

  • f2aed32: add examples

2.1.3

Patch Changes

  • 6d8de03: change @constructor to @function and remove /* @module Adaptor /

2.1.2

Patch Changes

2.1.1

Patch Changes

  • 8566b26: Fix typings
  • b3d45ff: Fix CJS export of npm package.
  • ecf5d30: remove sinon since it was not being used
  • Updated dependencies [8566b26]
  • Updated dependencies [b3d45ff]
  • Updated dependencies [b5eb665]
  • Updated dependencies [ecf5d30]

2.1.0

Minor Changes

  • 5f40dcf: Migrated language-asana

Patch Changes

  • e04aa28: Rename credential-schema to configuration-schema, update descriptions