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

Commit

Permalink
0.9.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
lannonbr committed Sep 29, 2018
1 parent 4679783 commit ed6887c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.9.0 - Sep 29, 2018
- [Feature] Annotations will now be added / remove in real time without needing to save.
- [Hotfix] Fixed CI breaking
- [Hotfix] Rest params with a space between the ... operator and the param name now annotated

## 0.8.4 - Sep 15, 2018
- [Bug] Continued working on cleaning up parameter splitting algorithm. Now doesn't break with functions
- [Feature] Wrote unit tests for splitToParamList function
Expand Down
4 changes: 2 additions & 2 deletions 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 @@ -2,7 +2,7 @@
"name": "vscode-js-annotations",
"displayName": "JS Parameter Annotations",
"description": "Annotations for parameters in your JS / TS Files to mimic named parameters",
"version": "0.8.4",
"version": "0.9.0",
"publisher": "lannonbr",
"engines": {
"vscode": "^1.25.0"
Expand Down

0 comments on commit ed6887c

Please sign in to comment.