Releases: GrimReaper3223/FileTreeGenerator
Releases · GrimReaper3223/FileTreeGenerator
FileTreeGenerator v0.0.3
Changelog v0.0.3:
-
[FEATURE]: Added some statistics about how many files and directories were generated, including a histogram that indicates which extensions were created and how many files exist with that extension;
-
[IMPROVEMENTS]: Added exception handling in error-prone code points;
-
[TESTS]: Some small tests related to Java's own functionalities were added. They are basic tests to visualize the behavior of certain code snippets;
-
[COMPATIBILITY]: Backward compatibility available with Java 19;
Use java -jar Generator.jar
to execute this application
FileTreeGenerator v0.0.2
Changelog v0.0.2
- [FEATURE] Implemented arbitrary file generation;
- [BUILD] Plugins and dependencies were configured in maven;
- [COMPATIBILITY] Added backward compatibility with Java 21;
Use java -jar Generator.jar
to execute this application
FileTreeGenerator v0.0.1
Changelog v0.0.1
- Initial App Version;
Use java -jar Generator.jar
to execute this application