Skip to content

Releases: pgherveou/monaco-typescript

v4.7.0

10 Sep 07:54
Compare
Choose a tag to compare
Patch upstream

4.3.0

05 Feb 19:54
2060627
Compare
Choose a tag to compare
Merge upstream (#3)

4.1.2

24 Nov 02:00
Compare
Choose a tag to compare
bump package.json

4.1.0

21 Sep 15:00
8465b73
Compare
Choose a tag to compare
Update upstream (#2)

* Format signature and parameter documentation as Markdown

* Add support for creating a custom webworker subclass

* Make a useful sample

* Tidy up

* Settle on customTSWorkerFactory

* Adds a vfs project

* Tightens the public API

* update deps

* update to typescript@4.0.2

* Add prettier

* Run prettier

* Use the global `monaco` only in the AMD case (see microsoft/monaco-editor#1974)

* Add deprecated diagnostic tag if a symbol is reported as deprecated

* Add deprecated tag to suggestion if entry is marked as deprecated

* Include tags in documentation string of suggestion items

* Align tag representation in suggestion items and hovers

* 4.0.0

* small style tweaks

* 4.0.1

* improve `.npmignore`

* Allows setting lib with shortnames

* Remove declare modifiers (microsoft/monaco-editor#2121)

* 4.0.2

* Update import TS

* Use typescript language for hover tooltip header

* update `package-lock.json`

* Adopt `async`

* Increase `printWidth`

* `var` -> `let`

* Fixes microsoft/monaco-editor#1937: Remove debugger statement

* Fixes microsoft/monaco-editor#1638: Protect against failing `getCodeFixesAtPosition` calls

* Fixes microsoft/monaco-editor#1998: make sure to always increase the version number

* Adopt latest `monaco-editor-core`, update to TS 4.0.3

* 4.1.0

* Add missing setWorkerOptions

* commit generated file

* update upstream and enable regex

Co-authored-by: Sebastian Pahnke <pahnke.sebastian@gmail.com>
Co-authored-by: Orta <git@orta.io>
Co-authored-by: Alex Dima <alexdima@microsoft.com>
Co-authored-by: Spencer <spencer@sf-n.com>

3.9.0

01 Sep 21:03
Compare
Choose a tag to compare
Update getTopLevelExpressions

3.8.0

01 Sep 15:23
Compare
Choose a tag to compare
Fix github action