Skip to content

v4.0.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@remcohaszing remcohaszing released this 15 Feb 13:18
· 143 commits to main since this release
v4.0.0-alpha.1
4ab8e67

Many new features come from yaml-language-server.

Changed

  • Update to yaml-language-server 1.4.0
  • monaco-yaml now strictly uses YAML 1.2.
  • The build files have been moved from lib/esm to the top-level directory.
  • Both dependencies js-yaml and yaml-language-server-parser have been replaced with yaml.

Added

  • Support document symbol details.
  • Support definitions for YAML anchors.
  • Report unused anchors.
  • Add the option yamlVersion to support YAML 1.1.
  • Add Vite example

Removed

  • Removed the prefix option.

Fixed

  • Error responses for schema requests are now handled.