Releases: lannonbr/vscode-js-annotations
Releases · lannonbr/vscode-js-annotations
0.11.0
11 Mar 22:52
Compare
Sorry, something went wrong.
No results found
[Feature] Added option to disable leading whitespace
0.10.0
03 Dec 02:20
Compare
Sorry, something went wrong.
No results found
[Feature] Support for React files (only with the .JSX / .TSX extensions for now. Support for all files in the future)
[Bug] Fixed arrow functions without params not being used
[Bug] Expressions which were immediately invoked functions after importing ("require("module")(params)) now annotated properly
[Bug] documentCache was not specific enough and was tripping over itself. Now using last two parts of filepath for documentCache.
[Bug] Typescript fake this parameter won't be used when annotating
[Dev] Added script to package.json to run just unit tests
[Dev] Contributing Guide to describe how to install, test, and debug the extension.
0.10.0 Pre-release (Last built Nov 23)
23 Nov 18:43
Compare
Sorry, something went wrong.
No results found
0.10.0-dev
Adding support for React (JSX, TSX). Closes #37
0.9.1
17 Oct 01:16
Compare
Sorry, something went wrong.
No results found
Merge branch 'master' of https://github.com/lannonbr/vscode-js-annota…
0.9.0
29 Sep 12:07
Compare
Sorry, something went wrong.
No results found
0.8.4
15 Sep 18:40
Compare
Sorry, something went wrong.
No results found
Wrote some unit tests to make splitToParamList more maintainable
0.8.3
15 Sep 03:12
Compare
Sorry, something went wrong.
No results found
Fixed issue with multiple locations
0.8.2
14 Sep 12:17
Compare
Sorry, something went wrong.
No results found
Fixed duplicate diagnostics
0.8.1
14 Sep 01:59
Compare
Sorry, something went wrong.
No results found
Added configs for hiding error annotations or diagnostics
0.8.0
14 Sep 01:38
Compare
Sorry, something went wrong.
No results found
Adding Diagnostics to Invalid Parameter situations