Skip to content

Releases: NaturalCycles/airtable-lib

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

v2.13.2

22 Aug 14:03
Compare
Choose a tag to compare

2.13.2 (2023-08-22)

Bug Fixes

v2.13.1

13 Aug 20:23
Compare
Choose a tag to compare

2.13.1 (2023-08-13)

Bug Fixes

v2.13.0

13 Aug 18:44
Compare
Choose a tag to compare

2.13.0 (2023-08-13)

Features

  • replace rxjs Subject in AirtableBaseDao with a simple array of listeners (a07d917)

v2.12.5

28 Jul 17:40
Compare
Choose a tag to compare

2.12.5 (2023-07-28)

Bug Fixes