Skip to content

Releases: mlabisi/apollo-datasource-airtable

v0.2.2

02 May 02:51
Compare
Choose a tag to compare

This release fixes a bug in which toLowercase() was called without calling toString() first.

Full Changelog: v0.2.1...v0.2.2

v0.2.1

01 May 20:53
Compare
Choose a tag to compare

This release updates the name of the method for clearing the ALL key from the cache.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

13 Apr 05:36
Compare
Choose a tag to compare

This release adds a new clearAllRecords caching method and makes minor improvements to caching on a per-request basis.

v0.1.7

13 Apr 01:12
Compare
Choose a tag to compare

This release fixes a YAML syntax error in the github workflow definition.

v0.1.6

13 Apr 01:10
Compare
Choose a tag to compare

This release makes the GITHUB_TOKEN environment variable available during all npm-related steps of the build process.

v0.1.5

13 Apr 01:08
Compare
Choose a tag to compare

This release makes the GITHUB_TOKEN environment variable available during the npm ci step of the build process.

v0.1.4

13 Apr 01:00
Compare
Choose a tag to compare

The previous release used a different environment variable name for the GITHUB_KEY, so this release fixes that by correcting the name of the expected environment variable.

v0.1.3

13 Apr 00:49
Compare
Choose a tag to compare

This release contains non-client-facing changes like bumping the version in package.json and updating the .npmrc file.

v0.1.2

12 Apr 23:40
Compare
Choose a tag to compare

The previous version caused the build to hang due to the npm test script using jest --watch instead of jest. This release uses jest to prevent the build from hanging.

v0.1.1

12 Apr 23:24
23fd84b
Compare
Choose a tag to compare

The previous version assumed you had id as a column in your table with a value equivalent to RECORD_ID(). This release will take the RECORD_ID() value directly from the record metadata provided by airtable.js.