All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.5.1 (2022-01-14)
- wider peer dependency versions, should support ESLint v8
1.5.0 (2021-12-16)
- New option
denied
for theno-unauthorized-global-properties
rule
- New version of
npm
used to generate package-lock file
1.4.3 (2021-11-03)
- newer versions of
eslint
and other dependencies - security updates to dependencies
- default branch renamed to
trunk
Deprecated / unpublished.
The Greenkeeper.io integration was removed.
1.4.1 (2020-02-13)
- Integration with Greenkeeper.io
- Updated integration between CircleCI and GitHub; now using CircleCI 2.0.
- Test suite runs on ESLint v5 and v6.
1.4.0 (2018-10-25)
alphabetize-properties
rule applies toexport
statement.
1.3.0 (2018-04-27)
- Many (non-custom) rules from ESLint,
eslint-plugin-babel
, andeslint-plugin-react
to the Recommended Ruleset.
1.2.0 (2018-03-23)
- Recommended Ruleset
1.1.1 (2017-06-01)
no-unauthorized-global-properties
rule
1.1.0 (2017-04-03)
- messaging for
prefer-includes-over-indexof
alphabetize-properties
rule can be used with object spreads
- option
exempt
for rulealphabetize-properties
1.0.2 (2017-03-29)
The initial release! (v1.0.0 and 1.0.1 lost to the sands of time tooling...)
- rule:
alphabetize-properties
- rule:
no-assign-in-case-without-braces
- rule:
no-use-entire-process-dot-env
- rule:
prefer-includes-over-indexof