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

Commit 02ca5d0

Browse files
committed
Updating Changelog and contributors list
1 parent f4d9659 commit 02ca5d0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)