Skip to content

Releases: pspeter3/airtable-lite

Fix build script

10 May 19:09
c953420
Compare
Choose a tag to compare
v1.6.1

Update package.json

Restore CJS

10 May 19:07
a8d2945
Compare
Choose a tag to compare

Next.js needs CJS for API functions.

Configure ESM

10 May 18:55
8f160a3
Compare
Choose a tag to compare

Configure ESM correctly and restore UMD.

Remove UMD

30 Mar 03:56
62e5310
Compare
Choose a tag to compare

The UMD build causes issues for Webpack.

Module Support

01 Mar 22:54
6b18fe9
Compare
Choose a tag to compare

Add module key for unpkg.io

Handle undefined select options

21 Feb 03:05
933f455
Compare
Choose a tag to compare

Gracefully handle undefined select options.

Airtable Client Interface

16 Feb 18:09
923d574
Compare
Choose a tag to compare

Add an interface for the Airtable Client to enable dependency injection.

Production

15 Feb 23:25
9cffa8e
Compare
Choose a tag to compare

First production release.

Add AirtableID type

15 Feb 22:32
5fa646a
Compare
Choose a tag to compare
Add AirtableID type Pre-release
Pre-release

It's a convenient type when dealing with list relations.

Dual Exports

15 Feb 22:02
062a0b8
Compare
Choose a tag to compare
Dual Exports Pre-release
Pre-release

Finally support ESM & CJS packages.