Skip to content

Releases: remcohaszing/monaco-yaml

v4.0.0-alpha.1

15 Feb 13:18
v4.0.0-alpha.1
4ab8e67
Compare
Choose a tag to compare
v4.0.0-alpha.1 Pre-release
Pre-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 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.

v4.0.0-alpha.0

09 Nov 21:04
v4.0.0-alpha.0
4f06c90
Compare
Choose a tag to compare
v4.0.0-alpha.0 Pre-release
Pre-release

Added

  • Support monaco-editor@0.30.0

Removed

  • Support for monaco-editor@<0.30.0

v3.2.1

15 Sep 20:01
v3.2.1
979ed62
Compare
Choose a tag to compare

Fixed

  • Fix issue where diagnostics options weren’t updated properly.
  • Fix error in case a model was disposed while being validated.

v3.2.0

06 Sep 08:06
v3.2.0
3d037a1
Compare
Choose a tag to compare

Added

  • Add support for custom tags.

v3.1.0

26 Aug 15:34
v3.1.0
28928ca
Compare
Choose a tag to compare

Added

  • JSON references are now turned into links.

Changed

  • The project is now built using esbuild instead of monaco-editor-scripts.
  • Dependencies that can be external, have been made external.
  • yaml-language-server has been updated to 0.22.0.
  • Various internal enhancements.

v3.0.1

10 Aug 08:00
v3.0.1
c2e6af4
Compare
Choose a tag to compare

Added

Changed

  • The Webpack example now uses Webpack 5.
  • The package metadata has been updated.

v3.0.0

18 Jul 13:08
v3.0.0
0903025
Compare
Choose a tag to compare

Repository maintenance has handed over over to @remcohaszing. Thank you @pengx17 for doing this. 😄

Added

  • The function setDiagnosticsOptions is now exposed by monaco-yaml .

Fixed

  • The missing dependency on js-yaml has been added.
  • The missing dependency on yaml-ast-parser-custom-tags has been added.
  • TypeScript types have been fixed.

Removed