Skip to content

Releases: Airtable/airtable.js

v0.10.0

10 Sep 18:35
2549f7a
Compare
Choose a tag to compare
  • Convert to TypeScript. The project now comes with .d.ts typescript definition files.

v0.9.0

30 Jul 09:18
b7b6a31
Compare
Choose a tag to compare

v0.8.1

03 Dec 18:56
Compare
Choose a tag to compare
  • Require Node 8 or above (down from Node 10)

v0.8.0

22 Nov 20:38
Compare
Choose a tag to compare
  • Require Node 10 or above
  • Add Promise polyfill (#147)
  • Remove allowUnauthorizedSsl option

v0.7.2

28 Oct 20:04
17e0797
Compare
Choose a tag to compare
  • Properly reject unauthorized SSL certificates (#140)
  • Minor tweaks to formatting in README (#136)
  • Update Lodash to 4.17.15 (#141)

v0.7.1

07 Aug 18:19
Compare
Choose a tag to compare
  • Fix a User-Agent bug in Node (#132)
  • Stop publishing non-essential files to npm (#128)

v0.7.0

16 Jul 17:41
Compare
Choose a tag to compare
  • Remove custom class library, shrinking the file size and improving debugging (#123)
  • Improve an error message (#115)
  • Update Lodash to 4.17.14 (#124)

v0.6.0

06 May 15:22
Compare
Choose a tag to compare
  • Add support for beta of batch record operations (#86, #88, #92)
  • Add backoff when rate limited (#110)
  • Shrink browser build by removing assert module (#101)
  • Fix bug when calling some functions with callbacks (#103)

v0.5.10

25 Mar 22:07
Compare
Choose a tag to compare
  • Make API key less likely to be logged (#82, #83)

v0.5.9

13 Feb 18:16
Compare
Choose a tag to compare
  • Update lodash dependency (#80)