Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

34 lines (25 loc) · 1.04 KB

Change Log

All notable changes to the "vscode-odata" extension will be documented in this file.

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

[Unreleased]

[0.1.1] -

  • Update dependencies, vscode dev and testing template
  • Fix and improve URL formatting and metadata and query document parsing
  • Improve metadata-driven completion
  • Added hovers and navigation to metadata definitions

[0.1.0] - 2017-10-15

  • Changed scope of commands to current selection or consecutive non-empty lines.
  • Added command: Open.

[0.0.8] - 2017-06-01

Update minimum compatible VS Code version to 1.12.0.

[0.0.7] - 2017-05-31

  • Improved code completion.
  • Added commands: Escape, Unescape.

[0.0.5] - 2017-05-23

  • Improved formatting.
  • New commands added: Encode, Decode.

[0.0.3] - 2017-04-25

  • Defined settings model to control stable and experimental features.

[0.0.1] -2017-04-23

  • Initial release to exercise publish scripts.