This repository was archived by the owner on Jun 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed
Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to the "crates" extension will be documented in this file.
44
5+ ## 0.4.8
6+
7+ - Go to DOCS.RS added in popup [ #72 ] ( https://github.com/serayuzgur/crates/issues/72 )
8+ - "0.0.0" version is included now [ #73 ] ( https://github.com/serayuzgur/crates/issues/73 )
9+
10+ ## 0.4.7
11+
12+ - Hot Fix
13+
514## 0.4.6
615
716- Should not convert single to double quotes [ #66 ] ( https://github.com/serayuzgur/crates/issues/66 )
Original file line number Diff line number Diff line change 22 "name" : " crates" ,
33 "displayName" : " crates" ,
44 "description" : " Helps Rust developers managing dependencies with Cargo.toml. Only works with dependencies from crates.io." ,
5- "version" : " 0.4.7 " ,
5+ "version" : " 0.4.8 " ,
66 "publisher" : " serayuzgur" ,
77 "author" : {
88 "name" : " serayuzgur" ,
1515 },
1616 "homepage" : " https://github.com/serayuzgur/crates/blob/master/README.md" ,
1717 "engines" : {
18- "vscode" : " ^1.33 .0"
18+ "vscode" : " ^1.43 .0"
1919 },
2020 "repository" : {
2121 "type" : " git" ,
9898 "main" : " ./out/extension" ,
9999 "scripts" : {
100100 "build" : " npm run compile" ,
101- "vscode:prepublish" : " webpack -mode production" ,
102- "webpack" : " webpack --mode development" ,
103- "webpack-dev" : " webpack --mode development --watch" ,
101+ "vscode:prepublish" : " npm run compile" ,
104102 "compile" : " tsc -p ./" ,
105103 "lint" : " tslint -p ./" ,
106104 "watch" : " tsc -watch -p ./" ,
120118 "typescript" : " 3.8.3" ,
121119 "@types/vscode" : " 1.43.0" ,
122120 "vscode-test" : " 1.3.0" ,
123- "webpack" : " 4.42.0" ,
124- "webpack-cli" : " 3.3.11" ,
125121 "@types/glob" : " 7.1.1" ,
126122 "glob" : " 7.1.6" ,
127123 "ts-loader" : " 6.2.1"
You can’t perform that action at this time.
0 commit comments