2.0.1 (2025-02-24)
- fix O(n²) complexity in array spread operation (adfc4f4)
2.0.0 (2024-10-10)
- 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.
1.1.0 (2024-10-01)
1.0.10 (2024-09-22)
1.0.9 (2024-09-18)
- 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)
1.0.8 (2024-09-18)
- package: remove "type" field from package.json (1f98c7a)
1.0.7 (2024-09-18)
1.0.6 (2024-09-16)
1.0.5 (2024-09-16)
- release: remove successComment and failComment options (432be66)
- improve performance with early return (49bf943)
1.0.4 (2024-09-15)
- trigger release (b5aa5e2)
1.0.3 (2024-09-15)
1.0.2 (2024-09-15)
- package: remove vite-node dependency from package.json (11289e0)
1.0.1 (2024-09-15)
- trigger release (5eac539)
- add reactive value suffix rule (47e9900)