Releases: CodinGame/monaco-vscode-api
Releases · CodinGame/monaco-vscode-api
v12.0.0
12.0.0 (2025-01-22)
⚠ BREAKING CHANGES
- update to VSCode 1.96
Bugfixes
- adapt patch to new VSCode file format (834bc6a)
- also fix release workflow (e44147b)
- completely rework build process (0bff8d9)
- demo: enable install-links to fix local dependency issues (bc21b7c)
- fix build of rollup plugins (9b4b750)
- fix xterm being imported from main (a400c24)
- install missing dependencies (219677d)
- make build deterministic (941683d)
- remove yarn usage (58311e2)
- stop removing IIFEs (2bc93d6)
- transform all VSCode const enum to regular enum (6af2398)
- typo (1ae34cd)
- update release process to handle peerDependencies (9fb1e8d)
Refactor
- demo: run local dependency update script (dfde372)
- enable verbatimModuleSyntax (e36b105)
- eslint autofix (3a6ff68)
- regenerate package-lock (31f222c)
- remove hack, simplify code (c0cdf72)
- replace ts-node by tsx (fee240e)
- simplify type reference (2243c10)
- update all dependencies (06d678a)
- update eslint and use recommended config (48c8934)
- update node and npm (6e1994e)
Documentation
- add missing details in doc (60b3457)
Libraries
v11.1.2
v11.1.1
v11.1.0
v11.0.2
v11.0.1
v11.0.0
11.0.0 (2024-11-08)
⚠ BREAKING CHANGES
- update vscode and its dependencies
New features
- generate combination packages (2d4612f)
Bugfixes
- demo: add new common packages (f30e24d)
- install missing build dependency (ee5902e)
- some file were migrated to TS (3c84858)
- VSCode switched to npm (fbe7019)
Refactor
- adapt code to VSCode update (ac6c0ef)
- dedup code (71758cd)
- stop using experimental syntax (b66efc8)
- update vscode patches (87b5c73)
- use object instead of many parameters (cf73fa3)