Skip to content

Commit

Permalink
prerelease 2.0.0 (#667)
Browse files Browse the repository at this point in the history
* prerelease 2.0.0

* update dependencies

* fix eslint version
  • Loading branch information
Ikuyadeu authored Jun 12, 2021
1 parent e736b8e commit 5f24fd5
Show file tree
Hide file tree
Showing 4 changed files with 232 additions and 221 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

You can check all of our changes from [Release Page](https://github.com/Ikuyadeu/vscode-R/releases)

## [2.0.0](https://github.com/Ikuyadeu/vscode-R/releases/tag/v1.8.0)

Highlight

* Thank you for join new collaborator: Elian H. Thiele-Evans(@ElianHugh)
* LiveShare Functionality #626
* More detail about LiveShare: <https://code.visualstudio.com/learn/collaboration/live-share>
* rmarkdown bug squashing and minor changes #663
* Code cells in .R files #662

* Use .DollarNames for object with class in completion #660

## [1.6.7](https://github.com/Ikuyadeu/vscode-R/releases/tag/v1.6.7)

* Update R syntax #647
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ I hope you will join us.
* [@renkun-ken](https://github.com/renkun-ken)
* [@MilesMcBain](https://github.com/MilesMcBain)
* [@ManuelHentschel](https://github.com/ManuelHentschel)
* [@ElianHugh](https://github.com/ElianHugh)

## FAQ

Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "r",
"displayName": "R",
"description": "R language support (run, snippet, viewer)",
"version": "1.6.8",
"version": "2.0.0",
"author": "Yuki Ueda",
"license": "SEE LICENSE IN LICENSE",
"publisher": "Ikuyadeu",
Expand All @@ -26,7 +26,7 @@
"R Markdown"
],
"engines": {
"vscode": "^1.56.0"
"vscode": "^1.57.0"
},
"activationEvents": [
"onLanguage:r",
Expand Down Expand Up @@ -1270,32 +1270,32 @@
"@types/fs-extra": "^9.0.11",
"@types/highlight.js": "^10.1.0",
"@types/mocha": "^8.2.2",
"@types/node": "^14.17.1",
"@types/node": "^14.17.3",
"@types/node-fetch": "^2.5.10",
"@types/showdown": "^1.9.3",
"@types/vscode": "^1.56.0",
"@types/vscode": "^1.57.0",
"@types/winreg": "^1.2.30",
"@types/ws": "^7.4.4",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"@typescript-eslint/eslint-plugin": "4.25.0",
"@typescript-eslint/parser": "4.25.0",
"copy-webpack-plugin": "^9.0.0",
"devreplay": "^1.9.31",
"eslint": "^7.27.0",
"eslint-plugin-jsdoc": "^35.1.0",
"eslint": "^7.28.0",
"eslint-plugin-jsdoc": "^35.1.3",
"mocha": "^8.4.0",
"ts-loader": "^9.2.2",
"ts-loader": "^9.2.3",
"typescript": "^4.3.2",
"vscode-test": "^1.5.2",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0",
"webpack-cli": "^4.7.2",
"yamljs": "^0.3.0"
},
"dependencies": {
"bootstrap": "^5.0.1",
"cheerio": "1.0.0-rc.9",
"datatables.net": "^1.10.24",
"datatables.net-bs4": "^1.10.24",
"datatables.net-fixedheader-jqui": "^3.1.8",
"cheerio": "1.0.0-rc.10",
"datatables.net": "^1.10.25",
"datatables.net-bs4": "^1.10.25",
"datatables.net-fixedheader-jqui": "^3.1.9",
"ejs": "^3.1.6",
"fotorama": "^4.6.4",
"fs-extra": "^10.0.0",
Expand Down
Loading

0 comments on commit 5f24fd5

Please sign in to comment.