Skip to content

Releases: XeicuLy/eslint-plugin-reactive-value-suffix

v3.0.2

29 Apr 01:59

Choose a tag to compare

3.0.2 (2025-04-29)

Bug Fixes

  • add support for aliased destructuring in shouldSuppressWarning (69feaae)

v3.0.1

17 Apr 14:23

Choose a tag to compare

3.0.1 (2025-04-17)

Bug Fixes

v3.0.0

10 Apr 15:07

Choose a tag to compare

3.0.0 (2025-04-10)

Features

BREAKING CHANGES

  • Changed from a design that holds an array to a design that searches for a Node each
    time

v2.0.1

24 Feb 11:26

Choose a tag to compare

2.0.1 (2025-02-24)

Performance Improvements

  • fix O(n²) complexity in array spread operation (adfc4f4)

v2.0.0

10 Oct 14:26

Choose a tag to compare

2.0.0 (2024-10-10)

Bug Fixes

  • rule: reverse isPropertyValue check logic in checkMemberExpression (44a5bc8), closes #37

BREAKING CHANGES

  • rule: The behavior of checkMemberExpression has changed.The rule now applies when
    isPropertyValue is false instead of true,which may affect logic dependent on this condition. This
    change is expected to ensure the plugin operates correctly as intended.

v1.1.0

01 Oct 12:27

Choose a tag to compare

1.1.0 (2024-10-01)

Features

  • added a function to detect the non-null assertion operator (84d513d), closes #31

v1.0.10

22 Sep 09:51

Choose a tag to compare

1.0.10 (2024-09-22)

v1.0.9

18 Sep 12:08

Choose a tag to compare

1.0.9 (2024-09-18)

Bug Fixes

  • eslint: update ignored files in eslint.config.mjs (e18287d)
  • releaserc: update branches in releaserc.yaml (a7e973a)
  • workflows: update release.yaml to include main branch (7f0e6d2)

v1.0.8

18 Sep 05:16

Choose a tag to compare

1.0.8 (2024-09-18)

Bug Fixes

  • package: remove "type" field from package.json (1f98c7a)

v1.0.7

18 Sep 04:58

Choose a tag to compare

1.0.7 (2024-09-18)