Skip to content

Latest commit

 

History

History
894 lines (377 loc) · 27.8 KB

CHANGELOG.md

File metadata and controls

894 lines (377 loc) · 27.8 KB

Changelog

13.0.0 (2024-11-20)

⚠ BREAKING CHANGES

  • require ESLint >=9.15.0
  • update and review import plugin rules

Features

  • require ESLint >=9.15.0 (3d595dc)
  • update and review import plugin rules (3c65c87)

12.0.1 (2024-10-07)

Bug Fixes

  • disable unicorn/prefer-global-this (8f39065)

12.0.0 (2024-10-05)

⚠ BREAKING CHANGES

  • update eslint-plugin-unicorn

Features

  • add support for ESLint 9 (b2cd944)
  • update eslint-plugin-unicorn (eb50556)

Bug Fixes

  • go back to eslint-plugin-import (4d90e2b)

11.1.2 (2024-10-01)

Bug Fixes

11.1.1 (2024-08-13)

Bug Fixes

  • disable no-defaults jsdocs rules for now (#60) (3f7fece)

11.1.0 (2024-08-07)

Features

Bug Fixes

  • disable autofix of jsdoc/require-jsdoc (66d0f34)
  • disable unicorn/import-style rule (4ea0b86)

11.0.4 (2024-07-20)

Bug Fixes

11.0.3 (2024-07-02)

Bug Fixes

  • remove problematic import/named rule (ea2f73b)

11.0.2 (2024-07-02)

Bug Fixes

  • remove problematic import/export rule (69bd9e3)

11.0.1 (2024-07-02)

Bug Fixes

  • import plugin with flat config (0b9d723)

11.0.0 (2024-07-02)

⚠ BREAKING CHANGES

  • migrate to ESLint flat config

Features

  • migrate to ESLint flat config (1e6be26)

10.0.0 (2024-06-29)

⚠ BREAKING CHANGES

  • update plugins and add rules

Features

  • update plugins and add rules (5b449b5)

9.2.0 (2024-02-09)

Features

  • add plugin to prevent use of lookbehind in regexp (1a5dc32)
  • update dependencies (e6d5a90)

9.1.1 (2023-12-06)

Bug Fixes

9.1.0 (2023-12-05)

Features

  • add a few rules and remove deprecated rules (0ce5858)
  • update ESLint and plugins (d0790e8)

9.0.2 (2023-07-19)

Bug Fixes

  • remove no-duplicate-imports rule (aefba7d)

9.0.1 (2023-07-18)

Bug Fixes

  • disable unicorn/no-empty-file rule (7322363)

9.0.0 (2023-07-18)

⚠ BREAKING CHANGES

  • update plugins

Features

8.3.1 (2023-06-07)

Bug Fixes

  • disable unicorn/expiring-todo-comments (daac601)

8.3.0 (2023-05-26)

Features

  • update jsdoc and unicorn plugins (408dc04)

8.2.0 (2023-03-10)

Features

8.1.3 (2022-11-07)

Bug Fixes

  • include TypeScript overrides in base config (10dda9a)

8.1.2 (2022-11-07)

Bug Fixes

  • remove import/no-extraneous-dependencies rule (d17034a)

8.1.1 (2022-11-07)

Bug Fixes

  • remove import/no-unresolved rule (fedc7cc)

8.1.0 (2022-10-31)

Features

  • add opt-in unicorn config (a972a0a)
  • update dependencies and remove jest plugin (e871e1e)

8.0.2 (2022-07-04)

Bug Fixes

  • disable import/no-named-as-default rule (1b840f1)

8.0.1 (2022-06-02)

Bug Fixes

  • disable no-undefined rule (8abb2fe)

8.0.0 (2022-06-02)

⚠ BREAKING CHANGES

  • update config with latest dependencies and rules

Features

  • update config with latest dependencies and rules (87d5ad5)

7.3.0 (2022-03-08)

Features

  • split config into two base and jest configs (78903f2)

7.2.2 (2022-01-24)

Bug Fixes

  • update eslint-plugin-jest to v26 (d75a921)

7.2.1 (2021-11-05)

Bug Fixes

  • jsdoc: disable require-description-complete-sentence rule (5db979d)

7.2.0 (2021-11-04)

Features

  • jsdoc: allow up to two blank lines between jsdoc and function and do not check internal functions (f1d2f1c)
  • verify that functions always have a blank line before and after them (d051ae0)

7.1.2 (2021-10-23)

Bug Fixes

  • update eslint-plugin-jsdoc (5a84920)

7.1.1 (2021-10-15)

Bug Fixes

  • use temporary hack to install jsdoc plugin (65a71da)

7.1.0 (2021-10-15)

Features

7.0.0 (2021-10-15)

⚠ BREAKING CHANGES

  • default sourceType to module and support .mjs and .cjs extensions
  • update to ESLint v8

Features

  • allow empty functions in tests (a53b330)
  • default sourceType to module and support .mjs and .cjs extensions (f357169)
  • support ecmaVersion 2022 (f22dff0)
  • update to ESLint v8 (716eaab)

6.0.1 (2021-10-12)

Bug Fixes

  • add node env to config files (d21b0f9)

6.0.0 (2021-10-12)

⚠ BREAKING CHANGES

  • By default, only globals shared between Node.js and browsers are enabled (except in Jest tests). To support Node.js globals everywhere as before, add env: { node: true } to your config.

Features

  • only support globals shared between node and browsers by default (79581cd)

Bug Fixes

  • mark eslint plugins as peer dependencies (a0682cb)
  • update dependencies (c22e944)

5.6.0 (2021-10-11)

Features

  • update eslint-plugin-jest (35edc31)

5.5.0 (2021-09-08)

Features

  • add support for all ES2021 globals (805bd82)

5.4.0 (2021-09-07)

Features

  • update dependencies to have BigInt64Array (0cb305a)

5.3.0 (2021-08-31)

Features

5.2.4 (2021-05-10)

Bug Fixes

5.2.3 (2021-02-23)

5.2.2 (2020-10-07)

Bug Fixes

  • disable jest/expect-expect rule (b7b2242)

5.2.1 (2020-10-05)

Bug Fixes

5.2.0 (2020-09-22)

Bug Fixes

  • disable no-await-in-loop (075e0f1)
  • disable no-useless-constructor rule (24af921)

Features

  • add default-case-last rule (ff93b88)
  • add default-param-last rule (2652bbe)
  • add grouped-accessor-pairs rule (b7d1596)
  • add no-constructor-return rule (warn) (0d202f6)
  • add no-dupe-else-if rule (57c33f2)
  • add no-unreachable-loop rule (a578da4)
  • add no-useless-backreference rule (7bf84ed)
  • add prefer-regex-literals rule (3219fe9)
  • enable no-loss-of-precision rule (15b1e49)
  • enable no-promise-executor-return rule (c9e67b9)
  • enable no-setter-return rule (5705be0)
  • support ecmaVersion 2021 (56277ad)

5.1.3 (2020-09-08)

Bug Fixes

  • use endOfLine: auto in Prettier config (8a1d512)

5.1.2 (2020-09-04)

5.1.1 (2020-08-17)

Bug Fixes

  • disable import/no-cycle rule (f132ef7)

5.1.0 (2020-08-17)

Bug Fixes

Features

  • enable reportUnusedDisableDirectives (4eceed7)

5.0.0 (2020-07-28)

4.1.0 (2020-07-16)

Features

  • enable es2020 and move unassigned-import config from react (51a641f)

4.0.0 (2020-05-25)

3.0.0 (2020-03-27)

Features

  • force imports to be alphabetized (38a6ab1)

BREAKING CHANGES

  • imports must now be alphabetized in each group

2.0.5 (2020-03-27)

2.0.4 (2019-11-04)

Bug Fixes

  • update jest plugin to latest version (3a4193e)

2.0.3 (2019-07-26)

Bug Fixes

  • disable bogus require-atomic-updates rule (9bfb504)

2.0.2 (2019-07-24)

Bug Fixes

  • add eslint-config-prettier to dependencies (ea0252e)
  • allow camelCase in destructuring (6c5cd8a)

2.0.1 (2019-07-24)

Bug Fixes

2.0.0 (2019-07-24)

1.20.1 (2019-03-26)

Bug Fixes

  • forward support for Jest files in TypeScript (2e54e01)

1.20.0 (2018-12-23)

Features

  • add no-useless-catch rule (53e85fb)

1.19.1 (2018-12-11)

Bug Fixes

  • disable require-unicode-regexp (e0a5016)

1.19.0 (2018-12-11)

Features

  • add rules introduced in ESLint 5.3.0 (d8075a9)
  • update import rules (ec15d0e)
  • update jest rules (b224941)

1.18.0 (2018-06-26)

Features

  • upgrade to ESLint 5 and switch ecmaVersion to 2018 (54afe77)

1.17.4 (2018-05-15)

Bug Fixes

  • add node-report to allow unassigned imports (4f5628f)

1.17.3 (2018-04-13)

Bug Fixes

  • do not warn unassigned import for make-promises-safe (55f5f56)

1.17.2 (2018-03-07)

Bug Fixes

1.17.1 (2018-03-02)

Bug Fixes

  • disable callback-return rule (02de66f)

1.17.0 (2018-02-22)

Features

  • add more stylistic rules (4049614)

1.16.1 (2018-02-22)

Bug Fixes

1.16.0 (2018-02-22)

Features

  • add import/no-self-import rule (c339efe)
  • set all Variables and Node.js rules (2093207)

1.15.1 (2018-01-30)

Bug Fixes

  • disable inexistent rule (c4fb9eb)

1.15.0 (2018-01-30)

Features

  • add import plugin and rules (50984a1)

1.14.1 (2018-01-23)

1.14.0 (2018-01-18)

Features

  • switch indent rule to two spaces (#7) (272378b)

1.13.0 (2018-01-17)

Features

  • jest: add valid-expect-in-promise (bbd71a4)

1.12.0 (2018-01-10)

Features

  • support jest test directories (32f7400)

1.11.0 (2018-01-09)

Features

1.10.0 (2018-01-09)

Features

1.9.1 (2017-12-06)

Bug Fixes

1.9.0 (2017-12-06)

Features

  • add new rules for best practices (ae3237c)
  • add new rules for possible errors (1b589e8)

1.8.0 (2017-05-11)

Features

1.7.0 (2017-03-10)

Features

1.6.0 (2016-12-08)

Features

1.5.4 (2016-12-08)

1.5.3 (2016-11-14)

1.5.2 (2016-10-17)

Bug Fixes

  • add function to jsdoc consistency (7f6a65f)

1.5.1 (2016-10-17)

Bug Fixes

1.5.0 (2016-10-17)

Features

  • add some best practices (558b339)

1.4.0 (2016-10-14)

Features

1.3.2 (2016-10-12)

1.3.1 (2016-10-11)

Bug Fixes

  • array-bracket-spacing should be never (655441e)

1.3.0 (2016-10-11)

Features

1.2.1 (2016-09-14)

1.2.0 (2016-09-05)

Features

1.1.2 (2016-07-26)

Bug Fixes

1.1.1 (2016-07-26)

Bug Fixes

  • put allow-null in correct rule (01a5b8a)

1.1.0 (2016-07-26)

Features

1.0.0 (2016-07-18)

Features