Skip to content

Releases: cfanoulis/airtable-plusplus

v0.3.4

18 Aug 20:09
Compare
Choose a tag to compare

0.3.4 (2022-08-18)

Bug Fixes

  • define semantic release default branch (bb6d398)

v0.3.3

28 Feb 08:00
Compare
Choose a tag to compare

0.3.3 (2022-02-28)

Bug Fixes

v0.3.1

30 Mar 18:04
Compare
Choose a tag to compare

Fixes

  • Upsert tried to create rows even though no data was provided - thanks @zfogg#1797
  • Removed some unused filters

v0.3.0

27 Mar 20:23
Compare
Choose a tag to compare

Breaking Changes

  • AirtablePlusPlus#find is now AirtablePlusPlus#get
  • We now target ES2019, which is Node v12 and above.

Features

  • You can now use ESM imports
  • Slightly smaller package size 🦀
  • Bulk actions \[T]/. You can now create, delete, upsert, update & replace in bulk! Check the docs on how to do that

v0.2.1

24 Mar 21:24
Compare
Choose a tag to compare

Fixes

  • Upsert search formula didn't escape values properly
  • tslib wasn't included as a runtime dependency

v0.2

23 Mar 10:43
Compare
Choose a tag to compare

Fixes

  • Breaking: Use camel-cased naming for config.baseId. Please update your configurations

Features

  • Cache table instance
  • Remove options for overriding config on a per-function basis. Please use different AirtablePlusPlus instances for that

v0.1 - first release!

20 Mar 18:29
Compare
Choose a tag to compare
v0.1.0

v0.1.0