File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
55Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
66
7+ ## [ 1.1.0] - 2020-09-08
8+
9+ ### Added
10+
11+ - Command and context menu to generate or open a class using its qualified name
12+
13+ ### Changed
14+
15+ - Fixed field name generated in test class for generic type
16+ - Command title prefix from ` Java Test: ` to ` Java: `
17+
718## [ 1.0.1] - 2020-09-08
819
920### Added
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Features:
1515| Command | Action | Description |
1616| - | - | - |
1717| ` java.tests.createTestClass ` | ` Create/Open Test File ` | Generate or open a test class |
18- | ` java.tests.newClass ` | ` Create new class ` | Generate or open a class from its qualified name |
18+ | ` java.tests.createNewClass ` | ` Create new class ` | Generate or open a class from its qualified name |
1919
2020### Snippets
2121
@@ -182,8 +182,6 @@ public class ObjectService {
182182
183183## Known Bugs
184184
185- - [x] Generic type isn't correctly parsed (` TypedClass<T> ` -> ` TypedClass ` )
186-
187185## Roadmap
188186
189187- [x] Snippets to test
Original file line number Diff line number Diff line change 33 "publisher" : " wesleyegberto" ,
44 "displayName" : " Java Tests" ,
55 "description" : " Extension to help write tests in Java." ,
6- "version" : " 1.0.1 " ,
6+ "version" : " 1.1.0 " ,
77 "repository" : {
88 "type" : " git" ,
99 "url" : " https://github.com/wesleyegberto/vscode-java-tests.git"
You can’t perform that action at this time.
0 commit comments