Skip to content

Releases: standard/standard-engine

v15.1.0

30 May 17:17
787a9fc
Compare
Choose a tag to compare
  • build(deps-dev): update dev dependencies 09ce0be
  • fix: lintFiles() to await on ESLint.outputFixes() (#318) 12c96e5
  • feat(cli): add --ignore option (#317) 21e212c

v15.0.0...v15.1.0

v15.0.0

27 Jun 11:14
Compare
Choose a tag to compare

In addition to breaking changes and other in 15.0.0-0, only some dependency updates.

Changes from 14.0.1:

  • BREAKING CHANGE: To avoid confusion with ESLint exports and types, our Linter class has been renamed to StandardEngine and cli() now takes a standardEngine key instead of a linter key if a custom engine wants to be provided. #275
  • BREAKING CHANGE: Removed use of ESLint's deprecated CLIEngine API. This affects the eslintConfig option to our StandardEngine (formerly called Linter) constructor. #275
  • BREAKING CHANGE: Print additional label on warnings (to separate them from errors) b7c1e17
  • BREAKING CHANGE: Drop support for Node 10.x. Now require ESM-compatible Node.js versions: ^12.20.0 || ^14.13.1 || >=16.0.0 #252
  • BREAKING CHANGE: the parseOpts option to the StandardEngine (formerly called Linter) constructor has been replaced with a new resolveEslintConfig one
  • Change: make --verbose the default #232

Full diff: v14.0.1...v15.0.0

v15.0.0-0: Port to new ESLint API (#275)

30 Nov 17:52
5f66f04
Compare
Choose a tag to compare

First prerelease of 15.0.0.

Changes from 14.0.1:

  • BREAKING CHANGE: To avoid confusion with ESLint exports and types, our Linter class has been renamed to StandardEngine and cli() now takes a standardEngine key instead of a linter key if a custom engine wants to be provided. #275
  • BREAKING CHANGE: Removed use of ESLint's deprecated CLIEngine API. This affects the eslintConfig option to our StandardEngine (formerly called Linter) constructor. #275
  • BREAKING CHANGE: Print additional label on warnings (to separate them from errors) b7c1e17
  • BREAKING CHANGE: Drop support for Node 10.x. Now require ESM-compatible Node.js versions: ^12.20.0 || ^14.13.1 || >=16.0.0 #252
  • BREAKING CHANGE: the parseOpts option to the StandardEngine (formerly called Linter) constructor has been replaced with a new resolveEslintConfig one
  • Change: make --verbose the default #232

Full diff: v14.0.1...v15.0.0-0

🚢 12.1.0 / 2020-05-21

21 May 08:35
59af281
Compare
Choose a tag to compare

🎉 Enhancements

  • Allow passing in a custom linter to cli

🚢 12.0.1 / 2020-04-30

21 May 08:38
460f258
Compare
Choose a tag to compare

🎉 Enhancements

  • Add ts-standard to README linters list

🐛 Fixes

  • Bump deglob & minimist dependencies

🌹 Internal changes

  • Disable package-lock file
  • Cleanup package metadata
    • Update repository to new location
    • Use repository shorthand
    • Sort with npx sort-package-json
  • Bump all dev-dependencies
    • Also switch from * to ^
  • Test on supported Node.js versions
    • 8.10
    • 10
    • 12
    • 14
  • Fix linting errors in readme

🚢 12.0.0 / 2019-08-19

21 May 08:40
Compare
Choose a tag to compare

💥 Breaking changes

  • Remove bundle.js from the list of default ignored files
  • Ignore patterns from .git/info/exclude in addition to .gitignore

🎉 Enhancements

  • Update deglob to 4.x