Skip to content

Releases: Airtable/airtable.js

v0.12.2

16 Aug 15:56
899adb4
Compare
Choose a tag to compare

Fix invalid URL error in abort-controller

v0.12.1

16 May 15:52
7dbfd5d
Compare
Choose a tag to compare
  • Add recordMetadata param to table.select(params) in order to fetch comment counts, available as record.commentCount.

v0.11.6

28 Nov 22:18
2d36eb6
Compare
Choose a tag to compare
  • Remove behavior of including AIRTABLE_API_KEY in airtable.browser.js via envify
  • Add web worker compatibility

v0.11.5

06 Oct 23:17
ccefdcc
Compare
Choose a tag to compare
  • Update select() and list() to support to use POST endpoint when GET url length would exceed Airtable's 16k character limit
  • Update select() and list() to explicitly choose to use GET or POST endpoint via new 'method' arg

v0.11.4

10 May 17:17
3f6adc1
Compare
Choose a tag to compare

Add support for returnFieldsByFieldId param.

v0.11.3

31 Mar 17:24
56e81e6
Compare
Choose a tag to compare

Adds a UMD build to use for browser-targeted builds. This fixes an issue where other apps that use airtable.js as a dependency were bundling code that expects to run in a node environment when building for a browser enviornment.

v0.11.2

17 Feb 02:21
9649fa7
Compare
Choose a tag to compare

Bump NPM package versions (#276 , #281 , #293 , #296 , #297 , #298 )

v0.11.1

21 May 00:06
47b5ae5
Compare
Choose a tag to compare

Bump NPM package versions (#250, #253, #266, #267, #268)

v0.11.0

16 Apr 22:59
5e6a8b3
Compare
Choose a tag to compare
  • Add support for custom headers
  • Allow requestTimeout to be configured like other AirtableOptions
  • Fix type warnings

v0.10.1

05 Nov 22:53
Compare
Choose a tag to compare
  • Fix error handler in updating an array (#223)
  • Fix binding fetch to window (#235)
  • Update lodash and node-fetch dependencies
  • Widen @types/node dependency