Ver Fonte

Make clear our intentions to adopt TS 2.0

Alex Dima há 8 anos atrás
pai
commit
4dfa2b4d44
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      CHANGELOG.md

+ 2 - 1
CHANGELOG.md

@@ -2,6 +2,7 @@
 
 
 ## [0.6.0]
 ## [0.6.0]
 - This will be the last release that contains specific IE9 and IE10 fixes/workarounds. We will begin cleaning our code-base and remove them.
 - This will be the last release that contains specific IE9 and IE10 fixes/workarounds. We will begin cleaning our code-base and remove them.
+- We plan to adopt TypeScript 2.0, so this will be the last release where `monaco.d.ts` is generated by TypeScript 1.8.
 - `javascript` and `typescript` language services:
 - `javascript` and `typescript` language services:
   - exposed API to get to the underlying language service.
   - exposed API to get to the underlying language service.
   - fixed a bug that prevented modifying `extraLibs`.
   - fixed a bug that prevented modifying `extraLibs`.
@@ -31,7 +32,7 @@
     - Fix sending message to terminated worker [PR vscode#10833](https://github.com/Microsoft/vscode/pull/10833)
     - Fix sending message to terminated worker [PR vscode#10833](https://github.com/Microsoft/vscode/pull/10833)
     - Export getTypeScriptWorker & getJavaScriptWorker to monaco.languages.typescript [PR monaco-typescript#8](https://github.com/Microsoft/monaco-typescript/pull/8)
     - Export getTypeScriptWorker & getJavaScriptWorker to monaco.languages.typescript [PR monaco-typescript#8](https://github.com/Microsoft/monaco-typescript/pull/8)
 
 
-- [Sandy Armstrong (@sandyarmstrong)](https://github.com/sandyarmstrong): 
+- [Sandy Armstrong (@sandyarmstrong)](https://github.com/sandyarmstrong):
     - Support CompletionItemKind.Method. [PR vscode#10225](https://github.com/Microsoft/vscode/pull/10225)
     - Support CompletionItemKind.Method. [PR vscode#10225](https://github.com/Microsoft/vscode/pull/10225)
     - Fix show in IE11 [PR vscode#10309](https://github.com/Microsoft/vscode/pull/10309)
     - Fix show in IE11 [PR vscode#10309](https://github.com/Microsoft/vscode/pull/10309)
     - Correct docs for IEditorScrollbarOptions.useShadows [PR vscode#11312](https://github.com/Microsoft/vscode/pull/11312)
     - Correct docs for IEditorScrollbarOptions.useShadows [PR vscode#11312](https://github.com/Microsoft/vscode/pull/11312)