Skip to content

0.9.1

Compare
Choose a tag to compare
@fbricon fbricon released this 28 Oct 10:37
4408349

Bug Fixes

  • XSD: IntelliSense and element substitutions. See #186
  • Completion doesn't use file cache for included XML schema. See lsp4xml#570
  • Prevent from NPE validation with schemaLocaton and "schema.reference.4" error. See lsp4xml#569

Performance

  • Improve performance and memory for validation by caching XML Schema / DTD. See lsp4xml#534

Others

  • Reject download of resources which are not in the cache folder. Fixes CVE-2019-18212. See lsp4xml#567
  • Add xml.validation.disallowDocTypeDecl & xml.validation.resolveExternalEntities settings. Fixes CVE-2019-18213. See #187
  • Added maven info. See #148