Skip to content

Latest commit

 

History

History
126 lines (83 loc) · 4.41 KB

CHANGELOG.md

File metadata and controls

126 lines (83 loc) · 4.41 KB

1.4.6

  • Remove debug logs slowing down the extension

1.4.5

1.4.4

Fixes

Thanks to Patrick Fricano!

1.4.3

Docs

  • Document advanced configuration

Fixes

  • Re-add option to toggle document validation

1.4.2

Fixes

  • Remove unused validate and format configuration that didn't actually do anything.
  • Tidy up the README and explain things better.
  • Update Setup Kubernetes Schemas command to use kubernetes keyword that automatically hooks in to the Language Server's Kubernetes support. More info →
  • Upgrade yaml-language-server to 1.10.0 from 1.8.0, see yaml-language-server CHANGELOG for more.

1.4.1

Fixes

  • Add an error message when installing the language server fails.
  • Upgrade yaml-language-server to 1.8.0 from 1.7.0, see yaml-language-server CHANGELOG for more.

1.4.0

Features

  • Improve the experience when the extension cannot find Node.js / NPM. There's a new notification to tell you what happened and it links to a new readme section to help out.
  • All compiled code is now Open Source, if you fancy diving in to see what Yaml Extension is up to, you can
  • Upgrade yaml-language-server to 1.7.0 from 1.4.0, see yaml-language-server CHANGELOG for more.

1.3.0

Features

1.2.1

Fixes

  • Stopped creating stdin.log and stdout.log files in your projects, sorry! Please remove these files.

1.2.0

  • Upgrade yaml-language-server to 0.22.0, it was previously 0.19.2, see yaml-language-server CHANGELOG for more.
  • IMPORTANT by-default support for Kubernetes schemas has been dropped. I hope to be able to add this again in the future but it is not possible with current versions of the yaml server and Nova. See the README.md to see how to configure this now.
  • New command Setup Kubernetes Schemas to help configure Kubernetes schema in the new way, as per above.
  • Lots of internals of the server have been refactored, but this shouldn't be a noticeable change.

1.1.1

Tweaks

  • Fix extension preferences, they weren't initially synchronised between Nova and the YAML server.
  • Upgraded yaml-language-server to 0.19.2, it was 0.18.0. See the Changelog
  • Downgrade the npm-shrinkwrap.json back to v1 for better compatibility.

1.1

Features

  • New configuration options, you can configure how Yaml Extension works in the extension's "Preferences" tab.
    • Toggle formatting
    • Toggle validation
    • Toggle hover tooltips
    • Toggle completions
  • Custom tags support
    • For more see "Custom tags" in the readme

1.0.2

Fixes

1.0.1

Fixes

1.0

Initial release