Skip to content

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

v2.0.1

24 Feb 11:26
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

1.0.10 (2024-09-22)

v1.0.9

18 Sep 12:08
Compare
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
Compare
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
Compare
Choose a tag to compare

1.0.7 (2024-09-18)

v1.0.6

16 Sep 03:05
Compare
Choose a tag to compare

1.0.6 (2024-09-16)

v1.0.5

16 Sep 02:23
Compare
Choose a tag to compare

1.0.5 (2024-09-16)

Bug Fixes

  • release: remove successComment and failComment options (432be66)

Performance Improvements

  • improve performance with early return (49bf943)

v1.0.4

15 Sep 16:05
Compare
Choose a tag to compare

1.0.4 (2024-09-15)

Bug Fixes