Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

v3.0.0

Compare
Choose a tag to compare
@alexander-akait alexander-akait released this 24 Aug 13:26
· 39 commits to master since this release

Bugfix

  • fix corrupted filenames if cwd == "/"
  • cannot use string formatter in outputReport
  • no Output Report in File when build fails under webpack 4
  • add posibility to use absolute file path in outputReport.filePath
  • it should be possible to use absolute file path in outputReport.filePath
  • try load official formatter (#285) (997cce5)
  • emit warning/error if no config was found/given (#286) (4204560)

Features

  • validate schema options

Breaking Changes

  • drop support for Node < 8.9.0
  • minimum supported webpack version is 4
  • minimum supported eslint version is 5