Skip to content
This repository was archived by the owner on Apr 30, 2021. It is now read-only.

Releases: lannonbr/vscode-js-annotations

0.11.0

11 Mar 22:52

Choose a tag to compare

  • [Feature] Added option to disable leading whitespace

0.10.0

03 Dec 02:20

Choose a tag to compare

  • [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

Choose a tag to compare

Pre-release
0.10.0-dev

Adding support for React (JSX, TSX). Closes #37

0.9.1

17 Oct 01:16

Choose a tag to compare

Merge branch 'master' of https://github.com/lannonbr/vscode-js-annota…

0.9.0

29 Sep 12:07

Choose a tag to compare

0.9.0 Release

0.8.4

15 Sep 18:40

Choose a tag to compare

Wrote some unit tests to make splitToParamList more maintainable

0.8.3

15 Sep 03:12

Choose a tag to compare

Fixed issue with multiple locations

0.8.2

14 Sep 12:17

Choose a tag to compare

Fixed duplicate diagnostics

0.8.1

14 Sep 01:59

Choose a tag to compare

Added configs for hiding error annotations or diagnostics

0.8.0

14 Sep 01:38

Choose a tag to compare

Adding Diagnostics to Invalid Parameter situations