Skip to main content

Changelog for the dhis2 adaptor

@openfn/language-dhis2

4.0.3

Patch Changes

  • 222184d: remove Class Log and replaced

    • Log.success with console.log
    • Log.warn with console.warn
    • Log.error with console.error

4.0.2

Patch Changes

  • 1bd612e: improve error logs response

4.0.1

Patch Changes

4.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

3.2.12

Patch Changes

  • 57742d1: improve logs output

3.2.11

Patch Changes

  • 705caab: Remove tools as devdependencies

3.2.10

Patch Changes

  • 929bca6: Use metadata helper function from common
  • Updated dependencies [929bca6]

3.2.9

Patch Changes

3.2.8

Patch Changes

  • Fix metadata function export

3.2.7

Patch Changes

  • c09b821: Add @magic annotations

3.2.6

Patch Changes

  • df6098d: replace sample state with configuration

3.2.5

Patch Changes

  • f2aed32: add examples

3.2.4

Patch Changes

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

3.2.3

Patch Changes

3.2.2

Patch Changes

  • 9a2755e: Update dependency on language-common
  • 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]

3.2.1

Patch Changes

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

3.2.0

Minor Changes

  • f670bf8: Added credential schema to enable new ui

3.1.0

Minor Changes

  • 8d6e8ce: Migrate dhis2 into repo

Patch Changes

  • Updated dependencies [4671e89]
  • Updated dependencies [8d6e8ce]