Skip to content

Latest commit

 

History

History
84 lines (39 loc) · 4 KB

CHANGELOG.md

File metadata and controls

84 lines (39 loc) · 4 KB

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.

1.1.0 (2024-10-01)

Features

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

1.0.10 (2024-09-22)

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)

1.0.8 (2024-09-18)

Bug Fixes

  • 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)

Bug Fixes

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

Performance Improvements

  • improve performance with early return (49bf943)

1.0.4 (2024-09-15)

Bug Fixes

1.0.3 (2024-09-15)

1.0.2 (2024-09-15)

Bug Fixes

  • package: remove vite-node dependency from package.json (11289e0)

1.0.1 (2024-09-15)

Bug Fixes

1.0.0 (2024-09-15)

Features

  • add reactive value suffix rule (47e9900)