Releases: XeicuLy/eslint-plugin-reactive-value-suffix
Releases · XeicuLy/eslint-plugin-reactive-value-suffix
v2.0.1
2.0.1 (2025-02-24)
Performance Improvements
- fix O(n²) complexity in array spread operation (adfc4f4)
v2.0.0
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
1.1.0 (2024-10-01)
Features
- added a function to detect the non-null assertion operator (84d513d), closes #31
v1.0.9
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
1.0.8 (2024-09-18)
Bug Fixes
- package: remove "type" field from package.json (1f98c7a)
v1.0.5
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
1.0.4 (2024-09-15)
Bug Fixes