All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.2.15 (2020-10-17)
- Performance fixes. (2d3e9ac)
0.2.14 (2020-10-03)
- Fix for showing unknown tag warnings when xsd missing. (70c7d12)
0.2.13 (2020-09-20)
- Follow import and include declarations in xsd files. (3b376ba)
- Relative local paths for schema location. (789978e)
0.2.12 (2020-09-20)
- Follow import and include declarations in xsd files. (3b376ba)
- Relative local paths for schema location. (789978e)
0.2.11 (2020-06-15)
- Deploy to Open vsx. (0cc086b)
0.2.10 (2020-03-13)
- Fix error when loading certain XSD files. (db3bd5d)
0.2.9 (2020-02-29)
- Update default msbuild xsd location. (88bed0e)
0.2.8 (2020-01-10)
- Fix attribute value encoding during formatting. (e3b852c)
0.2.7 (2019-12-31)
- Fix attribute comments from different tags. (166a432)
0.2.6 (2019-12-29)
0.2.5 (2019-12-02)
- Allow arbitrary xml attributes (xmlns, schemaLocation). (d9995fb)
0.2.4 (2019-12-02)
- Limited support for relative local xsd file location. (2ab3135)
0.2.3 (2019-11-29)
- Allow XML nodes with dash or dot in hover/definition providers. (c255028)
0.2.2 (2019-09-26)
- Fix trigger when starting VSCode. (b1a5c02)
- Support for noNamespaceSchemaLocation attribute. (8b93c48)
0.2.1 (2019-09-12)
- Various performance and stability improvements. (839bcf9)
0.2.0 (2019-09-09)
- Fix for Windows Uri path normalization. (675840a)
0.1.10 (2019-09-05)
- Fix tag name regex match to allow hyphen. (d290e49)
0.1.9 (2019-08-04)
- Fix regression error when opening csproj files. (b69a084)
- Prepare for comments in sample wpf xsd. (7ff896a)
0.1.8 (2019-08-04)
0.1.7 (2019-05-21)
- Update dependencies. (171e1ef)
0.1.6 (2019-04-09)
- format: Add formatting style configuration. (98a59b5)
0.1.5 (2019-02-27)
- Update readme and dependencies. (6f5d74a)
0.1.4 (2019-01-12)
- Handle text/cdata/doctype scope as text. (0c64244)
- build: Shrink vsix package by removing unnecessary files. (94dec10)
- completion: Proper XML scope recognition for last attribute. (522630d)
0.1.3 (2019-01-12)
- completion: Fix for wrong XML tag description in completion items. (4e8f972)
0.1.2 (2019-01-11)
- Performance fixes for parser and autocompletion. (5a431fd)
0.1.1 (2019-01-11)
- completion: Handle XSD documentation for attributes. (8d69317)
0.1.0 (2019-01-10)
- completion: Add completion item description from xsd comments. (2579a47)
0.0.6 (2019-01-07)
- parser: Fix multiple schema locations handling. (d92380f)
0.0.5 (2019-01-05)
- format: Selection formatting improvements. (817fd77)
- parser: Add information popup after schema loading. (78ffdfd)
0.0.4 (2019-01-02)
- autocomplete: Better context detection - tag vs attribute. (714a775)
- format: Implement own formatting for better flexibility. (1fbeee4)
- linter: Change severity to 'hint' for less UI clutter (e4d9b7b)
0.0.3 (2018-12-30)
- autocomplete: Initial implementation.
- format: Initial implementation