Skip to content

Latest commit

 

History

History
96 lines (42 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

96 lines (42 loc) · 2.75 KB

Change Log

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

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