Skip to content

Latest commit

 

History

History
128 lines (85 loc) · 6.54 KB

CHANGELOG.md

File metadata and controls

128 lines (85 loc) · 6.54 KB

Changelog

v3.0.0 (2021-10-20)

💥 Breaking Change

🚀 Enhancement

🏠 Internal

Committers: 3

v2.2.0 (2020-07-08)

🚀 Enhancement

  • #106 Add support for ESLint@7 as a peerDependency (@epmatsw)

🏠 Internal

Committers: 3

v2.1.0 (2019-12-07)

🚀 Enhancement

🐛 Bug Fix

  • #88 Allow terminating-properties with ReturnStatement (@brettz9)
  • #87 Allow return with no-inner-compare (@brettz9)

📝 Documentation

🏠 Internal

  • #85 Use ES6 template literals for multiline testing code (@brettz9)
  • #77 CI: Add ESLint 6 to test matrix (@brettz9)
  • #82 Use ES6 syntax features (@brettz9)
  • #83 npm: Add recommended package.json fields (contributors, dependencies) (@brettz9)

Committers: 1

v2.0.1 (2018-10-13)

🚀 Enhancement

Committers: 1

v2.0.0 (2018-10-13)

💥 Breaking Change

🚀 Enhancement

🏠 Internal

Committers: 1

v1.2.0 (2018-10-13)

🚀 Enhancement

  • #19 Allow additional terminating properties to be configured (@whamondg)
  • #21 Test against eslint version 4 (@thughes)

🐛 Bug Fix

📝 Documentation

  • #24 Document installation of this package as a devDependency (@astorije)
  • #23 Document terminating-properties rule (@whamondg)

🏠 Internal

Committers: 5

v1.1.1

  • terminating-properties: Fix condition

v1.1.0

  • Add no-inner-compare rule
  • Add terminating-properties rule

v1.0.0

  • Add missing-assertion rule