Skip to content

Commit 056a803

Browse files
committed
Update release notes and bump minor version
1 parent 4400334 commit 056a803

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,18 @@ https://github.com/admvx/as2-language-support
77
- LSP-based code completion
88
- Intrinsic language features + local code parsing
99

10-
## Known issues
11-
- Look-up of imported classes requires the open vscode directory to match the class root
12-
- Method signature intellisense supports single-line cases only
13-
- Limited awareness of inline method definitions
14-
1510
## Coming soon
16-
- File handling improvements
1711
- Go-to / peek definition support
1812
- Contextual suggestion filtering
1913
- Performance improvements via WASM regex implementation
2014

2115
## Release Notes
2216

17+
### 1.1.0
18+
- Removes the requirement that the active vscode workspace directory must match the root class-path of any open files
19+
- Improves handling of wildcard imports
20+
- Fixes bug where parse queue halts upon encountering a missing file
21+
2322
### 1.0.1
2423
Addresses the following issues:
2524
- No method signature support for the super constructor

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "git",
77
"url": "git@github.com:admvx/as2-language-support.git"
88
},
9-
"version": "1.0.1",
9+
"version": "1.1.0",
1010
"author": "Adam Vernon",
1111
"publisher": "admvx",
1212
"icon": "icon.png",

0 commit comments

Comments
 (0)