Skip to content
This repository was archived by the owner on Apr 19, 2022. It is now read-only.

Adding support for custom error collector

Choose a tag to compare

@thetutlage thetutlage released this 02 Dec 08:48
· 20 commits to develop since this release

The error collector works as a bridge between the validator and the formatter. The collector can transform the messages before giving it to the collector or even choose not to report at all

  • docs: update api docs 1a208f8
  • style: use eslint and remove tslint 5306f6a
  • chore: update dependencies d5daa1f
  • feat(collector): add support for custom error collector 16a492f

v7.0.5...v7.1.0