v4.0.0-alpha.1
Pre-release
Pre-release
remcohaszing
released this
15 Feb 13:18
·
143 commits
to main
since this release
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
andyaml-language-server-parser
have been replaced withyaml
.
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.