Skip to content

Commit

Permalink
Merge pull request #813 from redhat-developer/release-1.10.0
Browse files Browse the repository at this point in the history
release 1.10.0
  • Loading branch information
msivasubramaniaan authored Aug 29, 2022
2 parents 7ae01f9 + 9d4a922 commit 292c38b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### 1.10.0
- Fix: TypeError: i.startsWith is not a function [#747](https://github.com/redhat-developer/yaml-language-server/issues/747)
- Fix: fix: autocomplete indent on object within an array [#751](https://github.com/redhat-developer/yaml-language-server/pull/751)
- Add: Yaml style linting to forbid flow style [#753](https://github.com/redhat-developer/yaml-language-server/pull/753)
- Fix: enum validation [#803](https://github.com/redhat-developer/vscode-yaml/issues/803)
- Fix: autocompletion problem when value is null inside anyOf object [#684](https://github.com/redhat-developer/yaml-language-server/issues/684)
- Fix: indentation with extra spaces after cursor. [#764](https://github.com/redhat-developer/yaml-language-server/pull/764)

Thanks to Rickcowan
### 1.9.1
- Main Release
### 1.9.0
Expand Down

0 comments on commit 292c38b

Please sign in to comment.