Skip to content

Releases: lisilinhart/eslint-plugin-pinia

v0.4.1

25 Aug 08:03
Compare
Choose a tag to compare

0.4.1 (2024-08-25)

Bug Fixes

v0.4.0

25 Aug 07:51
46f7357
Compare
Choose a tag to compare

0.4.0 (2024-08-25)

Features

  • warn using storeToRefs inside a store (#64) (46f7357)

v0.3.1

24 Aug 18:59
0d7f541
Compare
Choose a tag to compare

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

24 Aug 18:55
Compare
Choose a tag to compare

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

05 Jul 06:42
a595837
Compare
Choose a tag to compare

0.2.0 (2024-07-05)

Features

  • prevent export of an initialized store (#46) (a595837)

v0.1.13

13 Apr 16:03
5b174b7
Compare
Choose a tag to compare

0.1.13 (2024-04-13)

Feature

v0.1.12

05 Apr 13:45
2dcc4e5
Compare
Choose a tag to compare

0.1.12 (2024-04-05)

Feature

  • no-return-global-properties: add new rule for disallowing returning route or inject (2dcc4e5)

v0.1.11

05 Apr 12:32
6dff094
Compare
Choose a tag to compare

0.1.11 (2024-04-05)

Bug Fixes

  • require-setup-store-properties-export: handle null returnStatement (7cc78c9)

v0.1.10

04 Apr 19:36
Compare
Choose a tag to compare

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

03 Apr 22:10
Compare
Choose a tag to compare

0.1.9 (2024-04-03)

Bug Fixes

  • require-setup-store-properties-export: change warning only to reactive variables (ref, reactive) (d6c8b40)