Releases: mlabisi/apollo-datasource-airtable
Releases · mlabisi/apollo-datasource-airtable
v0.2.2
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
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
This release adds a new clearAllRecords
caching method and makes minor improvements to caching on a per-request basis.
v0.1.7
This release fixes a YAML syntax error in the github workflow definition.
v0.1.6
This release makes the GITHUB_TOKEN
environment variable available during all npm
-related steps of the build process.
v0.1.5
This release makes the GITHUB_TOKEN
environment variable available during the npm ci
step of the build process.
v0.1.4
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
This release contains non-client-facing changes like bumping the version in package.json
and updating the .npmrc
file.
v0.1.2
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
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
.