Skip to content

Releases: code-pushup/cli

v0.90.0

26 Nov 15:48

Choose a tag to compare

0.90.0 (2025-11-26)

🚀 Features

  • ci: improve code-pushup command logs (5eeaf541)
  • utils: add noLineBreak and noIndent options to logger methods (4d07995c)
  • utils: add silent flag to executeProcess (4b9a2d3f)

🩹 Fixes

  • utils: log spinner to stdout instead of stderr (77991974)

❤️ Thank You

  • Matěj Chalk

v0.89.2

21 Nov 15:08

Choose a tag to compare

0.89.2 (2025-11-21)

🩹 Fixes

  • resolve incomplete linting across projects (#1151)

❤️ Thank You

v0.89.1

20 Nov 15:40

Choose a tag to compare

0.89.1 (2025-11-20)

🩹 Fixes

  • plugin-axe: resolve pnpm install issue (#1150)

❤️ Thank You

v0.89.0

19 Nov 11:42

Choose a tag to compare

0.89.0 (2025-11-19)

🚀 Features

  • cli: remove multi-progress-bars and progress argument (68c04cbe)
  • core: log group for each plugin execution (72a4a06b)
  • utils: pass index parameter to asyncSequential callback (ef3d3b00)
  • utils: return custom data from logger.group method (aaeed361)

🩹 Fixes

  • utils: prevent duplicate log group prefixes in sub-processes (6c74e7f8)

❤️ Thank You

  • Matěj Chalk

v0.88.0

18 Nov 08:41

Choose a tag to compare

0.88.0 (2025-11-18)

🚀 Features

  • cli: replace @poppinss/cliui sticker for upload hints (263aea5f)
  • utils: implement and test ascii table formatting (7a981817)
  • utils: wrap columns in ascii table (76730518)
  • utils: replace @isaacs/cliui for printing audits to stdout (00293a9e)
  • utils: replace @poppinss/cliui table for printing categories (522fd663)
  • utils: remove @poppinss/cliui dependency (47f934a2)

🩹 Fixes

  • utils: align table columns with unicode characters (7d4eb71c)

❤️ Thank You

  • Matěj Chalk

v0.87.2

14 Nov 18:01

Choose a tag to compare

0.87.2 (2025-11-14)

🩹 Fixes

  • core: run plugins sequentially (4ad94d76)

❤️ Thank You

  • Matěj Chalk

v0.87.1

13 Nov 15:21

Choose a tag to compare

0.87.1 (2025-11-13)

🩹 Fixes

  • plugin-axe: update plugin name references in README (de026554)

❤️ Thank You

  • hanna-skryl

v0.87.0

12 Nov 14:41

Choose a tag to compare

0.87.0 (2025-11-12)

🚀 Features

  • plugin-axe: implement core plugin functionality (#1141)

❤️ Thank You

v0.86.0

10 Nov 07:24

Choose a tag to compare

0.86.0 (2025-11-10)

🚀 Features

  • cli,core,utils: replace basic logs with new logger (83b9b7b0)
  • plugin-coverage: replace @poppinss/cliui with new logger (0292c9fd)
  • plugin-eslint: replace @poppinss/cliui with new logger (8311628a)
  • plugin-lighthouse: replace @poppinss/cliui with new logger (d3888a1b)
  • plugin-typescript: replace @poppinss/cliui with new logger (57bf1c1e)

❤️ Thank You

  • Matěj Chalk

v0.85.0

07 Nov 08:39

Choose a tag to compare

0.85.0 (2025-11-07)

🚀 Features

  • utils: print custom cwd in logger command spinner (52dc118c)
  • utils: integrate logger with executeProcess (eb04da8f)

🩹 Fixes

  • ci: remove redundant silent and debug options, use CP_VERBOSE env (62a48b01)
  • ci,core,nx-plugin,create-cli: prevent duplicate process logs (edfd95d5)
  • plugin-js-packages: avoid parallel process execution (concurrent spinners not supported) (455043e3)
  • utils: hide verbose stdout/stderr attributes in ProcessError object (7b9b6a94)

❤️ Thank You

  • Matěj Chalk