Releases: lisilinhart/eslint-plugin-pinia
Releases · lisilinhart/eslint-plugin-pinia
v0.4.1
0.4.1 (2024-08-25)
Bug Fixes
v0.4.0
0.4.0 (2024-08-25)
Features
- warn using storeToRefs inside a store (#64) (46f7357)
v0.3.1
0.3.1 (2024-08-24)
Bug Fixes
- no-duplicate-store-ids: fix the error message that shouldn't appear in vscode (#57) (0d7f541)
v0.3.0
0.3.0 (2024-08-24)
Bug Fixes
- build issue (62ceb06)
- require-setup-store-properties-export: correctly recognize renamed object key (#54) (4d32287)
Features
v0.2.0
0.2.0 (2024-07-05)
Features
- prevent export of an initialized store (#46) (a595837)
v0.1.12
0.1.12 (2024-04-05)
Feature
- no-return-global-properties: add new rule for disallowing returning route or inject (2dcc4e5)
v0.1.11
0.1.11 (2024-04-05)
Bug Fixes
- require-setup-store-properties-export: handle null returnStatement (7cc78c9)
v0.1.10
0.1.10 (2024-04-04)
Bug Fixes
- prefer-single-store: disable this rule by default (can be enabled on demand) (9604cc2)
v0.1.9
0.1.9 (2024-04-03)
Bug Fixes
- require-setup-store-properties-export: change warning only to reactive variables (ref, reactive) (d6c8b40)