Releases: standard/standard-engine
Releases · standard/standard-engine
v15.1.0
v15.0.0
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 toStandardEngine
andcli()
now takes astandardEngine
key instead of alinter
key if a custom engine wants to be provided. #275 - BREAKING CHANGE: Removed use of ESLint's deprecated
CLIEngine
API. This affects theeslintConfig
option to ourStandardEngine
(formerly calledLinter
) 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 theStandardEngine
(formerly calledLinter
) constructor has been replaced with a newresolveEslintConfig
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)
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 toStandardEngine
andcli()
now takes astandardEngine
key instead of alinter
key if a custom engine wants to be provided. #275 - BREAKING CHANGE: Removed use of ESLint's deprecated
CLIEngine
API. This affects theeslintConfig
option to ourStandardEngine
(formerly calledLinter
) 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 theStandardEngine
(formerly calledLinter
) constructor has been replaced with a newresolveEslintConfig
one - Change: make
--verbose
the default #232
Full diff: v14.0.1...v15.0.0-0
🚢 12.1.0 / 2020-05-21
🎉 Enhancements
- Allow passing in a custom linter to
cli
🚢 12.0.1 / 2020-04-30
🎉 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^
- Also switch from
- Test on supported Node.js versions
- 8.10
- 10
- 12
- 14
- Fix linting errors in readme
🚢 12.0.0 / 2019-08-19
💥 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