Skip to content

0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@NikolasKomonen NikolasKomonen released this 17 Jun 19:22

0.7.0 (June 11, 2019)

Enhancements

  • Display Java runtime used to launch the server (See Output view). See lsp4xml#415.
  • Added xml.symbols.enabled preference, to enable/disable Document Symbols. See #151.
  • Added xml.java.home preference, to set the Java path. See #145.
  • File completion in attribute value. See lsp4xml#345.
  • Support for JRE's. See #152.
  • Validation when editing an XML Schema. See lsp4xml#190.
  • Added XML Prolog completion in DTD files. See lsp4xml#267.
  • Ability to rename a namespace/namespace renaming improvements. See lsp4xml#366.
  • Startup time for SVG DTD file completion was too slow. See lsp4xml#397.
  • Mark element source coming from XML Schema/DTD for completion. See lsp4xml#210.
  • Added Webpack support. See #122.

Bug Fixes

  • Memory usage improvements. See lsp4xml#389.
  • Fix completion source crash on Windows OS. See lsp4xml#408.
  • Fix error range for ETagRequired. See lsp4xml#387.
  • Fix error range for cos-all-limited.2. See lsp4xml#407.
  • Document Symbols only returns the 1st ATTLIST value. See lsp4xml#265.
  • Completion in SVG DTD file proposed duplicate completions. See #141.
  • Indentation wasn't working properly on a certain case. See #137.
  • Fix excessive autoclose calls. See #153.
  • Fixed formatting range issues. See lsp4xml#76.