Skip to content

Releases: Airtable/airtable.js

v0.4.4

14 Feb 21:00
Compare
Choose a tag to compare
  • airtable.browser.js no longer implicitly depends on jQuery being available on the page.
  • Upgraded dependency: request 2.79.0 (removes tough-cookie vulnerability warning).

v0.4.3

07 Nov 21:07
Compare
Choose a tag to compare
  • Fixed issue that prevented callback from being called with error when running in the browser and servers are unreachable.

v0.4.0

29 Jan 04:02
Compare
Choose a tag to compare
  • Added Table.select for querying records in a table. It takes the following optional parameters for sorting and filtering records:

    fields: only include the specified fields in results.
    filterByFormula: only include records that satisfy the formula.
    maxRecords: at most, return this many records in total.
    pageSize: at most, return this many records in each request.
    sort: specify fields to use for sorting the records.
    view: return records from a specific view, using the view order.
    
  • Deprecated Table.list and Table.forEach. Use Table.select instead.

Browser support

21 Jul 19:49
Compare
Choose a tag to compare
v0.2.2

Pass in X-API-VERSION, Bugfix error handling for XHR requests