Skip to content

Improve output to easily scan for individual errors

Pre-release
Pre-release

Choose a tag to compare

@thetutlage thetutlage released this 24 Jun 18:05

The new output is inspired by the Vitest errors wrapped inside red color borders with a pagination counter. So props for Vitest for this.

Breaking changes

  • The printer.printErrors message now accepts only one argument, ie, an array of errors with phase, title and the error property.

Commits

  • docs: update documentation f5b596d
  • refactor: improve the errors output to easily scan individual errors 47f5401
  • chore: update dependencies ef51177
  • ci: combine workflow files 4b46254

Full Changelog: v3.0.0-0...v3.0.0-1