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

Commit ed6887c

Browse files
committed
0.9.0 Release
1 parent 4679783 commit ed6887c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.9.0 - Sep 29, 2018
4+
- [Feature] Annotations will now be added / remove in real time without needing to save.
5+
- [Hotfix] Fixed CI breaking
6+
- [Hotfix] Rest params with a space between the ... operator and the param name now annotated
7+
38
## 0.8.4 - Sep 15, 2018
49
- [Bug] Continued working on cleaning up parameter splitting algorithm. Now doesn't break with functions
510
- [Feature] Wrote unit tests for splitToParamList function

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-js-annotations",
33
"displayName": "JS Parameter Annotations",
44
"description": "Annotations for parameters in your JS / TS Files to mimic named parameters",
5-
"version": "0.8.4",
5+
"version": "0.9.0",
66
"publisher": "lannonbr",
77
"engines": {
88
"vscode": "^1.25.0"

0 commit comments

Comments
 (0)