Releases: andrewmolyuk/eslint-plugin-vue-modular
Releases · andrewmolyuk/eslint-plugin-vue-modular
v0.1.0
28 Aug 11:12
Compare
Sorry, something went wrong.
No results found
0.1.0 (2025-08-28)
Features
add no-business-logic-in-ui-kit rule (83257cd )
v0.0.27
27 Aug 14:29
Compare
Sorry, something went wrong.
No results found
Features
implement automatic test file detection and allow unrestricted imports for test files (2672731 )
v0.0.26
27 Aug 07:23
Compare
Sorry, something went wrong.
No results found
Features
• Add services directory support to project structure (c2b71ca )
• Update documentation and enforce structure to include services directory (876aed2 )
Bug Fixes
• Remove trailing comma from recommendations in extensions.json (5b60b0a )
v0.0.23
26 Aug 21:12
Compare
Sorry, something went wrong.
No results found
Bug Fixes
update postchangelog script to remove unnecessary lines from CHANGELOG.md (f62ad5a )
v0.0.22
26 Aug 21:02
Compare
Sorry, something went wrong.
No results found
Bug Fixes
remove CHANGELOG.md before creating a new release (4a85dde )
v0.0.21
26 Aug 20:07
Compare
Sorry, something went wrong.
No results found
Features
add initial version configuration file with commit message formats (a0f4e96 )
enhance enforce-naming-convention rule to support Vue 3 modular architecture with file type-specific naming conventions and comprehensive validation (c27dac4 )
rename component naming convention rule to enforce-naming-convention and update related documentation (cacf020 )
Bug Fixes
update types structure in version configuration for consistency (8801736 )
v0.0.20
26 Aug 19:06
Compare
Sorry, something went wrong.
No results found
Features
add component naming convention rule with tests and documentation (d4ab529 )
v0.0.19
25 Aug 16:36
Compare
Sorry, something went wrong.
No results found
Features
add badges for build status, Codacy grade, issues, NPM version, downloads, and license to README (5c5b388 )
enhance ESLint configuration and rules with improved error handling and global definitions (48e504b )
expand tests for enforce-import-boundaries rule with additional valid and invalid import cases (36afc3d )
update enforce-import-boundaries documentation and tests to allow global services and stores imports (5050ab9 )
v0.0.18
25 Aug 07:24
Compare
Sorry, something went wrong.
No results found
Features
enhance enforce-import-boundaries rule with detailed layer access control and additional test cases (2aa2f8d )
v0.0.17
25 Aug 07:08
Compare
Sorry, something went wrong.
No results found
Features
enhance linting and documentation for modular rules (e942e29 )
update error messages for cross feature imports and clarify optional features directory in tests (c87f757 )
Bug Fixes
correct code block formatting in no-cross-feature-imports documentation (1093f0e )