Skip to content

Releases: andrewmolyuk/eslint-plugin-vue-modular

v0.1.0

28 Aug 11:12
83257cd

Choose a tag to compare

0.1.0 (2025-08-28)

Features

  • add no-business-logic-in-ui-kit rule (83257cd)

v0.0.27

27 Aug 14:29
3036750

Choose a tag to compare

Features

  • implement automatic test file detection and allow unrestricted imports for test files (2672731)

v0.0.26

27 Aug 07:23
876aed2

Choose a tag to compare

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
e396de1

Choose a tag to compare

Bug Fixes

  • update postchangelog script to remove unnecessary lines from CHANGELOG.md (f62ad5a)

v0.0.22

26 Aug 21:02
e78adb3

Choose a tag to compare

Bug Fixes

  • remove CHANGELOG.md before creating a new release (4a85dde)

v0.0.21

26 Aug 20:07
8f3bce4

Choose a tag to compare

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
8957e0d

Choose a tag to compare

Features

  • add component naming convention rule with tests and documentation (d4ab529)

v0.0.19

25 Aug 16:36
4177ccc

Choose a tag to compare

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
790e98c

Choose a tag to compare

Features

  • enhance enforce-import-boundaries rule with detailed layer access control and additional test cases (2aa2f8d)

v0.0.17

25 Aug 07:08
fc8c1be

Choose a tag to compare

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)