Releases: Airtable/airtable.js
Releases · Airtable/airtable.js
v0.10.0
- Convert to TypeScript. The project now comes with .d.ts typescript definition files.
v0.9.0
- Remove Promise polyfill (#195)
- Replace deprecated
request
library with node-fetch
(#191)
- Increase test coverage of library to 100% (#190, #188, #187, #186, #185, #184, #183 #182, #181, #178, #177, #176, #175)
- Enable CI (#173, #190)
- Improve README (#164)
- Remove support for Safari 10.0
v0.8.1
- Require Node 8 or above (down from Node 10)
v0.8.0
- Require Node 10 or above
- Add Promise polyfill (#147)
- Remove
allowUnauthorizedSsl
option
v0.7.2
- Properly reject unauthorized SSL certificates (#140)
- Minor tweaks to formatting in README (#136)
- Update Lodash to 4.17.15 (#141)
v0.7.1
- Fix a User-Agent bug in Node (#132)
- Stop publishing non-essential files to npm (#128)
v0.7.0
- 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
- 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
- Make API key less likely to be logged (#82, #83)
v0.5.9
- Update
lodash
dependency (#80)