Skip to content

v0.70.0

Choose a tag to compare

@matejchalk matejchalk released this 31 Jul 09:51

0.70.0 (2025-07-31)

🚀 Features

  • ci: update to zod v4 (c342dab1)
  • ci: remove redundant --no-progress argument (b0ed2fa9)
  • ci: skip persist.format args if defaults already configured (c11db95e)
  • cli: disable progress bar in CI environment (ecd42c60)
  • models: add generic artifact generation to enable caching (#1023)
  • models: update to zod v4 (7985c239)
  • nx-plugin: update to zod v4 (91774182)
  • plugin-coverage: update to zod v4 (a0814d31)
  • plugin-eslint: update zod to v4 (4ef657f1)
  • plugin-js-packages: update to zod v4 (c24b7435)
  • plugin-jsdocs: update to zod v4 (3444e8d3)
  • plugin-lighthouse: implement multiple URL support (f4db1368)
  • plugin-typescript: update to zod v4 (6de416f4)
  • utils: update to zod v4, replace zod-validation-error with z.prettifyError (b1364d7d)
  • utils: parse boolean environment variables (be08c188)
  • utils: detect ci environment (3430d31b)
  • utils: extract boolean value coercion to standalone function (f76e4fb0)

🩹 Fixes

  • ci: do not set --verbose by default (ab39b050)
  • cli: adapt format schema check to zod v4 (77a384b0)
  • models: use implementAsync for async z.function occurrences (17931228)

❤️ Thank You