File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 0.9.1] ( https://github.com/redhat-developer/vscode-xml/milestone/11?closed=1 ) (October 17, 2019)
4
+
5
+ ### Bug Fixes
6
+
7
+ * XSD: IntelliSense and element substitutions. See [ #186 ] ( https://github.com/redhat-developer/vscode-xml/issues/186 )
8
+ * Completion doesn't use file cache for included XML schema. See [ lsp4xml #570 ] ( https://github.com/angelozerr/lsp4xml/pull/570 )
9
+ * Prevent from NPE validation with schemaLocaton and "schema.reference.4" error. See [ lsp4xml #569 ] ( https://github.com/angelozerr/lsp4xml/pull/569 )
10
+
11
+ ### Performances
12
+
13
+ * Improve performance and memory for validation by caching XML Schema / DTD. See [ lsp4xml #534 ] ( https://github.com/angelozerr/lsp4xml/issues/534 )
14
+
15
+ ### Others
16
+
17
+ * Reject download of resource which are not in the cache folder. See [ lsp4xml #567 ] ( https://github.com/angelozerr/lsp4xml/pull/567 )
18
+ * Add xml.validation.disallowDocTypeDecl & xml.validation.resolveExternalEntities settings. See [ #187 ] ( https://github.com/redhat-developer/vscode-xml/pull/187 )
19
+ * Added maven info. See [ #148 ] ( https://github.com/redhat-developer/vscode-xml/pull/148 )
20
+
3
21
## [ 0.9.0] ( https://github.com/redhat-developer/vscode-xml/milestone/10?closed=1 ) (September 10, 2019)
4
22
5
23
### Enhancements
You can’t perform that action at this time.
0 commit comments