Changelog for the googlesheets adaptor
@openfn/language-googlesheets
3.0.5
Patch Changes
- Updated docs for each()
- Updated dependencies
- @openfn/language-common@2.1.1
3.0.4
Patch Changes
- Updated dependencies [03a1a74]
- @openfn/language-common@2.1.0
3.0.3
Patch Changes
- Fixed security vulnerability in jsonpath-plus [33973a2]
- @openfn/language-common@2.0.3
3.0.2
Patch Changes
- Updated dependencies [77a690f]
- @openfn/language-common@2.0.2
3.0.1
Patch Changes
- 8146c23: Fix typings in package.json
- Updated dependencies [8146c23]
- @openfn/language-common@2.0.1
3.0.0
Major Changes
- Export new common http helpers (http namespace)
2.5.2
Patch Changes
- Updated dependencies [4fe527c]
- @openfn/language-common@2.0.0
2.5.1
Patch Changes
- 73d0a02: Make documentation public
- Updated dependencies [4c08444]
- Updated dependencies [73d0a02]
- @openfn/language-common@1.15.1
2.5.0
Minor Changes
- 73433c20: Add
fnIf
operation
Patch Changes
- Updated dependencies [106ecf6d]
- @openfn/language-common@1.14.0
2.4.0
Minor Changes
- bae5d3b6: Add the cursor() function from common. See the job writing guide for more information.
Patch Changes
- Updated dependencies [1ad86651]
- @openfn/language-common@1.13.0
2.3.1
Patch Changes
- 4594a324: add callback jsdocs
2.3.0
Minor Changes
- 8405fc9a: - Add
getValues()
function- Improve connection handling
- Improve error logs
2.2.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]
- @openfn/language-common@1.10.0
2.2.1
Patch Changes
- Update lock files
- Updated dependencies
- @openfn/language-common@1.8.1
2.2.0
Minor Changes
2c1d603: Remove parameter reassignment to ensure proper functioning inside an
each
block; add eslintThe 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 customfn
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
- Updated dependencies [2c1d603]
- @openfn/language-common@1.8.0
2.1.6
Patch Changes
- 14f481e: mark execute as private
- Updated dependencies [2b4c61a]
- @openfn/language-common@1.7.6
2.1.5
Patch Changes
- f7ebd3c: remove sample configuration
2.1.4
Patch Changes
- f2aed32: add examples
2.1.3
Patch Changes
- 6d8de03: change @constructor to @function and remove /* @module Adaptor /
2.1.2
Patch Changes
- f2a91a4: Update package exports
- Updated dependencies [f2a91a4]
- @openfn/language-common@1.7.5
2.1.1
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]
- @openfn/language-common@1.7.4
2.1.0
Minor Changes
- 9e7d458: Migrate googlesheets