Skip to main content

Changelog for the magpi adaptor

@openfn/language-magpi

1.2.4 - 28 October 2024

Patch Changes

1.2.3 - 09 October 2024

Patch Changes

  • 8d866e4: Update tough-cookie dependency

1.2.2 - 16 August 2024

Patch Changes

1.2.1 - 01 August 2024

Patch Changes

1.2.0 - 13 June 2024

Minor Changes

  • 73433c20: Add fnIf operation

Patch Changes

1.1.2 - 24 January 2024

Patch Changes

  • 6afba70: Fix variable reference in submitRecord

1.1.1 - 19 June 2023

Patch Changes

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

1.0.5 - 20 April 2023

Patch Changes

  • 86fb813: dependencies update

1.0.4 - 30 March 2023

Patch Changes

1.0.3 - 15 February 2023

Patch Changes

  • f7ebd3c: remove sample configuration

1.0.2 - 15 February 2023

Patch Changes

  • f2aed32: add examples

1.0.1 - 13 January 2023

Patch Changes

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

1.0.0 - 25 November 2022

Major Changes

  • e6c2b4a: Update xml2js parser

Minor Changes

  • df5dd2e: migrate magpi