monaco-languageclient 4.0.0-next.0 → 4.0.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 +5 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,9 +2,12 @@
2
2
 
3
3
  All notable changes to this npm module are documented in this file.
4
4
 
5
- ## [3.0.0] - 2022-09-XX
5
+ ## [4.0.0] - 2022-09-08
6
6
 
7
- - Transform to package of type module. All cjs exports have been removed.
7
+ - **BREAKING CHANGE**: Transform to package of type module and switch to TypeScript ECMAScript Module Support in Node.js.
8
+ - **BREAKING CHANGE**: All cjs exports have been removed.
9
+ - **BREAKING CHANGE**: The old `monaco-converter` has been removed. If you still rely on it, please take a look at the example [language service written in JavaScript](../examples/browser/src/client.ts) and adapt to the new converters available since v2.0.0.
10
+ - Added verification examples for webpack and vite that shall ensure the libs work in dependent projects and the give you an idea how to use `monaco-languageclient` and `vscode-ws-jsonrpc` with common bundlers.
8
11
  - Revised all READMEs
9
12
 
10
13
  ## [3.0.1] - 2022-08-24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monaco-languageclient",
3
- "version": "4.0.0-next.0",
3
+ "version": "4.0.0",
4
4
  "description": "Monaco Language client implementation",
5
5
  "author": {
6
6
  "name": "TypeFox GmbH ",