Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 18:56
· 185 commits to main since this release
68e7c1a

0.9.0 (2025-09-04)

  • feat: add file-component-naming rule to enforce PascalCase for Vue component filenames (a3d2fd8)
  • feat: add folder-kebab-case rule to enforce kebab-case naming for folder names and implement related (68e7c1a)
  • feat: add isTestFile utility and update file-component-naming rule to skip test files (aa93f6b)
  • feat: implement file-ts-naming rule to enforce camelCase for TypeScript filenames and add related do (5baee58)
  • refactor: rename test-utils to utils and update import paths (5ebcd6f)
  • refactor: replace setupRuleTester with createRuleTester for consistency in test files (ab0a257)
  • test: add coverage reporting and update dependencies in configuration files (8e2aca8)
  • docs(roadmap): add architecture guidelines, rule map and timeline (a0e150a)
  • docs: enhance README with modular architecture details and remove outdated rules documentation (439c9e3)
  • docs: update README for clarity and organization, refactor rules section, and adjust links (2880ecd)

BREAKING CHANGE

  • refactor: remove obsolete test files and utilities (5149754)