@kusto/monaco-kusto
Advanced tools
Comparing version 2.0.1 to 2.0.3
{ | ||
"name": "@kusto/monaco-kusto", | ||
"version": "2.0.1", | ||
"version": "2.0.3", | ||
"description": "CSL, KQL plugin for the Monaco Editor", | ||
@@ -52,3 +52,3 @@ "author": { | ||
"@kusto/language-service": "0.0.29-rc.1", | ||
"@kusto/language-service-next": "0.0.31" | ||
"@kusto/language-service-next": "0.0.33" | ||
}, | ||
@@ -55,0 +55,0 @@ "peerDependencies": { |
@@ -102,2 +102,20 @@ # Monaco Kusto | ||
### 2.0.3 | ||
#### Bug fix | ||
- Control command completion bug fix (updating intellisense library) | ||
### 2.0.2 | ||
#### Bug fix | ||
- null pointer exception fix. | ||
### 2.0.1 | ||
#### Bug fix | ||
- actually made the change described in 2.0.0 | ||
### 2.0.0 (11/20/2019) | ||
@@ -104,0 +122,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
5418000
33905
583
+ Added@kusto/language-service-next@0.0.33(transitive)
- Removed@kusto/language-service-next@0.0.31(transitive)