Skip to content

Latest commit

 

History

History
277 lines (113 loc) · 9.87 KB

CHANGELOG.md

File metadata and controls

277 lines (113 loc) · 9.87 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.15 (2020-10-17)

Bug Fixes

0.2.14 (2020-10-03)

Bug Fixes

  • Fix for showing unknown tag warnings when xsd missing. (70c7d12)

0.2.13 (2020-09-20)

Features

  • Follow import and include declarations in xsd files. (3b376ba)
  • Relative local paths for schema location. (789978e)

0.2.12 (2020-09-20)

Features

  • Follow import and include declarations in xsd files. (3b376ba)
  • Relative local paths for schema location. (789978e)

0.2.11 (2020-06-15)

Features

0.2.10 (2020-03-13)

Bug Fixes

  • Fix error when loading certain XSD files. (db3bd5d)

0.2.9 (2020-02-29)

Bug Fixes

  • Update default msbuild xsd location. (88bed0e)

0.2.8 (2020-01-10)

Bug Fixes

  • Fix attribute value encoding during formatting. (e3b852c)

0.2.7 (2019-12-31)

Bug Fixes

  • Fix attribute comments from different tags. (166a432)

0.2.6 (2019-12-29)

Bug Fixes

  • Improve linter performance. (2005888)
  • Totally disable linter for gitfs uris. (75c614a)

0.2.5 (2019-12-02)

Bug Fixes

  • Allow arbitrary xml attributes (xmlns, schemaLocation). (d9995fb)

0.2.4 (2019-12-02)

Features

  • Limited support for relative local xsd file location. (2ab3135)

0.2.3 (2019-11-29)

Bug Fixes

  • Allow XML nodes with dash or dot in hover/definition providers. (c255028)

0.2.2 (2019-09-26)

Bug Fixes

  • Fix trigger when starting VSCode. (b1a5c02)
  • Support for noNamespaceSchemaLocation attribute. (8b93c48)

0.2.1 (2019-09-12)

Bug Fixes

  • Various performance and stability improvements. (839bcf9)

0.2.0 (2019-09-09)

Bug Fixes

  • Fix for Windows Uri path normalization. (675840a)

Features

0.1.10 (2019-09-05)

Bug Fixes

  • Fix tag name regex match to allow hyphen. (d290e49)

0.1.9 (2019-08-04)

Bug Fixes

  • Fix regression error when opening csproj files. (b69a084)

Features

  • Prepare for comments in sample wpf xsd. (7ff896a)

0.1.8 (2019-08-04)

Bug Fixes

0.1.7 (2019-05-21)

Features

0.1.6 (2019-04-09)

Features

  • format: Add formatting style configuration. (98a59b5)

0.1.5 (2019-02-27)

Features

  • Update readme and dependencies. (6f5d74a)

0.1.4 (2019-01-12)

Bug Fixes

  • 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)

Bug Fixes

  • completion: Fix for wrong XML tag description in completion items. (4e8f972)

0.1.2 (2019-01-11)

Bug Fixes

  • Performance fixes for parser and autocompletion. (5a431fd)

0.1.1 (2019-01-11)

Bug Fixes

  • completion: Handle XSD documentation for attributes. (8d69317)

0.1.0 (2019-01-10)

Features

  • completion: Add completion item description from xsd comments. (2579a47)

0.0.6 (2019-01-07)

Bug Fixes

  • parser: Fix multiple schema locations handling. (d92380f)

0.0.5 (2019-01-05)

Bug Fixes

  • format: Selection formatting improvements. (817fd77)

Features

  • parser: Add information popup after schema loading. (78ffdfd)

0.0.4 (2019-01-02)

Features

  • 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)

Features

  • autocomplete: Initial implementation.
  • format: Initial implementation

0.0.2 (2018-12-27)

Initial release