Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinJohns committed Apr 8, 2018
1 parent 9e72be0 commit 81302a8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.2.0"></a>
# [0.2.0](https://github.com/MartinJohns/vscode-inline-types/compare/v0.1.0...v0.2.0) (2018-04-08)


### Bug Fixes

* don't omit module name of imported types ([11e2fd0](https://github.com/MartinJohns/vscode-inline-types/commit/11e2fd0)), closes [#2](https://github.com/MartinJohns/vscode-inline-types/issues/2)
* fix missing return type decoration for methods ([89bcece](https://github.com/MartinJohns/vscode-inline-types/commit/89bcece)), closes [#10](https://github.com/MartinJohns/vscode-inline-types/issues/10)


### Features

* add option to disable features using the configuration ([04d848a](https://github.com/MartinJohns/vscode-inline-types/commit/04d848a)), closes [#3](https://github.com/MartinJohns/vscode-inline-types/issues/3)
* add option to introduce an update delay ([5ec2780](https://github.com/MartinJohns/vscode-inline-types/commit/5ec2780)), closes [#5](https://github.com/MartinJohns/vscode-inline-types/issues/5)
* highlight inferred 'any' types with a warning color ([9e72be0](https://github.com/MartinJohns/vscode-inline-types/commit/9e72be0)), closes [#7](https://github.com/MartinJohns/vscode-inline-types/issues/7)
* render parameter names on function calls ([cd7ec69](https://github.com/MartinJohns/vscode-inline-types/commit/cd7ec69)), closes [#1](https://github.com/MartinJohns/vscode-inline-types/issues/1)



<a name="0.1.0"></a>
# 0.1.0 (2018-04-02)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A Visual Studio Code extension to render inferred types in TypeScript documents.",
"author": "Martin Johns",
"license": "MIT",
"version": "0.1.0",
"version": "0.2.0",
"publisher": "MartinJohns",
"engines": {
"vscode": "^1.20.0"
Expand Down

0 comments on commit 81302a8

Please sign in to comment.