Skip to content

Commit de23edf

Browse files
chore(release): v0.4.0
1 parent 9d83f92 commit de23edf

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
22

33
All notable changes to this project will be documented in this file.
4+
## [0.4.0](https://github.com/vofronte/vue-glimpse/compare/v0.3.1...v0.4.0) - 2025-09-18
5+
6+
### ✨ Features
7+
8+
- *(optionsApi)* Parse methods from mapActions helper ([ca7d67a](https://github.com/vofronte/vue-glimpse/commit/ca7d67a9222975449688121fc6513da55f556138))
9+
- *(parser)* Introduce dedicated analyzers for options API ([20b9773](https://github.com/vofronte/vue-glimpse/commit/20b977310363032b70850d1b890e864268cbbae8))
10+
11+
### 🐛 Bug Fixes
12+
13+
- *(analysis)* Retain decorations on syntax errors ([958e3c8](https://github.com/vofronte/vue-glimpse/commit/958e3c85d638986ab6da40f72bec820bd4fb4661))
14+
15+
### ♻️ Refactor
16+
17+
- *(core)* Decouple parser from VS Code API ([f7d7412](https://github.com/vofronte/vue-glimpse/commit/f7d7412a3498a07210fc6e04d13e3d9240e945bb))
18+
- *(optionsApi)* Extract AST helper functions ([cb186ed](https://github.com/vofronte/vue-glimpse/commit/cb186ed092e4ccd631c4a238d8cb588db06e9f12))
419
## [0.3.1](https://github.com/vofronte/vue-glimpse/compare/v0.3.0...v0.3.1) - 2025-09-17
520

621
### 🐛 Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "vue-glimpse",
44
"displayName": "VueGlimpse",
55
"type": "module",
6-
"version": "0.3.1",
6+
"version": "0.4.0",
77
"packageManager": "[email protected]",
88
"description": "Instantly see the origin of your Vue template variables (props, state, etc.) without leaving your HTML.",
99
"author": "vofronte",

0 commit comments

Comments
 (0)