Releases: code-pushup/cli
Releases · code-pushup/cli
v0.88.0
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
v0.87.1
v0.87.0
0.87.0 (2025-11-12)
🚀 Features
- plugin-axe: implement core plugin functionality (#1141)
❤️ Thank You
- Hanna Skryl @hanna-skryl
v0.86.0
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
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
v0.84.0
v0.83.0
0.83.0 (2025-10-29)
🚀 Features
- use formatted zod schema validation errors (68fe123d)
- plugin-lighthouse: prettify table validation errors (ab2fe542)
- utils: prettify zod errors in stringifyError utility (5e7456f7)
- utils: add option to truncate error messages to one-liner (487ac865)
- utils: truncate group/spinner inline errors to one-liner (ee31b9e8)
- utils: provide validateAsync alternative to synchronous validate (fb236e19)
🩹 Fixes
- use safe error to string conversions (c78c7264)
❤️ Thank You
- Matěj Chalk
v0.82.0
0.82.0 (2025-10-25)
🚀 Features
- nx-plugin: adjust bin path handling (#1109)
❤️ Thank You
- Michael Hladky @BioPhoton
v0.81.0
0.81.0 (2025-10-22)
🚀 Features
- utils: add utility for rounding to max decimals, use in formatDuration (be80d99c)
- utils: add settlePromise helper for convenient rejected promise handling (9fa7df9e)
- utils: add unix timestamp conversion (b95877e9)
- utils: implement custom logger with groups and tasks (3d158ff6)
- utils: throw if invalid group/spinner combinations used in logger (899ab764)
- utils: export shared logger instance (009bc0eb)
🩹 Fixes
- utils: ensure multiline logs during spinner are indented properly (2ca91c08)
- utils: avoid formatting milliseconds with decimals (3c22e5d0)
❤️ Thank You
- Matěj Chalk