Releases: andrewmolyuk/eslint-plugin-vue-fsd
Releases · andrewmolyuk/eslint-plugin-vue-fsd
v1.9.0
02 Sep 21:34
Compare
Sorry, something went wrong.
No results found
1.9.0 (2025-09-02)
feat: add no-cross-slice-imports rule to prevent cross-imports between slices on the same layer (da50cca )
chore: add Codacy configuration for duplication and metrics analysis (b76a1c7 )
chore: correct 'metrics' to 'metric' in Codacy configuration (5809b0a )
v1.8.0
02 Sep 20:25
Compare
Sorry, something went wrong.
No results found
1.8.0 (2025-09-02)
fix: update Vue compiler dependencies to version 3.5.21 and adjust tests for no-ui-in-app rule (4f828e6 )
feat: add no-higher-level-imports rule to prevent imports from higher FSD layers (1ecbdde )
v1.7.0
02 Sep 19:15
Compare
Sorry, something went wrong.
No results found
1.7.0 (2025-09-02)
feat: add no-layer-public-api rule to prevent root-level public API files in layers (ed3c0d7 )
test: add unit tests for ESLint plugin configurations (2867106 )
v1.6.0
01 Sep 21:07
Compare
Sorry, something went wrong.
No results found
1.6.0 (2025-09-01)
feat: add no-ui-in-app rule to enforce FSD structure (dc313d9 )
chore: add .eslintrc.json configuration file for ESLint setup (c832e75 )
chore: add ESLint configuration for test files with vitest/jest globals (2a029ba )
chore: add eslint-plugin-eslint-plugin configuration to ESLint setup (73506ab )
chore: add eslint-plugin-prettier recommended configuration to ESLint setup (9663c47 )
chore: add minimal ESLint configuration for JavaScript files (c7b90e3 )
chore: create fsd-layers image and insert it to doc (db62e12 )
chore: refactor ESLint configuration to wrap source file settings in an object (c0ec373 )
chore: remove Codacy configuration and simplify ESLint setup (1a5d701 )
chore: remove deprecated ESLint configuration file (80a5c99 )
chore: remove eslint-plugin-eslint-plugin from configuration and package files (3368cb6 )
chore: remove legacy ESLint configuration files and update Codacy settings for improved compatibilit (ab39592 )
chore: remove unused plugins configuration from test files in ESLint setup (b075536 )
chore: update .codacy.yml to disable ESLint v8 and streamline engine configuration (ecb00ae )
chore: update ESLint configuration to include globals for Node environment (db2614b )
chore: update ESLint configuration to include recommended settings (b10cea5 )
v1.5.2
31 Aug 20:55
Compare
Sorry, something went wrong.
No results found
1.5.2 (2025-08-31)
fix: add legacy eslintrc config for Codacy compatibility while keeping flat config for local dev (3f021b1 )
chore: add .codacy.yml to resolve ESLint flat config compatibility issues (dd8efc1 )
chore: update .codacy.yml to clarify ESLint configuration and exclude test paths (7d34d82 )
refactor: add validation for default order when invalid order option is provided (c3919a2 )
refactor: move utility functions to separate file for better organization and maintainability (af09098 )
v1.5.1
31 Aug 20:25
Compare
Sorry, something went wrong.
No results found
1.5.1 (2025-08-31)
refactor: reduce complexity in rules to meet ESLint standards (08e5a55 )
fix: correct test file pattern in eslint.config.js and ensure complexity rule is defined (46e21bd )
v1.5.0
31 Aug 19:47
Compare
Sorry, something went wrong.
No results found
1.5.0 (2025-08-31)
feat: add public-api rule to enforce consistent public API structure in FSD slices; include tests an (76a2d53 )
v1.4.0
31 Aug 19:23
Compare
Sorry, something went wrong.
No results found
1.4.0 (2025-08-31)
feat: add fsd-layers rule to enforce consistent layer structure in feature-sliced design; include te (787d16e )
v1.3.1
31 Aug 18:47
Compare
Sorry, something went wrong.
No results found
1.3.1 (2025-08-31)
fix: update README.md and configs.js to include sfc-sections-order rule; enhance documentation and r (8b96028 )
v1.3.0
31 Aug 18:37
Compare
Sorry, something went wrong.
No results found
1.3.0 (2025-08-31)
feat: implement sfc-sections-order rule to enforce consistent section order in Vue Single File Compo (56e85f9 )