Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 2.82 KB

CHANGELOG.md

File metadata and controls

33 lines (27 loc) · 2.82 KB

Change Log

0.0.2 (November 8, 2018)

Enhancements

  • Add support for textDocument/documentLink . See #56.
  • No completion nor validation when editing an xsd schema. See #178.
  • Cache on the file system, XML Schema from http, ftp before loading it. See #159.
  • Support for XSL. See #189.
  • Change 'resource downloading' diagnostic severity to Information. See #187.
  • XSL support to resolve XML Schema of xsl. See #91.
  • Add support for completion requests from empty character. See #112.
  • Provide documentation on hover for attributes. See #146.

Bug Fixes

  • Formatting deletes document's body when there's a DTD declaration. See #198.
  • Completion from local xsd was cached too aggressively. See #194.
  • "format.splitAttributes:true" adds excessive indentation. See #188.
  • No validation or code completion on nested elements. See #177.
  • XSD files can only be edited if useCache is enabled. See #186.
  • No autocompletion when writing XSDs. See #111.
  • Insert required attribute code action inserts bad placeholder. See #185.
  • No validation when referencing a schema in the same directory. See #144.
  • Hover doesn't work when xs:annotation is declared in type and not element. See #182.
  • Incomplete autocompletion for xsl documents. See #165.
  • Auto Complete/ Completion for XML Prolog. See #85.
  • xml.format.splitAttributes keeps first attribute on same line. See #161.
  • File association should support relative path for systemId. See #142.
  • Validation of non-empty nodes required to be empty shows misplaced diagnostics. See #147.
  • Validation of empty required node shows misplaced diagnostics. See #145.