Skip to content

Latest commit

 

History

History
85 lines (48 loc) · 2.07 KB

File metadata and controls

85 lines (48 loc) · 2.07 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.

[Unreleased]

[3.0.1] - 2025-02-25

  • Migration to flat configs making it compatible with ESlint v9.
  • Migrate the code to es6
  • Add new compilation process to build the lib to es6 and common-js
  • Add new recommended rules.

[2.1.4] - 2024-09-12

  • Fixing dependencies not published properly in v2.1.3.
  • Revert eslint-plugin-lodash version bump because it requires ESLint v9.

[2.1.3] - 2024-09-12

  • Updating eslint-plugin dependencies.

[2.1.2] - 2024-09-12

  • Updating typescript-eslint dependencies.

[2.1.1] - 2024-07-10

  • Updating naming convention for imports. Added camelCase, PascalCase and UPPER_CASE.

[2.1.0] - 2024-06-20

  • Updating dependencies before migration to ESlint 9.

[2.0.1] - 2023-07-12

[2.0.0] - 2023-06-19

Changed

[1.1.2] - 2022-10-24

Changed

  • Bump dependencies

[1.0.3] - 2022-07-22

Changed

  • Bump dependencies

[1.0.2] - 2021-11-25

Changed

  • Bump dependencies

[1.0.1] - 2021-11-15

Changed

  • Bump dependencies

[1.0.0] - 2021-10-27

Changed

  • ESLint v8 is now required as a peer dependency.
  • Node.js 10, 13, and 15 are no longer supported.
  • New rules and changes into some of the old ones.

[0.0.1] - 2021-10-22

  • Init