Skip to content

Releases: alveifbklsiu259/tscw-config

v1.1.2

14 Feb 17:27
1a10be9
Compare
Choose a tag to compare

1.1.2 (2025-02-14)

Bug Fixes

  • handle trailing commas in JSON parsing (1a10be9)

v1.1.1

24 Jan 07:31
Compare
Choose a tag to compare

1.1.1 (2025-01-24)

Bug Fixes

v1.1.0

24 Jan 05:37
Compare
Choose a tag to compare

1.1.0 (2025-01-24)

Features

  • add pre-commit support and new flag --includeDeclarationDir (7174d2d)

v1.0.1

06 Nov 05:14
12d14d4
Compare
Choose a tag to compare

1.0.1 (2024-11-06)

Bug Fixes

  • json-processing: replace custom regex with strip-json-comments library (12d14d4)

v1.0.0

18 Sep 09:35
3ad06c4
Compare
Choose a tag to compare

1.0.0 (2024-09-18)

Features

  • add main script, cli script (6527d62)
  • enable calling main with template literal (52f6d74)
  • rewrite package from bash to Node.js for universal compatibility (b85ffe3)

Bug Fixes

  • ensure tmp file cleanup on Windows when process is terminated by process.kill (45eacbc)
  • fix ENOENT error when using pnpm as pkg manager (944e417)
  • fix exit code error (8f69a2b)
  • fix pnp error, add tests (5d50d6d)
  • fix stdout/stderr output error (4dc1bf7)