Skip to main content

Changelog for the facebook adaptor

@openfn/language-facebook

0.3.2

Patch Changes

  • aad9549: Ensure that standard OAuth2 credentials with snake-cased "access_token" keys can be used for OAuth2-reliant adaptors
  • Updated dependencies [aad9549]

0.3.1

Patch Changes

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

0.2.3

Patch Changes

0.2.2

Patch Changes

  • f7ebd3c: remove sample configuration

0.2.1

Patch Changes

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

0.2.0

Minor Changes

  • f7669d2: migrate facebook