Skip to content

Releases: DotJoshJohnson/vscode-xml

v2.0.0-preview.3

04 May 02:57
Compare
Choose a tag to compare
v2.0.0-preview.3 Pre-release
Pre-release

🛑 Not available in Marketplace. This version is not feature-complete! 🛑

This is the final preview build before 2.0.0 is released to the marketplace.

v2.0.0-preview.2

29 Apr 01:33
Compare
Choose a tag to compare
v2.0.0-preview.2 Pre-release
Pre-release

🛑 Not available in Marketplace. This version is not feature-complete! 🛑

This preview implements the remaining core features.

v2.0.0-preview.1

02 Mar 03:14
Compare
Choose a tag to compare
v2.0.0-preview.1 Pre-release
Pre-release

🛑 Not available in Marketplace. This version is not feature-complete! 🛑

Bug Fixes

NOTE: All formatting bugs were fixed in the new "V2" formatter. The classic formatter is still available to use by setting xmlTools.xmlFormatterImplementation to classic.

  • Fixed a formatting issue that caused self-closing elements to be formatted improperly (issue #120).
  • Non-ASCII element names will no longer cause the formatter to choke (issue #125).
  • Fixed an issue that caused element text on its own line to be formatted incorrectly (issue #137).
  • Fixed a bad "Format as XML" keybinding (issue #133).

New Features

  • XML Tools now supports multi-root workspaces (issue #128).
  • Allowed the use of some non-encoded characters in attribute values (issue #76).
  • Added the ability to split all attribute types onto new lines (issue #116).
  • Preserve line breaks during formatting for readability (issue #59).
  • The first attribute in an element will not be split onto a new line (issue #89).
  • Commented formatted XML will be kept in its formatted state during formatting (issue #118).

Other Changes

  • The VS Code engine has been updated to 1.19.0.
  • XQLint has been updated to 0.4.0.

v1.9.2

24 Jun 00:46
Compare
Choose a tag to compare

Available on the Visual Studio Marketplace.

Bug Fixes

  • Corrected a regression that caused elements with one or more attributes and text content to format incorrectly when the splitXmlnsOnFormat setting was set to false (issue #109).

v1.9.1

21 Jun 03:54
Compare
Choose a tag to compare

Available on the Visual Studio Marketplace.

Bug Fixes

  • Elements that start with a colon (:) will now format properly (issue #94).
  • Line breaks that directly separate non-whitespace characters will no longer be removed (issue #92).
  • Self-closing tags directly followed by a closing tag of the same name will now format properly (issue #90).
  • Self-closing tags with "xmlns" attributes will now format properly (issue #87).

v1.9.0

16 Jun 04:15
Compare
Choose a tag to compare

Available on the Visual Studio Marketplace.

New Features

  • New XML Tree View using the native "views" API provided by VS Code in version 1.13+ (issues #62, #66, #71, #72, #73, #83, #102).

Other Changes

  • The minimum supported version of VS Code is now 1.13.0.
  • The version of TypeScript used has been bumped to 2.3.4.

v1.8.0

02 Jun 02:14
Compare
Choose a tag to compare

Available on the Visual Studio Marketplace.

New Features

  • Added a Format as XML command to the palette. This command can be invoked from any document, regardless of what language is currently selected. The command also supports selection formatting (issues #91, #95, and #97).

v1.7.0

01 Jan 22:26
Compare
Choose a tag to compare

Available on the Visual Studio Marketplace.

Bug Fixes

  • [@zawiasam]: Corrected type error when evaluating XPath functions on scalar values (issue #64, pr #79).

Other Changes

  • [@waderyan]: Added the Formatters category to the extension (pr #75).

v1.6.1

20 Dec 02:33
Compare
Choose a tag to compare

Available on the Visual Studio Marketplace.

This is a "preparation" update. It does not contain any fixes or new features, but provides a few avenues for communication to use while I dive back into this project. Thanks for your patience, everyone!

Other Changes

  • Defined the TypeScript version for the development workspace.
  • Added a Gitter badge to the README.
  • Made various URL and path changes to accommodate the move from the TrueCommerce organization.
  • Updated the extension icon.

v1.6.0

07 Jun 21:18
Compare
Choose a tag to compare

Available on the Visual Studio Marketplace.

Bug Fixes

  • Corrects an issue that caused a line break to be added after plain text if a comment appeared previously in the file (issue #54).

New Features

  • This version adds formatting support for XSL/XSLT files (issue #55).