All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
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