This repository was archived by the owner on Sep 19, 2023. It is now read-only.
v1.0.0
Changelog
-
Breaking changes
- Slight modification to the
AsyncAirtable#updateRecordandAsyncAirtable#bulkUpdaterecord parameter.- Old shape:
{ id: 'AIRTABLE RECORD ID' ...fields } - New shape:
{ id: 'AIRTABLE RECORD ID' fields: { ...fields } }
- Old shape:
- Slight modification to the
-
New features
- Fully typed with declaration files.
- upsertRecord method for you SQL aficionados.
- Added an automatic retry for rate limited requests.
- This was just a change we put in to make using the library slightly easier.
We have more features on the way, so keep an eye out for that 🎉
Please feel free to reach out with any questions, and I look forward to building more awesome features 😊