Skip to content

v4.0.0

Compare
Choose a tag to compare
@mrcgrtz mrcgrtz released this 10 Dec 16:55
· 41 commits to main since this release
b67e22e

Breaking Changes

  • Require Stylelint 16.0.0 or newer.
  • Require Node.js 18.12.0 or newer.
  • This package is now pure ESM. It cannot be require()'d from CommonJS. This means you have the following choices:
    1. Use ESM yourself. (preferred)
      Use import formatter from 'stylelint-formatter-pretty' instead of const formatter = require('stylelint-formatter-pretty') to import the package.
    2. If you cannot move to ESM yet, do not upgrade to this version.

Updates

Full Changelog: v3.2.1...v4.0.0