Skip to content

Releases: uglow/smetrics

v3.0.0

21 Jul 06:14
Compare
Choose a tag to compare

3.0.0 (2021-07-21)

Features

  • esm: convert package to ES modules and update tooling (0be3701)
  • esm: convert package to ES modules and update tooling (74063cb)

BREAKING CHANGES

  • esm: Upgraded to use ES Modules (Node 14.13+ required)

There are no functional changes in this version. It is purely a CJS to ESM conversion

  • esm: Upgraded to use ES Modules (Node 14.13+ required)

There are no functional changes in this version. It is purely a CJS to ESM conversion

v2.1.0

09 Nov 05:19
Compare
Choose a tag to compare

2.1.0 (2020-11-09)

Features

  • date: allow custom date (076fbe2)

v2.0.0

04 Nov 09:40
Compare
Choose a tag to compare

2.0.0 (2020-11-04)

Features

  • support AWS Lambda by allowing filePath to be specified (3d8e579)

BREAKING CHANGES

  • The API now supports a filePath parameter
    to allow the temporary-file to be created in the /tmp folder on
    AWS Lambda. Also, the client_email and private_key fields
    have been renamed to clientEmail and privateKey, respectively.

v1.1.0

18 Sep 01:02
Compare
Choose a tag to compare

1.1.0 (2018-09-18)

Features

  • app: add dateFormat support to allow Sheets to render date-charts naturally (831ab4f)

v1.0.2

17 Sep 06:34
Compare
Choose a tag to compare

1.0.2 (2018-09-17)

Bug Fixes

  • ensure header is written before the data row (3dda212)

v1.0.1

11 Sep 05:47
Compare
Choose a tag to compare

1.0.1 (2018-09-11)

Bug Fixes

  • improve error handling when sheet exists and fix docs (08498aa)

v1.0.0

11 Sep 04:52
Compare
Choose a tag to compare

1.0.0 (2018-09-11)

Features