Skip to content

Releases: vdate360/vue-glimpse

v0.7.3

20 Sep 20:14

Choose a tag to compare

0.7.3 - 2025-09-20

🐛 Bug Fixes

  • (package.json) Update project description for clarity (bd0b6d2)

v0.7.2

20 Sep 19:29

Choose a tag to compare

0.7.2 - 2025-09-20

🐛 Bug Fixes

  • (demo) Update project demonstration GIF (f1f8e27)

v0.7.1

20 Sep 18:19

Choose a tag to compare

0.7.1 - 2025-09-20

🐛 Bug Fixes

  • (parser) Correctly identify prop access in template expressions (6bce9d2)
  • (parser) Gracefully handle recoverable parsing errors (7f9d0e2)

v0.7.0

20 Sep 15:39

Choose a tag to compare

0.7.0 - 2025-09-20

✨ Features

  • (decorations) Add command to toggle decoration visibility (92ccc17)

v0.6.0

20 Sep 14:57

Choose a tag to compare

0.6.0 - 2025-09-20

✨ Features

  • (statusBar) Add analysis status bar indicator (aa5544e)
  • (colors) Add configurable identifier colors (91f8cd8)
  • (state-management) Distinguish Pinia and Vuex state identifiers (55090c5)

v0.5.0

20 Sep 08:20

Choose a tag to compare

0.5.0 - 2025-09-20

✨ Features

  • (icons) Allow users to customize identifier icons (7006b71)
  • (optionsApi) Categorize setup bindings more precisely (96506ab)

v0.4.0

18 Sep 17:38

Choose a tag to compare

0.4.0 - 2025-09-18

✨ Features

  • (optionsApi) Parse methods from mapActions helper (ca7d67a)
  • (parser) Introduce dedicated analyzers for options API (20b9773)

🐛 Bug Fixes

  • (analysis) Retain decorations on syntax errors (958e3c8)

♻️ Refactor

  • (core) Decouple parser from VS Code API (f7d7412)
  • (optionsApi) Extract AST helper functions (cb186ed)

v0.3.1

17 Sep 18:26

Choose a tag to compare

0.3.1 - 2025-09-17

🐛 Bug Fixes

  • (rollup) Externalize node built-ins with 'node:' prefix (0b051dd)

v0.3.0

17 Sep 18:00

Choose a tag to compare

0.3.0 - 2025-09-17

✨ Features

  • (config) Add configuration to toggle hover tooltips (3101c5e)
  • (hover) Display identifier category with icon and label (37c3d61)
  • (hover) Add hover provider for Vue template identifiers (85eba36)

♻️ Refactor

  • (categories) Centralize identifier category definitions (d175c89)

v0.2.0

17 Sep 08:40

Choose a tag to compare

0.2.0 - 2025-09-17

✨ Features

  • (docs) Update issue templates (15f97f7)