Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.25 KB

File metadata and controls

55 lines (32 loc) · 1.25 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.0.0] - 2024-01-17

Added

  • Automated testing using Airtable block testing framework
  • You can now save a table's configuration for re-use later
  • Tables are chosen using a dropdown instead of selecting a table in the data view
  • Over 20 new generator types for locations, lat long, and demographic information

Changed

  • Used faker to generate random data
  • Rewrote extension in TypeScript

[0.0.4] - 2024-01-17

Fixed

  • Added separate zip code generator for handling single line text vs. number fields.

[0.0.3] - 2022-10-25

Added

  • This changelog 🎉

Changed

  • Moved all code to Typescript
  • Refactored code to be more readable
  • Added automated testing
  • Added list to Airtable marketplace in the Readme

Fixed

  • Fixed bug where Date & time generator never generated a time

[0.0.2] - 2022-10-20

Added

  • Project was published to the Airtable marketplace

[0.0.1] - 2022-09-20

Initial project