Skip to main content

Changelog for the godata adaptor

@openfn/language-godata

3.4.0

Minor Changes

  • df4cfca: Switch from 'writeOnly: true' to 'format: email' in the godata configuration schema.

3.3.1

Patch Changes

3.3.0

Minor 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

3.2.4

Patch Changes

  • ef828e7: update old urls in readme
  • 14f481e: mark execute as private
  • Updated dependencies [2b4c61a]

3.2.3

Patch Changes

  • f7ebd3c: remove sample configuration

3.2.2

Patch Changes

  • f2aed32: add examples

3.2.1

Patch Changes

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

3.2.0

Minor Changes

  • 8e7a79e: Migrate Godata

Patch Changes

  • cbb8968: Fix axios Inefficient Regular Expression Complexity vulnerability
  • e81561f: Updated ast and package.json