Skip to content

Releases: GrimReaper3223/FileTreeGenerator

FileTreeGenerator v0.0.3

21 Aug 00:17
Compare
Choose a tag to compare

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

19 Aug 20:45
Compare
Choose a tag to compare

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

18 Aug 21:57
faaca09
Compare
Choose a tag to compare

Changelog v0.0.1

  • Initial App Version;

Use java -jar Generator.jar to execute this application