Skip to content

Latest commit

 

History

History
111 lines (46 loc) · 3.6 KB

CHANGELOG.md

File metadata and controls

111 lines (46 loc) · 3.6 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

9.0.5 (2022-06-28)

Bug Fixes

9.0.4 (2022-06-28)

9.0.3 (2021-10-20)

9.0.2 (2021-03-12)

Bug Fixes

9.0.1 (2021-03-12)

9.0.0 (2020-10-26)

8.0.1 (2020-02-21)

8.0.0 (2020-02-21)

7.0.0 (2020-01-15)

Features

  • Disable react/jsx-pascal-case rule (1941346)

6.0.0 (2020-01-15)

Features

  • Enforce React.Fragment over syntax (4301442)
  • Tweak JSX rules (4624615)

Bug Fixes

5.0.0 (2020-01-15)

4.0.0 (2019-07-10)

Features

BREAKING CHANGES

  • upgrade eslint to v6

3.0.0 (2019-06-18)

Features

  • throw error on 'no-unused-vars' (942a26f)

BREAKING CHANGES

  • major change

2.1.2 (2019-02-07)

2.1.1 (2018-12-15)

Bug Fixes

  • relax no-duplicate-imports (096c362)

2.1.0 (2018-12-15)

Features

  • Allow _, __, ___, ... as unused placeholder variables (6b3d626)

Performance Improvements

  • disable import/no-duplicates and use the builtin no-duplicate-imports instead (69389b3)