This repository was archived by the owner on Apr 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33## 0.10.0-dev
4+ - [ Feature] Support for React files (only with the .JSX / .TSX extensions for now. Support for all files in the future)
45- [ Bug] Fixed arrow functions without params not being used
56- [ Bug] Expressions which were immediately invoked functions after importing ("require("module")(params)) now annotated properly
67- [ Bug] documentCache was not specific enough and was tripping over itself. Now using last two parts of filepath for documentCache.
78- [ Bug] Typescript fake ` this ` parameter won't be used when annotating
89- [ Dev] Added script to package.json to run just unit tests
10+ - [ Dev] Contributing Guide to describe how to install, test, and debug the extension.
911
1012## 0.9.1 - Oct 16, 2018
1113- [ Bug] TS casted params were incorrectly annotated by one column.
Original file line number Diff line number Diff line change @@ -37,8 +37,10 @@ Thanks to the following Contributors who have helped with this project in any wa
3737
3838* Flavio Copes ([ @flaviocopes ] ( https://github.com/flaviocopes ) ) (PRs)
3939* Guilherme Amorim ([ @GuiAmPm ] ( https://github.com/GuiAmPm ) ) (PRs)
40- * Mike Erickson ([ @mikeerickson ] ( https://github.com/mikeerickson ) ) (PRs, Issues)
40+ * Laurens Bosscher ([ @LaurensBosscher ] ( https://github.com/LaurensBosscher ) ) (Issues)
4141* Luca Steeb ([ @steebchen ] ( https://github.com/steebchen ) ) (Issues)
42+ * Mike Erickson ([ @mikeerickson ] ( https://github.com/mikeerickson ) ) (PRs, Issues)
4243* Nigel Scott ([ @Gruntfuggly ] ( https://github.com/Gruntfuggly ) ) (Issues)
4344* Nurbol Alpysbayev ([ @anurbol ] ( https://github.com/anurbol ) ) (Issues)
4445* Sioxas ([ @sioxas ] ( https://github.com/Sioxas ) ) (Issues)
46+ * Thibault Malbranche ([ @Titozzz ] ( https://github.com/Titozzz ) ) (Issues)
You can’t perform that action at this time.
0 commit comments