Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

v1.0.0

Choose a tag to compare

@GV14982 GV14982 released this 01 Nov 21:20
· 58 commits to master since this release
9976ac3

Changelog

  • Breaking changes

    • Slight modification to the AsyncAirtable#updateRecord and AsyncAirtable#bulkUpdate record parameter.
      • Old shape:
        {
          id: 'AIRTABLE RECORD ID'
          ...fields
        }
        
      • New shape:
        {
          id: 'AIRTABLE RECORD ID'
          fields: {
            ...fields
          }
        }
        
  • 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 😊