Releases: werpu/tinydecscodegen
First major release
Hello, I hope you enjoy the first major release of my plugin...
From now on I will start to work on 2.0. The 1.0 branch will get only mild bugfixes and
adjustments for future Intellij versions until 2.0 is out.
Smaller bugfix release - artifact codegens now mostly function complete
This relase contains smaller bugfixes in the code generators (the enum generation was broken)
Pretty much all minor artifacts provided by the tiny decorations are now properly generated.
This is a pre release since major functionality (new project setup) still is missing.
enum generation and from source generation
Enum generation added
Generate from source for enums. services and dtos added
New dto structure on the typescript side
Edit Template
Added an edit template functionality and a better component generation by embedding a html dialog.
Smaller bugfixes and usability improvements
Time for a small bugfix release, no big improvements
only smaller adjustments.
Code generation from open ts file also works now
Time for another 0.x release, the code generation from an open dto or service file with cross reference
into java also works now.
So whats left, not to much I can think of maybe the setup of a base project within a given dir, but I have yet not decided and of course extensive documentation.
Improved the file handling of the code generation
The code generation now has an improved file handling, you now can select a target dir
and also if an artifact already exists then a diff editor is opened so that you can merge your code in.
All artifacts are now generatable
all basic artifacts are now generateable within the scope of an existing annotated project. The plugin is usable, I am eating my own dogfood in a huge project, to avoid integration issues at a late stage.
0.1.0
Windows now also works as expected, dto gen also
The code generation from a given spring artifact also now works in windows as expected, dto generation also finally works