Improve output to easily scan for individual errors
Pre-release
Pre-release
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.printErrorsmessage now accepts only one argument, ie, an array of errors withphase,titleand theerrorproperty.
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