Skip to content

Latest commit

 

History

History
146 lines (77 loc) · 5.9 KB

CHANGELOG.md

File metadata and controls

146 lines (77 loc) · 5.9 KB

Changelog

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

5.1.0 (2023-06-22)

Features

  • Recognize *.mjs files as ESM modules (f2c0a15)

5.0.1 (2022-08-16)

Bug Fixes

5.0.0 (2022-08-16)

⚠ BREAKING CHANGES

  • Default for Node.js was switched from v12+ to v14+. To lint for Node.js v12+, rely on node/12 configuration

Features

  • Upgrade default Node.js config to v14 (c8a8e95)

4.0.1 (2022-05-23)

Bug Fixes

  • Do not recognize fetch global in Node.js v12 (4d6663c)

4.0.0 (2021-11-03)

⚠ BREAKING CHANGES

  • Default Node.js configuration is set for Node.js v12. Projects which support Node.js v10 need to switch to node/10

Features

  • Upgrade default Node.js configuration to v12 (adfbb1d)

3.0.2 (2021-11-03)

Bug Fixes

  • Fix BigInt recognition configuration (c4948c0)

3.0.1 (2021-11-03)

Bug Fixes

  • Recognize BigInt global (27b3184)

3.0.0 (2020-08-28)

⚠ BREAKING CHANGES

  • ES2019 syntax is now accepted as valid

Features

  • Upgrade to support ES2019 (ec7e343)

2.2.0 (2020-07-27)

Features

  • Introduce Node.js v6 dedicated config (3444609)

2.1.1 (2020-06-29)

Bug Fixes

  • Turn off 'no-underscore-dangle' (d91a54c)

2.1.0 (2020-05-18)

Features

  • Allow labeled statements (0bf6161)

2.0.0 (2020-04-28)

⚠ BREAKING CHANGES

  • "tests" folders are no longer recognized as test folders. Instead we recognize "test" which is widely practised convention
  • Drop support for Node.js v8
  • Drop support for eslint v5

Features

  • Recognize "test" (instead of "tests") as tests folder (5e3e0e5)
  • Support ES2018 syntax (f9cd210)

1.3.0 (2020-07-15)

Features

  • Allow labeled statements (b182e61)

Bug Fixes

  • Turn off 'no-underscore-dangle' (b1800dc)

1.2.1 (2019-10-28)

Bug Fixes

  • Turn off 'comma-dangle' as it conflicts with Prettier (495de4a)

1.2.0 (2019-09-05)

Bug Fixes

  • Include this package itself in the install instructions (b8116c1)

Features

  • Recognize 'test' folders as test files source (23fa057)

1.1.0 (2019-07-19)

Bug Fixes

  • Turn off 'allowParens' for no-confusing-arrow (Prettier support) (e0f6a74)
  • Turn off 'no-unused-expressions' for tests (37c1969)

Features

  • Improve *:updated scripts naming convention (868046e)

1.0.1 (2019-07-09)

Bug Fixes

  • Turn off 'require-atomic-updates' due to false positives (0dd3f0c)

1.0.0 (2019-06-24)

Features

  • Prettier configuration (74f6612)
  • Reflect ESLint configuration of serverless package (be5561b)
  • Turn off rules that collide with Prettier (c4ebb38)