Skip to content

Commit 446e590

Browse files
committed
update changelog and readme; bumbed version to 1.1.0
1 parent e98dd91 commit 446e590

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
Check [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

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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"

0 commit comments

Comments
 (0)