Skip to content

Latest commit

 

History

History
96 lines (53 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

96 lines (53 loc) · 2.42 KB

Change Log

All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to Semantic Versioning.

2.0.3 - 2024-09-30

  • CI: Update checkout settings [Pagan Gazzard]

2.0.2 - 2024-04-08

  • Pin dependencies [Self-hosted Renovate Bot]

2.0.1 - 2022-12-19

  • Fix Google Apps Script typo in README.md [AlidaOdendaal]

2.0.0 - 2022-12-14

  • New writeToSheet function [AlidaOdendaal]

1.0.2 - 2022-12-06

  • Enable flowzone and update packages [AlidaOdendaal]

1.0.1 - 2022-03-04

  • README: Fix width of head icon [Lucian Buzzo]

1.0.0 - 2022-03-04

  • Change module name to dreamsheets [Lucian Buzzo]

0.10.1 - 2022-03-03

  • Add automated typedoc site generation [Lucian Buzzo]

0.10.0 - 2021-12-01

  • Allow tuples of different lengths in getRange, apply minor renaming [AlidaOdendaal]
  • spreadsheet: Reconfigure readSheet function [AlidaOdendaal]

0.9.1 - 2021-11-19

  • Bump google-apps-script typings [Pranas Ziaukas]

0.9.0 - 2021-11-19

  • coerce err to be of type Error [Somo Sakala]
  • Revert "Add data validation through special "config" sheet" [Somo Sakala]
  • Revert "Modify code to enable config object to be exported to the external model" [Somo Sakala]
  • Revert "Expand data type validation based on "config" sheet" [Somo Sakala]

0.8.0 - 2021-03-30

  • Expand data type validation based on "config" sheet [Paulo Castro]

0.7.0 - 2021-03-26

  • Modify code to enable config object to be exported to the external model [AlidaOdendaal]
  • Add data validation through special "config" sheet [Paulo Castro]

0.6.0 - 2021-03-25

  • chai.ts: Change to default imports [AlidaOdendaal]
  • refactor for generality [Somo Sakala]

0.5.0 - 2021-03-25

  • add generic function for reading content of tab [Somo Sakala]

0.4.0 - 2021-03-25

  • doc: add Development CI-less local workflow instructions [Somo]

0.3.0 - 2021-03-25

  • initial port of spreadsheet utilites from customer model [Somo Sakala]

0.2.1 - 2021-03-24

  • Fix tests for parseRange [Paulo Castro]

0.2.0 - 2021-03-23

  • Add parseRange function (experimental) [Paulo Castro]

0.1.1 - 2021-03-23

  • Add 'npm run lint' to 'build' script in package.json [Paulo Castro]

0.1.0 - 2021-03-23