All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.3.2 (2025-01-12)
5.3.1 (2024-12-30)
5.3.0 (2024-12-21)
- helper: async sleep function (fc26a39)
5.2.5 (2024-12-07)
5.2.4 (2024-11-26)
- deps: bump @azure/storage-blob from 12.25.0 to 12.26.0 (5f677be)
- deps: bump @azure/storage-queue from 12.24.0 to 12.25.0 (00f8ce6)
5.2.3 (2024-11-26)
5.2.2 (2024-11-13)
5.2.1 (2024-10-25)
5.2.0 (2024-10-19)
- helper: convert unix timestamp to date (d885b45)
5.1.0 (2024-10-16)
5.0.0 (2024-10-14)
- Updates and adds Storage Queue functions (#154)
4.3.0 (2024-10-14)
- string to upper case snake case conversion function (8cd6f85)
4.2.1 (2024-10-13)
4.2.0 (2024-10-06)
- sparkline: option support for range coercion (053b14d)
- sparkline: optionally make a sparkline wiht out the label and descriptive stats (379330c)
4.1.1 (2024-10-05)
4.1.0 (2024-10-05)
- Azure Storage and helpers: getBinaryBlob and decompress gzip files functions (#147) (ec156af), closes #146
4.0.39 (2024-10-05)
4.0.38 (2024-09-29)
4.0.37 (2024-09-28)
- deps: bump @azure/storage-blob from 12.24.0 to 12.25.0 (#142) (ecf12df)
- deps: bump @azure/storage-queue from 12.23.0 to 12.24.0 (#141) (e7109b1)
4.0.36 (2024-09-28)
4.0.35 (2024-09-23)
4.0.34 (2024-09-15)
4.0.33 (2024-09-08)
4.0.32 (2024-09-01)
4.0.31 (2024-08-23)
4.0.30 (2024-08-17)
4.0.29 (2024-08-16)
4.0.28 (2024-08-16)
- deps: bump @azure/storage-blob from 12.23.0 to 12.24.0 (#131) (4918804)
- deps: bump azure-devops-node-api from 14.0.1 to 14.0.2 (#132) (2bd06df)
4.0.27 (2024-08-01)
4.0.26 (2024-07-31)
4.0.25 (2024-07-27)
- deps: bump dayjs from 1.11.11 to 1.11.12 (d228aec)
4.0.24 (2024-07-21)
4.0.23 (2024-07-06)
4.0.22 (2024-07-01)
4.0.21 (2024-07-01)
4.0.20 (2024-06-22)
4.0.19 (2024-06-21)
4.0.18 (2024-06-21)
4.0.17 (2024-06-20)
- deps: bump @azure/storage-blob from 12.18.0 to 12.23.0 (d0de99f)
- deps: bump @azure/storage-queue from 12.17.0 to 12.22.0 (7789e9a)
4.0.16 (2024-05-17)
- deps: bump @azure/storage-blob from 12.17.0 to 12.18.0 (#111) (cd45664)
- deps: bump @azure/storage-queue from 12.16.0 to 12.17.0 (#110) (f7f33c7)
4.0.15 (2024-05-07)
4.0.14 (2024-04-14)
- deps: bump azure-devops-node-api from 12.5.0 to 13.0.0 (#101) (8b62a95)
- deps: bump tar from 6.1.12 to 6.2.1 (#102) (391fc8e)
4.0.13 (2024-03-10)
4.0.12 (2024-02-21)
4.0.11 (2024-02-11)
- deps: bump azure-devops-node-api from 12.3.0 to 12.4.0 (c644f74)
4.0.10 (2024-01-13)
- deps: bump azure-devops-node-api from 12.1.0 to 12.3.0 (7b76801)
4.0.9 (2024-01-06)
- deps: bump sqlite3 from 5.1.6 to 5.1.7 (b89b8ab)
4.0.8 (2023-12-29)
- deps: bump @azure/storage-blob from 12.14.0 to 12.15.0 (3253e14)
- deps: bump @azure/storage-blob from 12.15.0 to 12.16.0 (5a058ce)
- deps: bump @azure/storage-blob from 12.16.0 to 12.17.0 (8d17b3c)
- deps: bump @azure/storage-queue from 12.13.0 to 12.14.0 (317a87c)
- deps: bump @azure/storage-queue from 12.14.0 to 12.15.0 (1480375)
- deps: bump @azure/storage-queue from 12.15.0 to 12.16.0 (883fee4)
- deps: bump dayjs from 1.11.9 to 1.11.10 (69be1aa)
- deps: bump node-fetch from 2.6.12 to 2.7.0 (727c31c)
- deps: bump sqlite from 4.2.1 to 5.0.1 (#54) (1066aec)
- deps: bump sqlite from 5.0.1 to 5.1.1 (30f2b0e)
4.0.4 (2023-07-16)
- deps: bump dayjs from 1.11.8 to 1.11.9 (#50) (90fb2eb)
- deps: bump semver from 5.7.1 to 5.7.2 (#53) (64bda58)
4.0.1 (2023-07-08)
4.0.0 (2023-07-02)
- azure: -
generateBlobSignedUrl
is now asynchronous and must be called withawait
Updates unit test to run async
- adds download blob from azure helper (08a1571)
- azure: adds list blob command (#42) (e60219b)
- azure: new getBlob function (876716b)
- helper: adds file write helper (9e727e9)
-
deps: bump azure-devops-node-api from 12.0.0 to 12.1.0 (#37) (b71396d)
-
deps: bump node-fetch from 2.6.11 to 2.6.12 (786f458)
-
increment version number (c42e3ae)
-
azure: migrates remaining methods to @azure/storage blob (#45) (0b11af0)
2.7.1 (2023-06-14)
2.7.0 (2023-06-14)
- exports new ADO module (6dbc0d9)
2.6.1 (2023-06-14)
2.6.0 (2023-06-14)
2.5.2 (2023-06-03)
2.5.0 (2023-06-03)
- adds export of new config module (#34) (81c7a27)
- deps: bump @azure/storage-queue from 12.12.0 to 12.13.0 (45acd3d)
- deps: bump dayjs from 1.11.7 to 1.11.8 (2208985)
- deps: bump node-fetch from 2.6.9 to 2.6.11 (d9fbed2)
- deps: bump sqlite from 4.1.2 to 4.2.0 (5634e40)
- deps: bump sqlite from 4.2.0 to 4.2.1 (61b6533)
2.4.3 (2023-03-06)
- adds missing dayjs dependency for azure storage queues (094a2ed)