Skip to content

Latest commit

 

History

History
105 lines (63 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

105 lines (63 loc) · 2.79 KB

Changelog

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)

Updated

  • wider peer dependency versions, should support ESLint v8

1.5.0 (2021-12-16)

Added

  • New option denied for the no-unauthorized-global-properties rule

Updated

  • New version of npm used to generate package-lock file

1.4.3 (2021-11-03)

Updated

  • newer versions of eslint and other dependencies
  • security updates to dependencies
  • default branch renamed to trunk

1.4.2 (2021-11-03)

Deprecated / unpublished.

The Greenkeeper.io integration was removed.

1.4.1 (2020-02-13)

Added

Fixed

  • 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)

Changed

  • alphabetize-properties rule applies to export statement.

1.3.0 (2018-04-27)

Added

  • Many (non-custom) rules from ESLint, eslint-plugin-babel, and eslint-plugin-react to the Recommended Ruleset.

1.2.0 (2018-03-23)

Added

  • Recommended Ruleset

1.1.1 (2017-06-01)

Added

  • no-unauthorized-global-properties rule

1.1.0 (2017-04-03)

Fixed

  • messaging for prefer-includes-over-indexof
  • alphabetize-properties rule can be used with object spreads

Added

  • option exempt for rule alphabetize-properties

1.0.2 (2017-03-29)

The initial release! (v1.0.0 and 1.0.1 lost to the sands of time tooling...)

added

  • rule: alphabetize-properties
  • rule: no-assign-in-case-without-braces
  • rule: no-use-entire-process-dot-env
  • rule: prefer-includes-over-indexof