Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 18:21
5e8b348

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[Unreleased]

[0.1.0] - 2025-03-12

Added

  • Handled thrown errors within script code. Errors are now caught and returned in the results object.

[0.0.4] - 2025-01-13

Changed

  • Fixed FS module not being available in the SDK.
  • Clarified some types in the input SDK.
  • General cleanup of some comments.

[0.0.3] - 2025-01-10

Changed

  • Removed the __sdk.js developer file from the respoitory.
  • Fixed the types for runAirtableScript.
  • Made the distribution use a relative path for importing the SDK code.

[0.0.2] - 2025-01-09

Changed

  • Changed the name property of records to pull data from the first field in the table.

[0.0.1] - 2025-01-08

Added

  • Initial release.