Skip to content

Latest commit

 

History

History
160 lines (86 loc) · 4.85 KB

CHANGELOG.md

File metadata and controls

160 lines (86 loc) · 4.85 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.4.16] - 27.07.2023

[0.4.15] - 13.06.2023

Fixed

[0.4.14] - 04.04.2023

Fixed

[0.4.13] - 05.03.2023

Added

[0.4.12] - 21.12.2022

Added

[0.4.11] - 12.12.2022

Added

[0.4.10] - 30.09.2022

Added

  • Fix type constraints for diagnostics sources to prevent serialization errors

[0.4.9] - 21.09.2022

Added

[0.4.8] - 12.09.2022

Added

[0.4.7] - 24.08.2022

Added

[0.4.6] - 23.08.2022

Added

Fixed

[0.4.5] - 07.08.2022

Added

Changed

[0.4.4] - 27.06.2022

Added

[0.4.3] - 08.06.2022

Fixed

[0.4.2] - 26.05.2022

Fixed

[0.4.1] - 14.05.2022

Changed

Fixed

Added

[0.4.0] - 28.04.2022

Added

Changed

[0.3.1] - 8.1.2022

Added

  • Add XmlDocs to the generated package

[0.3.0] - 23.11.2021

Added

  • Expose client CodeAction caps as CodeActionClientCapabilities. (by @razzmatazz)
  • Map CodeAction.IsPreferred & CodeAction.Disabled props. (by @razzmatazz)

[0.2.0] - 17.11.2021

Added

  • Add support for codeAction/resolve (by @razzmatazz)

[0.1.1] - 15.11.2021

Added

  • Initial implementation