yaml-language-server 1.14.1-072a5fb.0 → 1.14.1-341ab99.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ### 1.14.0
2
+ - Fix: Request textDocument/hover failed with message: Invalid regular expression: /(?s).*/: Invalid group [#874](https://github.com/redhat-developer/yaml-language-server/issues/874)
3
+ - Fix: nested anyof const [#888](https://github.com/redhat-developer/yaml-language-server/pull/888)
4
+ - Fix: Parsing example object as plain string [#889](https://github.com/redhat-developer/yaml-language-server/issues/889)
5
+ - Fix: Improve smart select [#307](https://github.com/redhat-developer/vscode-yaml/issues/307)
6
+ - Fix: Local YAML schema applied to schema file itself [#894](https://github.com/redhat-developer/vscode-yaml/issues/894)
7
+ - Fix: Recursive anchors crash extension [#897](https://github.com/redhat-developer/yaml-language-server/issues/897)
8
+
9
+ Thanks to [Tony](https://github.com/Legend-Master),[Ace](https://github.com/AceTheCreator) and [PetrSpacek](https://github.com/p-spacek) for your contributions.
10
+
1
11
  ### 1.13.0
2
12
  - Fix: The default value for keyorder [#859](https://github.com/redhat-developer/yaml-language-server/pull/859)
3
13
  - Fix: older changelog heading levels [#861](https://github.com/redhat-developer/yaml-language-server/pull/861)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "yaml-language-server",
3
3
  "description": "YAML language server",
4
- "version": "1.14.1-072a5fb.0",
4
+ "version": "1.14.1-341ab99.0",
5
5
  "author": "Gorkem Ercan (Red Hat)",
6
6
  "license": "MIT",
7
7
  "contributors": [