Skip to main content

Changelog for the mailchimp adaptor

@openfn/language-mailchimp

0.7.3

Patch Changes

  • 6afba70: Fix updateMember()

0.7.2

Patch Changes

  • 1131c34: Remove regex pattern for validation and changed minLength to 1

0.7.1

Patch Changes

  • 1f856c4: Update configuration schema
  • 48394f5: - fix ast docs warnings
    • add status code log on request

0.7.0

Minor Changes

  • 58fcea9: - Add chunk from common
    • Improve error logs
    • Return state in request finalState

0.6.0

Minor Changes

  • 1582873: Add request, get and post functions

0.5.0

Minor Changes

  • 8e39ee1: Add new functions

    • addMember()
    • listMembers()
    • deleteMember()
    • listAudiences()
    • archiveMember()
    • updateMemberTags()
    • listAudienceInfo()

0.4.1

Patch Changes

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

0.3.5

Patch Changes

0.3.4

Patch Changes

  • f7ebd3c: remove sample configuration

0.3.3

Patch Changes

  • f2aed32: add examples

0.3.2

Patch Changes

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

0.3.1

Patch Changes

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

0.3.0

Minor Changes

  • 88fa3b5: migrate mailchimp

Patch Changes