Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Releases: NaturalCycles/airtable-lib

v4.0.1

18 Apr 20:01
Compare
Choose a tag to compare

4.0.1 (2025-04-18)

Bug Fixes

v4.0.0

05 Apr 17:56
Compare
Choose a tag to compare

4.0.0 (2025-04-05)

Features

  • modernize, convert to ESM (3683f76)

BREAKING CHANGES

  • ^^^

v3.0.3

14 Jan 15:25
Compare
Choose a tag to compare

3.0.3 (2025-01-14)

Bug Fixes

  • new style of deps declaration (5518712)

v3.0.2

12 Nov 17:56
Compare
Choose a tag to compare

3.0.2 (2024-11-12)

Bug Fixes

  • use UnixTimestamp for lastChanged/lastFetched (7a86bf4)

v3.0.1

22 Mar 16:57
Compare
Choose a tag to compare

3.0.1 (2024-03-22)

Bug Fixes

  • use loadingDataPromise to ensure a single request to connector (da6c606)

v3.0.0

22 Mar 16:05
Compare
Choose a tag to compare

3.0.0 (2024-03-22)

Features

  • airtableBaseDao methods are now fully async (d0b61b6)

BREAKING CHANGES

  • airtableBaseDao methods are now fully async.
    This is to prevent a possible bug when airtableBaseDao is not properly
    initialized, so it would default to JSON connector and point to stale json
    files.
    Now it requires primaryConnector configuration, which is allowed to be an async
    connector.
    Previously, only a sync connector was allowed to be primary, and was
    confusingly called lazyConnector.

v2.13.6

21 Jan 15:58
Compare
Choose a tag to compare

2.13.6 (2024-01-21)

Bug Fixes

v2.13.5

19 Jan 12:06
Compare
Choose a tag to compare

2.13.5 (2024-01-19)

Bug Fixes

v2.13.4

17 Jan 21:03
Compare
Choose a tag to compare

2.13.4 (2024-01-17)

Bug Fixes

v2.13.3

16 Jan 13:31
Compare
Choose a tag to compare

2.13.3 (2024-01-16)

Bug Fixes