Skip to content

Releases: microsoft/vscode-spring-initializr

v0.6.0

30 Nov 02:16
c1b6842
Compare
Choose a tag to compare
  • Allow commands to start initializr wizard with default selections.
  • Add a new setting spring.initializr.defaultOpenProjectMethod for default project opening method.
  • Optimize UX of the multi-step wizard for creating a project. #156
  • Fix Error: Cannot read property 'split' of undefined. #159
  • Remove extra chars in title bar. #158

v0.5.0

24 Aug 06:17
a0bf1ad
Compare
Choose a tag to compare

Added

  • Can specify Java vesrion. #146
  • Can specify packaging type. #150
  • Added back buttons. It's able to switch back to previous steps when creating projects. #148
  • Spring Initialzr API v2.2 is supported. #143 #145

Changed

  • "Edit Starters" is changed to "Add Starters", i.e. removing starters from current project is not supported by this command. #149
  • Change order of steps when creating a project.

Fixed

  • Use current workspace as default target folder. #140

v0.4.8

12 May 17:02
Compare
Choose a tag to compare
  • Update dependencies to fix issue in telemetry.

v0.4.7

08 May 14:44
Compare
Choose a tag to compare

Fixed

  • Vulnerabilities.

v0.4.6

23 Jul 08:11
aa41b63
Compare
Choose a tag to compare

Fixed

  • A bug that there is no response when failing to download zip package. #120

v0.4.5

08 Mar 01:53
275fe7f
Compare
Choose a tag to compare

Fixed

  • A bug of Spring Boot project recognition. #110
  • A potential NPE. PR#114

v0.4.4

22 Jan 06:34
37b7777
Compare
Choose a tag to compare

Changed

  • Use webpack to improve the extension startup time. PR#98
  • Allow users to specify multiple service URLs. PR#99

Fixed

  • A potential NPE. #102
  • A bug that the generated .zip file is being extracted before it is completely downloaded. #103

v0.4.3

28 Nov 02:10
0246485
Compare
Choose a tag to compare
  • Allow users to add generated projects to the current workspace.

v0.4.2

01 Nov 08:22
231f9a8
Compare
Choose a tag to compare
  • Allow users to choose another target folder if an existing folder is found. #88

v0.4.1

24 Oct 08:17
3411900
Compare
Choose a tag to compare
  • Improved experience of editing starters. #79
  • Fixed a bug that mvnw could not be executed in Unix-like systems. #66