Releases: DotJoshJohnson/vscode-xml
v2.0.0-preview.3
🛑 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
🛑 Not available in Marketplace. This version is not feature-complete! 🛑
This preview implements the remaining core features.
v2.0.0-preview.1
🛑 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
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 tofalse
(issue #109).
v1.9.1
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
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
Available on the Visual Studio Marketplace.
New Features
v1.7.0
v1.6.1
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
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).