Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 789 Bytes

CHANGELOG.md

File metadata and controls

29 lines (19 loc) · 789 Bytes

1.1.0

  • Removed usage of dart:io to open this package to be used with JS
  • Cleaned up some nullable fields

1.0.0

  • Converted project to null safety
  • Upgraded the minimum SDK to 2.12.0

0.1.2

  • Fixed bug in create and update serialization
  • Added typecast parameter to createRecord and updateRecord methods

Thank you to @magnussp and @ekwus for their contributions!

0.1.1

  • Cleaned up code
  • Added documentation
  • Moved Airtable, AirtableRecord and AirtableRecordField to be part of the dart_airtable library

0.1.0

  • Added base Airtable class and AirtableRecord/AirtableRecordField classes.
  • Added methods for listing, creating, updating and deleting Airtable records
  • Added basic README and example